Skip to content

Commit c13b3dc

Browse files
Update changelog.md for version 1.0.87
1 parent d418dbf commit c13b3dc

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

changelog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## 1.0.87 - 2026-09-21
2+
3+
- Add user and managed startup defaults for the Auto routing tier, including strict and user-overridable organization policy
4+
- Consecutive steering prompts in the same mode combine into one pending message. Press Up in an empty chat input to take it back for editing, including pasted text and attachments. The recall hint appears in the pending message. Ctrl+C stops the running turn instead of removing pending prompts one at a time. Ctrl+Q queued prompts remain separate. Use Ctrl+P to browse history without withdrawing prompts. Available for local sessions; commands and prompts already being processed cannot be recalled.
5+
- A `worktreePathTemplate` setting decides where `/worktree`, `/move`, `/new` and `--worktree` create worktrees. Set for example `~/src/worktrees/{repo}/{branch}`; `{repoPath}`, `{repo}`, `{branch}` and `{branchSlug}` are supported. Unset keeps the current layout, `<repo>.worktrees/` with slashes in the branch name flattened to dashes.
6+
- Number-key selection in the question dialog works for choices 10 and beyond
7+
- Sandbox proxies work on Windows, and a proxy with a username and password works on every platform
8+
- `/keep-alive` (and `/caffeinate`) no longer reports that sleep is prevented when the sleep inhibitor exits immediately on startup instead of acquiring the lock (e.g. no session bus on WSL/containers/headless); it now reports the failure.
9+
- Prompt mode exits successfully when a child task fails but the parent recovers.
10+
- Resume very large local sessions and continue with new prompts reliably.
11+
- Keep --yolo enabled after startup policy checks for authenticated unmanaged sessions
12+
- Empty strictKnownMarketplaces allowlists now hide and block built-in plugin marketplaces.
13+
- Mouse-selected text is visibly highlighted in /help and /mcp show screens
14+
- Tear down the processes an internal git command started when it times out, so a slow repository status check no longer leaves them running and consuming memory.
15+
- MCP auth status warnings stay accurate during reconnects and startup refreshes
16+
- Pull request badge and GitHub status tabs remain available after auth or branch refreshes
17+
- A failing MCP server no longer removes other servers' tools
18+
- `copilot mcp list` and `copilot mcp get` now report the built-in `github-mcp-server` when you are signed in, instead of showing it only in the interactive `/mcp` view
19+
- MCP servers that advertise list-change capabilities but do not implement subscriptions now connect instead of failing
20+
- Extension permission handlers approve subagent tool requests without leaving duplicate CLI prompts
21+
- Secrets exported in the launching shell are no longer written to debug logs when a session is created or resumed
22+
- Managed plugin commands load organization marketplace policy with environment, GitHub CLI, broker, and persisted authentication
23+
- Session resume no longer hangs while reconnecting MCP servers
24+
- Configure per-server MCP slow-connection warning thresholds with slowConnectionThresholdMs
25+
- Show live elapsed time for execution subagents in timeline entries
26+
- Enable the rubber-duck agent for every model family and for low-cost-tier session models
27+
- Reduce allocation overhead when repainting blank terminal areas.
28+
129
## 1.0.86 - 2026-09-17
230

331
- Custom agents can opt into repository instruction files (AGENTS.md, copilot-instructions.md, CLAUDE.md) by setting `include-custom-instructions: true` in their frontmatter.

0 commit comments

Comments
 (0)