- BYOA: now includes opencode support (on start page & setting page). this means you can use local models with Intent
- now we render Mermaid diagrams (instead of just our own diagrams)
- migrated specialists agents to a file-based format
- activity log now has live updates, improved styling, and better attribution
- fixed a number of BOYA issue. notably:
- ModelPicker: Enhanced footer, fallback logic, and settings navigation
- Settings: Add skeleton loading states for providers and integrations
- ModelPicker refactor: Make side-effect-free by default with opt-in global updates
and lots of bug fixes/tweaks as usual:
- Prevent diff viewer remount during agent file changes
- Staged files persisting in UI after commit
- Resolve all svelte-check errors across Intent app
- Empty context lines in unified diffs were dropped
- Prevent agent process restart during workspace deletion
- Don't send selected text from chat input as context
- Capture and preserve diffs for activity log events
- Prevent stale branch reuse with proper uniqueness checks
- Fix folder expansion not showing contents after git status sync
- Prevent workspace ID collisions
- Auto-commit agent changes when tasks complete
- Model picker shows actual model name instead of 'Default model'
- Allow sending image-only messages
- Improve ToolCall UI display for file_path and MCP tools
- Specialists now use provider models
- Fix tooltip issues in agent overview
- Add force push option when branches have diverged
- Suppress Monaco editor race condition errors
- Remove icons from Push/Pull buttons in sidebar
- Add clear button to terminal overlays
- Agent overview: Bigger cards, improved tooltips, deduplicated panels