|
| 1 | +## 1.0.44 - 2026-05-08 |
| 2 | + |
| 3 | +- Path completion in /add-dir no longer flickers or gets intercepted by @ and # pickers |
| 4 | +- Slash commands can now appear mid-input, and multiple skills can be invoked in a single message |
| 5 | +- userPromptSubmitted hooks can now handle requests directly, bypassing the LLM and returning a response without making a model call |
| 6 | +- Faster /user list and /user switch for multi-account users |
| 7 | +- Add optional `prerelease` argument to `copilot update` and `/update` to fetch the latest prerelease build |
| 8 | +- Shell commands via ! prefix work correctly with all shell configurations |
| 9 | +- Shell aliases and rc file settings now work in ! commands |
| 10 | +- Quota display correctly shows remaining usage for Free users instead of always showing 100% used |
| 11 | +- Tool permissions granted in autopilot mode are preserved after /clear |
| 12 | +- Effort level applies correctly when switching models via the /model picker |
| 13 | +- Pressing Ctrl+C while a permission prompt is pending no longer causes the CLI to hang |
| 14 | +- Project info remains visible in slash command picker when no results match |
| 15 | +- Invalid URL entries in settings.json no longer crash CLI startup and are skipped with a warning |
| 16 | +- Timeline shows the resolved model for rubber-duck sub-agents (e.g. Rubber-duck(claude-opus-4.7)) |
| 17 | + |
| 18 | +## 1.0.43 - 2026-05-06 |
| 19 | + |
| 20 | +- Add username toggle to /statusline picker to display the active account in the footer |
| 21 | +- Auto mode uses server-side model routing for improved real-time model selection |
| 22 | +- Resume prompt shows correct session name when multiple sessions are active |
| 23 | +- Protect against RCE from malicious bare repositories nested inside a project |
| 24 | +- MCP server child processes (e.g. started via npx or uvx) are now fully terminated when a session ends |
| 25 | +- Show download progress when running the update command |
| 26 | + |
1 | 27 | ## 1.0.42 - 2026-05-06 |
2 | 28 |
|
3 | 29 | - MCP server failure warning now suggests a directly runnable `/mcp show` command when the server name contains whitespace |
|
0 commit comments