Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
8336105
feat: persist last-used model across sessions and streamline UI trans…
batmn-dev Feb 20, 2026
97911ce
feat: overhaul markdown rendering pipeline, add math/KaTeX support, a…
batmn-dev Feb 20, 2026
2ab34fa
chore: add composer style research, chat widget plan, MCP skills, and…
batmn-dev Feb 20, 2026
79bb042
chore: flatten .agents/ directory structure and clean up skills
batmn-dev Feb 20, 2026
3edb667
chore: move ChatGPT reference docs from research/ to design/
batmn-dev Feb 20, 2026
21315eb
chore: update all path references for flattened .agents/ structure an…
batmn-dev Feb 21, 2026
5d42a4e
chore: add composer shadow tokens, relocate research docs, and add ex…
batmn-dev Feb 21, 2026
b2016e4
feat: update CSS variables for 52px sticky header
batmn-dev Feb 21, 2026
0255567
feat: implement sticky header with 3-column layout
batmn-dev Feb 21, 2026
daad2bd
refactor: remove fixed header scroll compensation
batmn-dev Feb 21, 2026
80f9350
test: complete mobile and responsive testing (Phase 5)
batmn-dev Feb 21, 2026
1a02bb6
fix: correct model selector position and input cropping
batmn-dev Feb 21, 2026
1576e19
fix: correct header flex layout to match ChatGPT structure
batmn-dev Feb 21, 2026
0748122
docs: add prevention skills for layout verification
batmn-dev Feb 21, 2026
b400b73
fix: show model selector in header for all modes
batmn-dev Feb 21, 2026
0547e9e
fix: share multi-model selection state between header and input
batmn-dev Feb 21, 2026
0e14a03
refactor: remove model selector from prompt input (both modes)
batmn-dev Feb 21, 2026
2f98650
docs: add agent guidelines and sticky header planning docs
batmn-dev Feb 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .agents/archive/descope-self-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,10 +555,10 @@ For each of these files, find and remove or update Ollama/self-hosting/Docker me

- `.agents/context/architecture.md` — remove Ollama from architecture diagram
- `.agents/context/glossary.md` — remove Ollama model references
- `.agents/context/decisions/002-vercel-ai-sdk.md` — remove Ollama from supported providers list
- `.agents/context/decisions/004-exa-vs-tavily.md` — remove "self-hosters" references
- `.agents/context/research/competitive-feature-analysis.md` — remove self-hosting as competitive advantage
- `.agents/context/research/tool-calling-infrastructure.md` — remove Ollama mentions
- `.agents/research/tech-stack-evaluation.md` — remove Ollama from supported providers list
- `.agents/research/tool-calling-infrastructure.md` — remove "self-hosters" references
- `.agents/research/competitive-feature-analysis.md` — remove self-hosting as competitive advantage
- `.agents/research/tool-calling-infrastructure.md` — remove Ollama mentions
- `.agents/plans/thinking-reasoning-configuration.md` — remove `ollama.ts` file references
- `.agents/plans/tool-calling-infrastructure.md` — remove Ollama mentions
- `.agents/plans/mcp-integration-plan.md` — remove `ollama-section.tsx` references
Expand Down Expand Up @@ -665,10 +665,10 @@ After all priorities are complete:
| `components/icons/README.md` | Remove OllamaIcon entry |
| `.agents/context/architecture.md` | Remove Ollama from diagram |
| `.agents/context/glossary.md` | Remove Ollama references |
| `.agents/context/decisions/002-vercel-ai-sdk.md` | Remove Ollama provider |
| `.agents/context/decisions/004-exa-vs-tavily.md` | Remove self-hoster references |
| `.agents/context/research/competitive-feature-analysis.md` | Remove self-hosting mention |
| `.agents/context/research/tool-calling-infrastructure.md` | Remove Ollama mentions |
| `.agents/research/tech-stack-evaluation.md` | Remove Ollama provider |
| `.agents/research/tool-calling-infrastructure.md` | Remove self-hoster references |
| `.agents/research/competitive-feature-analysis.md` | Remove self-hosting mention |
| `.agents/research/tool-calling-infrastructure.md` | Remove Ollama mentions |
| `.agents/plans/thinking-reasoning-configuration.md` | Remove ollama.ts references |
| `.agents/plans/tool-calling-infrastructure.md` | Remove Ollama mentions |
| `.agents/plans/mcp-integration-plan.md` | Remove ollama-section.tsx references |
Expand Down
4 changes: 2 additions & 2 deletions .agents/archive/installation-implementation-plan-2026-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
# Check current status
git status

