|
| 1 | +## 1.0.6 - 2026-03-16 |
| 2 | + |
| 3 | +- Autopilot continuation no longer gets permanently blocked after an error in a previous turn |
| 4 | +- In autopilot, task_complete summary is now required and renders as markdown |
| 5 | +- Input placeholder text is no longer read aloud by screen readers on every prompt submission |
| 6 | +- Free tree-sitter WASM objects after shell command parsing to prevent memory leak |
| 7 | +- /help dialog starts scrolled to the top in alt-screen mode |
| 8 | +- Auto-update correctly recovers from race conditions on Windows |
| 9 | +- CLI no longer fails to load on Windows after updating while another instance is running |
| 10 | +- Reduce memory usage by eliminating redundant environment variable copies per child process spawn |
| 11 | +- Remaining requests widget no longer shows inaccurate quota data for Copilot Free users |
| 12 | +- Resolve session crashes caused by HTTP/2 connection pool race conditions when sub-agents are active |
| 13 | +- CLI loads the latest version of itself after an auto-update |
| 14 | +- Kill command validation no longer incorrectly blocks some legitimate commands. e.g. p.kill() in a python script |
| 15 | +- Instruction file frontmatter applyTo field accepts both string and array values |
| 16 | +- Improve streaming and tool-output memory usage |
| 17 | +- Model can discover and use tools dynamically with tool search for Claude models |
| 18 | +- Hooks fire correctly when resuming a previous session |
| 19 | +- Prompt input in alt screen mode renders all lines without truncation |
| 20 | +- Links and right-click paste no longer trigger twice when running in VS Code's integrated terminal |
| 21 | +- Hook configuration files now work across VS Code, Claude Code, and the CLI without modification by accepting PascalCase event names alongside camelCase |
| 22 | +- Native module prebuilds (e.g., conpty.node on Windows ARM64) load reliably on first launch |
| 23 | +- Subagent elapsed time in /tasks view freezes when idle and resumes when active again |
| 24 | +- Flags --enable-all-github-mcp-tools, --add-github-mcp-toolset, and --add-github-mcp-tool now take effect when using the SDK (ACP mode) |
| 25 | +- Custom instruction file paths load correctly when using COPILOT_CUSTOM_INSTRUCTIONS_DIRS |
| 26 | +- Command output is no longer lost when a command causes the shell to exit |
| 27 | +- Plugins using .claude-plugin/plugin.json are discovered when loaded via --plugin-dir |
| 28 | +- Fix handling of shift+enter on VS Code with old /terminal-setup config. |
| 29 | +- Agent creation wizard shows the correct user agents directory path |
| 30 | +- Support Open Plugin spec file locations for loading plugin and marketplace manifests |
| 31 | +- Show friendlier error messages and provide keyboard shortcut to open event links in browsers |
| 32 | +- Extension tools now work with the permissions system, use `skipPermission` per-tool to bypass permission prompts |
| 33 | +- Hook config files now support Claude Code's nested matcher/hooks structure and optional type field |
| 34 | +- Sub-agents launched by the task tool are assigned human-readable IDs based on their name (e.g., `math-helper-0`) instead of generic `agent-0` identifiers |
| 35 | +- The create_pull_request tool now includes the PR URL in its output so the agent can share the direct link |
| 36 | +- read_agent output includes inbound messages that triggered each turn in multi-turn agents |
| 37 | +- Improve compatibility with the Open Plugins spec: support `.lsp.json`, PascalCase hook event names, `exclusive` path mode, and `:` namespace separator |
| 38 | + |
1 | 39 | ## 1.0.5 - 2026-03-13 |
2 | 40 |
|
3 | 41 | - Terminal title resets to default after running /clear or /new |
|
0 commit comments