Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.0.44 - 2026-05-08

- Path completion in /add-dir no longer flickers or gets intercepted by @ and # pickers
- Slash commands can now appear mid-input, and multiple skills can be invoked in a single message
- userPromptSubmitted hooks can now handle requests directly, bypassing the LLM and returning a response without making a model call
- Faster /user list and /user switch for multi-account users
- Add optional `prerelease` argument to `copilot update` and `/update` to fetch the latest prerelease build
- Shell commands via ! prefix work correctly with all shell configurations
- Shell aliases and rc file settings now work in ! commands
- Quota display correctly shows remaining usage for Free users instead of always showing 100% used
- Tool permissions granted in autopilot mode are preserved after /clear
- Effort level applies correctly when switching models via the /model picker
- Pressing Ctrl+C while a permission prompt is pending no longer causes the CLI to hang
- Project info remains visible in slash command picker when no results match
- Invalid URL entries in settings.json no longer crash CLI startup and are skipped with a warning
- Timeline shows the resolved model for rubber-duck sub-agents (e.g. Rubber-duck(claude-opus-4.7))

## 1.0.43 - 2026-05-06

- Add username toggle to /statusline picker to display the active account in the footer
Expand Down