|
| 1 | +## 1.0.69 - 2026-07-07 |
| 2 | + |
| 3 | +- Label built-in file edits with a (sandbox policy) badge instead of (sandboxed), since they follow the sandbox policy on a best-effort basis rather than running in the OS-level sandbox |
| 4 | +- Reload installed plugin extensions without restarting a session |
| 5 | +- Add a /plugins dashboard to manage installed plugins |
| 6 | +- Open quick help from an empty prompt without leaving a stray ? |
| 7 | +- Add minimal reasoning effort for gemini-3.5-flash |
| 8 | +- Show a scrollbar in the /model picker list |
| 9 | +- Show disabled servers as disabled in /lsp test |
| 10 | +- Let built-in file edits bypass the sandbox when you approve it |
| 11 | +- web_fetch now follows the active sandbox network policy (denying outbound or local targets the policy blocks) and, when the host opts in via sandbox.allowBypass, lets you approve a one-time bypass from the fetch prompt |
| 12 | +- Show exact local assistant usage in Chronicle and session SQL |
| 13 | +- Confirm before resuming a remote session from a different repository |
| 14 | +- Delay read-only remote session creation until you send the first message |
| 15 | +- Display reasoning-effort labels in the CLI footer |
| 16 | +- Show descriptions for sandbox userPolicy settings in /settings |
| 17 | +- Reject explicitly empty --name= values when starting a session |
| 18 | +- Create delegate PRs against the current branch by default, with /delegate --base to choose another PR target branch |
| 19 | +- Make /copy fall back to wl-copy on Wayland |
| 20 | +- Improve /sandbox add-path suggestions so they open only when you ask for them |
| 21 | +- Improve /chronicle cost-tips with more precise evidence-backed recommendations |
| 22 | +- Hold Alt (Option on macOS) while scrolling to move one line at a time |
| 23 | +- Resume and switch large sessions faster |
| 24 | +- Speed up /diff rendering and scrolling on large diffs |
| 25 | +- Keep the full /model picker on screen when the timeline is full, re-snapping as its details banner grows so the search box and hint bar are no longer clipped below the terminal |
| 26 | +- Hide transient console windows when the CLI starts helper processes on Windows |
| 27 | +- Auto-approval timeline entries now include the request subject, such as the command, path, URL, or tool name |
| 28 | +- /allow-all auto now requires experimental mode (/experimental on or --experimental) instead of the AUTO_APPROVAL env var or feature flag |
| 29 | +- Show /rubber-duck in pre-auth help and self-documentation |
| 30 | +- Include files inside new untracked directories in /diff local edits |
| 31 | +- A prompt taller than the screen stays scrollable when its top scrolls off, instead of collapsing to a pinned header |
| 32 | +- Require Copilot login before ACP authenticate returns success |
| 33 | +- Show the full assistant response in prompt mode when --stream is off |
| 34 | +- Disconnect a repo-scoped plugin's MCP server when the repo disables it or the session leaves the declaring repository |
| 35 | +- Prevent `copilot init` from hanging in non-interactive mode |
| 36 | +- Reject empty --session-id= values instead of ignoring them |
| 37 | +- Reject empty --resume= values instead of starting a new session |
| 38 | +- Preserve emoji in truncated timeline tool arguments |
| 39 | +- Show plain Shift+Enter in /terminal-setup output |
| 40 | +- Keep session resume working when token timing includes fractional milliseconds |
| 41 | +- Complete @-mentions for files whose names start with [DIR] |
| 42 | +- Sign in to MCP servers through the CLI OAuth callback flow |
| 43 | +- Reveal the full /user switch picker when the timeline is full so its hint bar is no longer clipped below the terminal |
| 44 | +- Add /mcp list to show attached MCP servers and their status, and allow /mcp list and /plugin list to run while the agent is working |
| 45 | +- Allow opening the /mcp manager while the agent is working to enable or disable servers mid-turn; add, edit, delete, and re-auth stay paused until the turn finishes |
| 46 | +- Add auto allow-all mode that auto-approves requests an LLM judge evaluates as acceptable |
| 47 | +- Add a `stayInAutopilot` setting (default false) that keeps the CLI in autopilot mode after an autopilot task completes |
| 48 | +- Pinned prompts keep their full frame aligned while scrolling |
| 49 | +- Suppress macOS pasteboard stderr during clipboard reads and writes |
| 50 | +- Keep colons intact in rendered markdown output |
| 51 | +- Warn when multiple plugins define the same MCP server |
| 52 | +- Collect debug logs without truncating large files or dropping multiline secrets |
| 53 | +- Find PRs from worktree branches when the local branch name differs from the PR head ref |
| 54 | +- Skip the autopilot permission prompt when bypass mode is disabled by policy |
| 55 | +- Allow WSL UNC paths for local files in the CLI |
| 56 | +- Apply --reasoning-effort reliably when the CLI starts |
| 57 | +- Keep slash-command picker rows intact in tab-expanding terminals |
| 58 | +- Keep model switches working when tool call IDs include punctuation |
| 59 | +- Double-press Esc now interrupts the running main turn (flushing queued messages), or stops background agents when the main agent is idle |
| 60 | +- Prevent benign Windows crash reports when the CLI exits |
| 61 | +- Wrap clipboard writes in tmux passthrough so copy reaches the outer terminal |
| 62 | +- OAuth-gated MCP servers now register their tools after reconnect |
| 63 | +- Keep CLI authentication working in one-shot sessions |
| 64 | +- Ctrl+C dismisses ask_user and elicitation prompts like Escape |
| 65 | +- Show Authenticate for cancelled MCP OAuth requests |
| 66 | +- Keep /help from listing rewind/undo twice |
| 67 | +- Keep MCP servers in needs-auth after OAuth cancellation |
| 68 | +- Hide staff-only commands from pre-auth help and self-documentation |
| 69 | +- Surface skill loading errors and warnings in `skill list` |
| 70 | +- Browse and filter models more easily in the CLI model picker |
| 71 | +- Resume sessions faster by removing quadratic work when rebuilding the timeline |
| 72 | +- Warn when static context uses most of the prompt budget and block requests when little conversation room remains |
| 73 | +- Improve CLI responsiveness when reading and writing session databases |
| 74 | +- Improve slash-command and theme picker option descriptions |
| 75 | +- Remove inert sandbox host lists and the Clear policy on exit toggle |
| 76 | +- Add file and folder completion to /sandbox path entries |
| 77 | +- Update a backgrounded session's branch label in the Sessions split view when its working directory changes |
| 78 | +- Skip unnecessary MCP reloads when returning to an already-loaded session |
| 79 | +- Prevent the tgrep indexer from running out of memory on large monorepos, and fall back to ripgrep if the indexer is killed instead of repeatedly restarting it |
| 80 | + |
1 | 81 | ## 1.0.68 - 2026-07-01 |
2 | 82 |
|
3 | 83 | - Add support for the kimi-k2.7-code model |
|
0 commit comments