Added
- Let built-in file edits bypass the sandbox when you approve it
- web_fetch now follows the active sandbox network policy (denying outbound or local targets the policy blocks) and, when the host opts in via sandbox.allowBypass, lets you approve a one-time bypass from the fetch prompt
- Show exact local assistant usage in Chronicle and session SQL
Improved
- Improve /sandbox add-path suggestions so they open only when you ask for them
- Improve /chronicle cost-tips with more precise evidence-backed recommendations
- Hold Alt (Option on macOS) while scrolling to move one line at a time
- Resume and switch large sessions faster
- Speed up /diff rendering and scrolling on large diffs
- Keep the full /model picker on screen when the timeline is full, re-snapping as its details banner grows so the search box and hint bar are no longer clipped below the terminal
- Hide transient console windows when the CLI starts helper processes on Windows
- Auto-approval timeline entries now include the request subject, such as the command, path, URL, or tool name
Fixed
- Confirm before resuming a remote session from a different repository
- Delay read-only remote session creation until you send the first message
- Display reasoning-effort labels in the CLI footer
- Show descriptions for sandbox userPolicy settings in /settings
- Reject explicitly empty --name= values when starting a session
- Create delegate PRs against the current branch by default, with /delegate --base to choose another PR target branch
- Make /copy fall back to wl-copy on Wayland
Removed
- /allow-all auto now requires experimental mode (/experimental on or --experimental) instead of the AUTO_APPROVAL env var or feature flag