v0.2.0 — Public Beta
Agents & Streaming
- Agent responses no longer duplicate, fragment, or go missing. Multiple streaming bugs that caused text to repeat, appear in the wrong message, or get lost when messages were queued have all been resolved.
- Agents auto-commit (if enabled) after every turn, not just when a task finishes.
- Agents are locked to the provider they were created with. Switching providers prompts you to start a new agent instead of silently changing models mid-conversation.
- Delegated agents correctly inherit their parent's provider, so child agents no longer get blocked by a mismatch.
Performance
- Large notes no longer freeze the app.
@ Mentions
- Fuzzy search understands file paths. The dropdown is wider, anchored to the input. Clicking a file mention opens it.
File Management
- Create files inline from the sidebar. Delete with undo. Right-click tabs to copy paths or reveal in Finder. "Reveal in Sidebar" works.
Diff Viewer & Changes
- Diff viewer no longer loses your scroll position when an agent edits a file. The Changes tab now shows commit context menus, older commit loading, and proper loading states.
- "What commits are relevant" logic is more robust. You can view previous commits and manually select which ones to see.
Terminal & Shortcuts
- Cmd+backtick / Ctrl+backtick now toggles the terminal even when an input is focused.
UI Polish
- Pasting large blocks of text into chat collapses into an inline chip instead of flooding the input.
- Spaces switcher shows workspace status, repo name, and agent activity.
- Workspace root moved from
~/.workspacesto~/intent(legacy paths still work). - Entrance animations on workspace page layout sections.