AI Panel
AI chat integrated into the editor. Uses the Claude API to control the editor with natural language.
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 16 actions (UI, file, repository, and Issues operations).
| 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 |
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