|
| 1 | +## 1.0.70 - 2026-07-09 |
| 2 | + |
| 3 | +- Add GPT-5.6 model support |
| 4 | +- Show a single Error prefix for mcp and skill command failures |
| 5 | +- Show the real parse error when --agent selects a malformed custom agent |
| 6 | +- web_fetch works through mandatory HTTPS proxies |
| 7 | +- Hide / search on the Gists tab |
| 8 | +- Treat superseded subagent runs as cancellations instead of failures |
| 9 | +- Add paginated session.mcp.resources read/list/listTemplates RPCs for MCP server resources |
| 10 | +- preToolUse hooks that exit with code 2 deny tool calls |
| 11 | +- Create draft skills when Forge finds a clear workflow pattern |
| 12 | +- Hide the GitHub App install nudge in remote terminals |
| 13 | +- Pin plugins to an exact commit SHA using the `sha` field in plugin source configuration |
| 14 | +- Add --sandbox and --no-sandbox flags to turn the OS-level shell sandbox on or off for the current session only, without changing your saved sandbox setting (useful with -p) |
| 15 | +- Add /refine to rewrite a rough, stream-of-consciousness prompt into a clear one |
| 16 | +- Add --repo and --local flags to /settings and /model |
| 17 | +- Add a setting to show or hide timeline timestamps |
| 18 | +- Let a trusted repository pin the model, effort level, and context tier and extend the URL/MCP/skill deny lists via .github/copilot/settings.json |
| 19 | +- Expose SDK APIs to manage live MCP servers in running sessions |
| 20 | +- Show the active user's models after /user switch |
| 21 | +- Declining an extension's permission prompt no longer disables tool approvals for the rest of the session |
| 22 | +- Avoid redundant background agent notifications after a blocking read_agent returns its result |
| 23 | +- Startup auth errors recommend the real `copilot login` command |
| 24 | +- Keep merge-semantics settings editable in /settings |
| 25 | +- Re-sync managed plugins when their cache is missing or empty |
| 26 | +- Copy the last assistant response even after command echoes |
| 27 | +- Persist the last-logged-in user on every login so a restarted runtime client stays authenticated |
| 28 | +- Hide /agent picker navigation hints when there is nothing to select |
| 29 | +- Open the plan file or research report with Ctrl+Y in any mode |
| 30 | +- Keep terminal color scheme changes in sync over SSH and remote shells |
| 31 | +- Prefill /chronicle search so it can accept a query |
| 32 | +- Show a distinct scrollbar thumb glyph in the /model picker on the no-color path (--no-color, non-color terminals) so the scroll position stays visible |
| 33 | +- Skip launching a browser in remote terminals |
| 34 | +- Arrow keys in /search and reverse search stay in search instead of switching tabs |
| 35 | +- Restore tool event ordering so permission prompts appear after tool start |
| 36 | +- Show only one cancellation message when streaming is aborted |
| 37 | +- Keep /pr tables aligned in compact timeline view |
| 38 | +- Show clear validation errors for empty or non-ASCII skill and command names |
| 39 | +- Keep footer selection highlights aligned when the session bar is open |
| 40 | +- Fail fast when marketplace plugin git auth needs a terminal prompt |
| 41 | +- Dismiss other pending read and fetch sandbox-bypass prompts after you disable the sandbox |
| 42 | +- Fix a crash on Windows triggered by desktop toast notifications |
| 43 | +- Improve GPT-5.6 commentary guidance for tool-driven progress updates |
| 44 | +- Highlight the sidebar toggle hint in the input footer |
| 45 | +- Make markdown links and bare URLs in the timeline and tool output clickable |
| 46 | +- Reclaim the blank line under the home tab bar: the timeline (and Sessions+Current split) sits flush under the tabs when a prompt is pinned, keeping one breathing line only while nothing is pinned |
| 47 | +- Press Tab to switch the context window in /model |
| 48 | +- Long-running sessions refresh enterprise managed settings hourly |
| 49 | +- Mark locally-spawned MCP servers that run inside the sandbox in `/mcp list` (e.g. `connected (sandboxed)`) |
| 50 | + |
1 | 51 | ## 1.0.69 - 2026-07-07 |
2 | 52 |
|
3 | 53 | - 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 |
|
0 commit comments