Better Review, Subagents, and Claude Opus 4.6 #5

This week we overhauled review mode, added subagent support for complex workflows, and upgraded to Claude Opus 4.6.
Review Mode
Completely overhauled the review experience with lazy scrolling for large diffs, automatic PR base branch detection, and optimistic stage/unstage. Copy absolute paths directly from the review panel.

Subagents
Ami can now spawn subagents to handle complex, multi-part tasks. The main agent orchestrates while subagents work on specific pieces in parallel.

Claude Opus 4.6
Updated to Claude Opus 4.6 with increased context limits. Also improved thinking strategy for Anthropic models.

Task Cards
New task cards appear in empty chat states, giving you quick access to common actions. Paste a Sentry error or Linear issue link and Ami jumps straight into debug mode.

Terminal Improvements
- Auto focus. Terminal automatically focuses when opened.
- Drag & drop files. Drop files directly into the terminal to insert their paths.
- Light mode selections. Improved text selection visibility in light mode.
- New shortcut. Changed toggle from Cmd+` to Ctrl+`.
Other Features
- Fly-to-context animation when adding items as context
- Browser agent controlling indicator
- Cancel subscription from usage page
- Edit button for queued messages
- Autocompact for context management
- Cmd+, settings shortcut
- Black background for browser in dark mode
UI/UX Improvements
- Hide empty command output
- Open chat panel when creating new chat
- Improved streaming cancellation
- Better scrollbar styling
- Markdown table sizing
- VS Code breadcrumbs path bar
Fixes
- Bash tool call timeouts fixed
- Queued messages no longer auto-send on stop
- Fixed double message sends
- Login and session stability improvements