# Stage the evaluation document (historical path, now at .agents/context/research/)
# Stage the evaluation document (historical path, now at .agents/research/)
git add docs/youtube-transcript-evaluation.md

# Review changes to layout
Expand Down Expand Up @@ -2001,7 +2001,7 @@ rm -rf app/api/youtube

### Project Documentation
- [INSTALL.md](../../INSTALL.md) - Full installation guide
- [YouTube Transcript Evaluation](../context/research/youtube-transcript-evaluation.md) - Detailed transcript implementation options
- [YouTube Transcript Evaluation](../research/youtube-transcript-evaluation.md) - Detailed transcript implementation options

### UI Component Libraries
- [shadcn/ui Docs](https://ui.shadcn.com/docs)
Expand Down
2 changes: 1 addition & 1 deletion .agents/archive/model-registry-update-feb-2026.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Model Registry Update — February 2026

> **Created**: February 6, 2026
> **Research**: `.agents/context/research/latest-models-february-2026.md`
> **Research**: `.agents/research/latest-models-february-2026.md`
> **Scope**: Deprecate retired models, update stale entries, add new generation models
> **Skill**: Follow `@.agents/skills/add-model/SKILL.md` for the 3-step model addition pattern

Expand Down
14 changes: 7 additions & 7 deletions .agents/context/ai-context-engineering-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1116,11 +1116,11 @@ The following areas require additional investigation or clarification:

| Question | Resolution | Reference |
|----------|------------|-----------|
| Convex vs Supabase for AI-first apps? | **Convex** — Built-in RAG, vector search, TypeScript-first | `.agents/context/research/tech-stack-evaluation.md` |
| Auth provider for Convex + payments? | **Clerk** — Native integration with both Convex and Flowglad | `.agents/context/research/tech-stack-evaluation.md` |
| Payments platform? | **Flowglad** — Open-source, Clerk-native, developer-friendly | `.agents/context/research/tech-stack-evaluation.md` |
| Testing strategy for AI apps? | **Critical paths only** — Auth, data transforms, rate limiting | `.agents/context/research/tech-stack-evaluation.md` |
| Sub-agent architecture? | **4-agent design** — Transcript, Title, Thumbnail, Analytics | `.agents/context/research/tech-stack-evaluation.md` |
| Convex vs Supabase for AI-first apps? | **Convex** — Built-in RAG, vector search, TypeScript-first | `.agents/research/tech-stack-evaluation.md` |
| Auth provider for Convex + payments? | **Clerk** — Native integration with both Convex and Flowglad | `.agents/research/tech-stack-evaluation.md` |
| Payments platform? | **Flowglad** — Open-source, Clerk-native, developer-friendly | `.agents/research/tech-stack-evaluation.md` |
| Testing strategy for AI apps? | **Critical paths only** — Auth, data transforms, rate limiting | `.agents/research/tech-stack-evaluation.md` |
| Sub-agent architecture? | **4-agent design** — Transcript, Title, Thumbnail, Analytics | `.agents/research/tech-stack-evaluation.md` |

### Remaining Questions

Expand Down Expand Up @@ -1215,8 +1215,8 @@ The following areas require additional investigation or clarification:
- [Anthropic Model System Cards](https://www.anthropic.com/system-cards)

### Project-Specific Research (Not A Wrapper)
- `.agents/context/research/tech-stack-evaluation.md` — Comprehensive tech stack evaluation (Convex vs Supabase, auth, payments)
- `.agents/context/research/youtube-transcript-evaluation.md` — YouTube transcript extraction research
- `.agents/research/tech-stack-evaluation.md` — Comprehensive tech stack evaluation (Convex vs Supabase, auth, payments)
- `.agents/research/youtube-transcript-evaluation.md` — YouTube transcript extraction research
- `AGENTS.md` — Finalized project configuration for AI agents

## Case Study: Not A Wrapper
Expand Down
2 changes: 1 addition & 1 deletion .agents/context/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,4 @@ components/ # Shadcn UI components (shared)

---

*See `@.agents/context/research/tech-stack-evaluation.md` for detailed tech stack evaluation and decision rationale.*
*See `@.agents/research/tech-stack-evaluation.md` for detailed tech stack evaluation and decision rationale.*
85 changes: 0 additions & 85 deletions .agents/context/decisions/001-convex-database.md

This file was deleted.

109 changes: 0 additions & 109 deletions .agents/context/decisions/002-vercel-ai-sdk.md

This file was deleted.

Loading