|
| 1 | +## 1.0.65 - 2026-06-24 |
| 2 | + |
| 3 | +- /cd now persists the working directory so resuming a session returns to it, and discovers custom agents in the new directory |
| 4 | +- Commands with slash-prefixed string arguments (e.g. --body "/azp run") no longer trigger spurious filesystem permission prompts |
| 5 | +- Fullscreen timeline stays anchored when older content is trimmed |
| 6 | +- Resume open canvases automatically after restarting the CLI |
| 7 | +- Add an opt-in status bar item showing CI check status (passing/running/failing) for the current branch |
| 8 | +- Add a `copilot skill` subcommand (and a `/skill` alias for `/skills`) to list, add, and remove skills from a file, URL, or directory |
| 9 | +- Prevent the GitHub background from flashing on startup with non-GitHub themes |
| 10 | +- Prevent brief console windows from flashing on Windows when the agent runs hook commands or resolves command paths |
| 11 | +- Include userPromptSubmitted hook additionalContext in the model-facing prompt |
| 12 | +- Keep Windows paths intact when adding stdio MCP servers |
| 13 | +- Stop MCP shutdown from waiting on in-flight server connects |
| 14 | +- Restart the CLI without shutdown timeouts |
| 15 | +- Remove syntax highlighting from shell commands in the timeline |
| 16 | +- Keep custom-agent subagent model selections when using BYOK providers |
| 17 | +- Parse /every schedules on the session's main model |
| 18 | +- Render inline images reliably in tmux |
| 19 | +- The ask_user freeform option wraps text and keeps the cursor aligned |
| 20 | +- Save custom status line commands in /settings |
| 21 | +- Show the streaming byte count separately from the cancel hint |
| 22 | +- Handle wakeup misfires with a graceful message when no self-paced schedule is active |
| 23 | +- Silent MCP OAuth refresh reuses the granted scope so reconnects stay signed in |
| 24 | +- Up/down history and Ctrl+R reverse search now include past shell commands while in normal mode, so you can recall and re-run a shell command without first typing ! to enter shell mode |
| 25 | + |
1 | 26 | ## 1.0.64 - 2026-06-23 |
2 | 27 |
|
3 | 28 | - Path access prompt shows resolved symlink targets so you can see exactly what access is being granted |
|
0 commit comments