Added
- Add /mcp list to show attached MCP servers and their status, and allow /mcp list and /plugin list to run while the agent is working
- Allow opening the /mcp manager while the agent is working to enable or disable servers mid-turn; add, edit, delete, and re-auth stay paused until the turn finishes
- Add auto allow-all mode that auto-approves requests an LLM judge evaluates as acceptable
- Add a
stayInAutopilotsetting (default false) that keeps the CLI in autopilot mode after an autopilot task completes
Improved
- Browse and filter models more easily in the CLI model picker
- Resume sessions faster by removing quadratic work when rebuilding the timeline
- Warn when static context uses most of the prompt budget and block requests when little conversation room remains
- Improve CLI responsiveness when reading and writing session databases
- Improve slash-command and theme picker option descriptions
Fixed
- Pinned prompts keep their full frame aligned while scrolling
- Suppress macOS pasteboard stderr during clipboard reads and writes
- Keep colons intact in rendered markdown output
- Warn when multiple plugins define the same MCP server
- Collect debug logs without truncating large files or dropping multiline secrets
- Find PRs from worktree branches when the local branch name differs from the PR head ref
- Skip the autopilot permission prompt when bypass mode is disabled by policy
- Allow WSL UNC paths for local files in the CLI
- Apply --reasoning-effort reliably when the CLI starts
- Keep slash-command picker rows intact in tab-expanding terminals
- Keep model switches working when tool call IDs include punctuation
- Double-press Esc now interrupts the running main turn (flushing queued messages), or stops background agents when the main agent is idle
- Prevent benign Windows crash reports when the CLI exits
- Wrap clipboard writes in tmux passthrough so copy reaches the outer terminal
- OAuth-gated MCP servers now register their tools after reconnect
- Keep CLI authentication working in one-shot sessions
- Ctrl+C dismisses ask_user and elicitation prompts like Escape
- Show Authenticate for cancelled MCP OAuth requests
- Keep /help from listing rewind/undo twice
- Keep MCP servers in needs-auth after OAuth cancellation
- Hide staff-only commands from pre-auth help and self-documentation
- Surface skill loading errors and warnings in
skill list
Removed
- Remove inert sandbox host lists and the Clear policy on exit toggle