Skip to content

Commit aee1edd

Browse files
Update changelog.md for version 1.0.76
1 parent 425b68c commit aee1edd

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

changelog.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## 1.0.76 - 2026-07-29
2+
3+
- Add enable/disable controls in /plugins for plugins, instructions, agents, LSP servers, and hooks
4+
- Add support for the grok-4.5 model
5+
- Sandbox denied paths are enforced for relative and symlinked entries on macOS and Linux (Windows cannot deny per path)
6+
- Unsent prompt text now stays with the session it was typed for (for the rest of the CLI session) instead of following you to the session you switch to
7+
- Resuming a session now restores its autopilot or plan mode instead of reverting to interactive, so the autopilot-only `task_complete` tool stays available and the mode matches the session you left
8+
- URL permission prompts now keep their sandbox-bypass warning and the model's reason when a host integration rebuilds the prompt, so an elevated fetch is no longer shown as an ordinary one
9+
- When an update is auto-downloaded, the notification suggests /restart and drops the warning color
10+
- /diff scrolls and syntax-highlights large multi-file diffs faster
11+
- Split-view sidebar: hover-to-focus is now off by default (opt in with `sidebar.hoverFocus`), the active session card is accented by default (opt out with `sidebar.accentActiveSession`), and the closed-state `open sidebar` hint always renders in the neutral hint color
12+
- `web_fetch` now follows HTTP redirects instead of failing, asking permission for the redirect target when it is on a different origin and showing where the redirect came from
13+
- Add a directable queue manager (staff) to reorder, edit, remove, repeat, and immediately send queued messages
14+
- New Sessions sidebar for managing multiple concurrent sessions: switch between them, spawn new ones, and see their status at a glance. Turn it on with experimental mode (`/experimental on`).
15+
- Enterprise administrators can enforce a restrictive sandbox floor: managed settings tighten (but never loosen) the user's sandbox policy, and the `/sandbox` dialog surfaces the org-configured managed values with locked fields and managed filesystem paths so admins can confirm what is enforced.
16+
- Sessions no longer fail every turn with "Holder terminated during creation" after a subagent finishes
17+
- Startup tips only suggest /init in repositories that don't already have Copilot instructions
18+
- A `userPromptSubmitted` hook returning a non-string value for `modifiedPrompt`, `modifiedTransformedPrompt`, or a handled `responseContent` no longer corrupts the session; the value is ignored, a type-only warning naming the field is logged, an empty-string replacement is rejected instead of blanking the model-facing content, a hook that sets `handled` without a usable `responseContent` is now diagnosed instead of silently falling through to the model, and a `null` `additionalContext` is treated as absent instead of being injected as the literal text `null`; hook output is also bounded at 10 MiB per invocation, so an HTTP or command hook returning an unbounded response can no longer exhaust memory or leave an oversized session behind
19+
- Show recent shell output for large commands that write to a file
20+
- The /instructions picker now respects --no-custom-instructions.
21+
- Render inline images in Rio terminals that support Kitty graphics
22+
- Sandboxed searches now offer an immediate bypass prompt and avoid duplicate bypass prompts.
23+
- Voice mode pauses playing media before recording and resumes it afterward, where supported (macOS and Windows)
24+
- Show the number of active scheduled prompts in the footer
25+
- Add /limits predict to suggest a session AI-credit limit from similar sessions.
26+
- Add configurable timed refreshes for custom status-line commands
27+
- Queued messages list no longer shows a blank row or inflated count, and Ctrl+C removes your own newest queued message
28+
- Changing the `mouse` setting mid-session now takes effect immediately, from both `/settings mouse on|off` and the `/settings` dialog, instead of being saved but ignored until the CLI restarted
29+
- web_fetch routes through the configured sandbox proxy when outbound is allowed, and denies egress when network.allowOutbound is false (a proxy no longer overrides the user's outbound policy); when a proxied fetch fails it warns that curl/wget share the same proxy, and suggests requestSandboxBypass only when the sandbox proxy itself is unreachable
30+
- Improve subagent delegation for small tasks and parallel work
31+
- Queue mid-turn /model changes and apply them after the current response finishes
32+
- Restore the early warning when unreclaimable system and tool context nears the limit, before automatic compaction is blocked
33+
- Session working directory no longer reverts to the original checkout shortly after `/worktree` switches into a new worktree
34+
- MCP tools load faster from definition-scoped snapshots, with process-wide and per-server cache opt-outs.
35+
- Autopilot stays selected after task_complete by default; set stayInAutopilot to false to return to interactive mode after each task
36+
137
## 1.0.75 - 2026-07-24
238

339
- Add support for Claude Opus 5

0 commit comments

Comments
 (0)