|
| 1 | +## 0.0.407 - 2026-02-11 |
| 2 | + |
| 3 | +- Improve authentication error messages in prompt mode |
| 4 | +- Quota exceeded error links to Copilot settings with actionable guidance |
| 5 | +- Theme picker shows live preview of diffs and markdown, adds colorblind and tritanopia theme variants |
| 6 | +- Add `/on-air` mode to hide model names and quota details for streaming |
| 7 | +- Show agent type and description in read_agent timeline entries |
| 8 | +- `/tasks` shows Recent Activity for background agents |
| 9 | +- Add experimental alternate screen buffer mode: --alt-screen |
| 10 | +- Interactive programs that query terminal state work in shell |
| 11 | +- Subagents fall back to session model when default model blocked by policy |
| 12 | +- Expose session context in session.list SDK response |
| 13 | +- Keyboard shortcut hints display consistently with bold styling throughout the CLI |
| 14 | +- Add `tools.list` RPC to query available built-in tools |
| 15 | +- Streaming responses automatically retry when interrupted by server errors |
| 16 | +- Add option to approve tool permissions permanently for a location |
| 17 | +- Add `/instructions` command to view and toggle custom instruction files |
| 18 | +- Ctrl-b and ctrl-f cursor movement now available on all platforms |
| 19 | +- Ctrl+d now favors deleting character after cursor, with queueing moved to ctrl+q (or ctrl+enter) |
| 20 | +- Editing MCP servers shows existing configuration values |
| 21 | +- `--resume` creates new sessions with provided UUID |
| 22 | +- Add workspace-local MCP configuration via `.vscode/mcp.json` |
| 23 | +- Skill changes from `/skills` commands take effect immediately |
| 24 | +- /session usage string only shows available subcommands |
| 25 | +- Slash commands which take prompts now work when immediately followed by a new-line |
| 26 | +- Remove unintended characters from status bar |
| 27 | +- Autopilot mode works with custom agents that specify explicit tools |
| 28 | +- Updated node-pty to fix file descriptor leaks |
| 29 | +- Windows slash flags (e.g., `dir /B`) are no longer treated as file paths |
| 30 | +- Diff mode no longer flickers when navigating files |
| 31 | +- /mcp disable and /mcp enable show clear error when server name doesn't exist |
| 32 | +- MCP servers using Microsoft OAuth configure automatically without manual client ID setup |
| 33 | +- Tab cycles modes forward, Shift+Tab backward; shell is now a mode |
| 34 | +- Ctrl+P runs slash commands while preserving input (replaces Ctrl+X → /) |
| 35 | +- Terminal title works on all TTY terminals, not just select few |
| 36 | +- Help text notes auto-update is disabled in CI environments by default |
| 37 | +- Terminal tab shows session title when idle |
| 38 | +- ask_user tool asks one question at a time for clearer interaction |
| 39 | + |
1 | 40 | ## 0.0.406 - 2026-02-07 |
2 | 41 |
|
3 | 42 | - Add support for Claude Opus 4.6 Fast (Preview) |
|
0 commit comments