AI Panel
AI chat integrated into the editor. Uses the Claude API to control the editor with natural language.
Talk to Your Whole Repository
Beyond the file you have open, AI reads your entire repository to answer. Code, docs, commit history — all accessible from AI. A Claude Code-like experience, right in your browser.
Explore
"How is auth implemented in this repo?"
"How has app/index.html evolved?"
"Show me the 5 most recently updated files"
"What did I work on last week?"
Brainstorm and keep it
1. Open a new note (ideas/feature-x.md)
2. Ask AI — proposes with full repo context
3. Have AI summarize the discussion, save to file
4. Open the same file the next day → AI reads the past discussion and continues
What you can do
Content operations
"Convert this paragraph to bullet points"
"Summarize this file"
"Translate to English"
"Create a new README with a project overview"
UI operations
"Switch to dark mode"
"Increase the font size"
"Close the sidebar"
"Switch to preview mode"
AI Actions
Managed via the actions registry (SSOT). Currently 19 actions (UI, file, repository, Issues, repository exploration).
| Category | Example actions |
|---|---|
| UI | Change theme, change font size, toggle sidebar, change editor mode |
| Files | Open file, create file, create directory, propose edit (diff view) |
| Repositories | Create repo, switch repo (fuzzy search), list repos |
| Issues | Get Issue details, list Issues, create Issue, comment on Issue, update Issue |
| Repository Exploration | List files, read file content, list commits |
Speak and Listen — Voice In, Voice Out
The AI panel features push-to-talk voice input and AI response read-aloud (TTS). Speak, then listen back — interact with AI on the move or while working, without staring at the screen.
- Push-to-talk: hold mic button → speak → release to auto-send
- Read-aloud (TTS): AI response read aloud at 1x to 3x for "listen-while-doing"
- Browser-native API: Web Speech API, zero additional cost
- Multi-device: Chrome/Edge/Safari, mobile (touch) support
- Future: Whisper API (high-accuracy), wake-word for fully hands-free interaction
Available Models
| Model | Model ID | Best for |
|---|---|---|
| Haiku (default) | claude-haiku-4-5-20251001 | Fast, low-cost. Ideal for everyday note editing and simple questions |
| Sonnet | claude-sonnet-4-6 | Balanced. Ideal for code editing and complex suggestions |
| Opus | claude-opus-4-6 | Highest performance. Ideal for advanced analysis and long-form writing |
Switch with one click in settings. More models will be added in the future.
Key Features
- BYOK (Bring Your Own Key) — Use your own Anthropic API key. Enterprise plans will support shared org keys and other LLM providers
- Automatically provides the current file content as context
- Diff view for proposed edits — review before applying
- Streaming response support