Skip to content

Commit 214d530

Browse files
Update changelog.md for version 1.0.65
1 parent e7d294d commit 214d530

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
## 1.0.64 - 2026-06-23
227

328
- Path access prompt shows resolved symlink targets so you can see exactly what access is being granted

0 commit comments

Comments
 (0)