|
| 1 | +## 1.0.55 - 2026-05-28 |
| 2 | + |
| 3 | +- Free and Student plan users on token-based billing are restricted to Auto model selection, with an explanation shown in the model picker |
| 4 | +- Report Claude thinking (reasoning) tokens in session usage summaries |
| 5 | +- Add support for Claude Opus 4.8 |
| 6 | +- Loading spinner no longer hangs forever when launching in an untrusted folder |
| 7 | +- MCP server configuration form saves the latest typed value when pressing Ctrl+S |
| 8 | +- Show per-MCP-server token usage in /mcp and break out MCP tool tokens in /context |
| 9 | +- Custom agents and skills are now discovered recursively in subdirectories |
| 10 | +- Add `permissions.disableBypassPermissionsMode` setting to prevent enabling allow-all/yolo mode |
| 11 | +- Update model selection behavior for select subscription plans |
| 12 | +- The exit_plan_mode tool is only offered to the model while the session is in plan mode |
| 13 | +- Native binary crash (e.g. SIGSEGV) now falls through to the JavaScript fallback instead of silently exiting |
| 14 | +- Add /autopilot <objective> to keep autopilot focused, with /goal as an alias |
| 15 | +- Detect PowerShell 7 correctly when pwsh.exe is installed as a Microsoft Store App Execution Alias |
| 16 | +- Sessions with zero-sized CAPI billing batches resume correctly |
| 17 | +- Cell-based terminal renderer is now enabled for all users by default |
| 18 | +- Show a warning when remote controlled sessions are disabled by organization policy |
| 19 | +- Extension log files are now captured per extension and surfaced in the extensions_manage tool to help diagnose failures |
| 20 | +- Project extensions in .github/extensions are now discovered in non-git (folder-backed) workspaces |
| 21 | +- Allow /statusline and /theme commands to run while the agent is executing |
| 22 | +- MCP configuration now opens in its own dedicated screen, with scrollable server and tool lists when content exceeds the visible area |
| 23 | +- Hook progress streaming shows real-time status messages from long-running hooks in the timeline |
| 24 | +- pluginDirectories on session.create and session.resume RPC: SDK clients can mount Open Plugins-format directories per session. |
| 25 | +- Delete remote sessions directly from the session picker |
| 26 | +- Schedule manager hint bar text no longer wraps over dialog borders when entries are added |
| 27 | +- `copilot update` and `copilot version` authenticate release API requests to avoid rate limit errors in shared-NAT environments |
| 28 | +- Diff view keyboard shortcut hints display correctly when toggling between unstaged and branch diff modes |
| 29 | +- Clipboard paste works correctly on Wayland compositors that do not support wlr-data-control (e.g. GNOME/Mutter) |
| 30 | +- Interactive shell tool preserves parent terminal color settings so diff tools and other programs render with full color |
| 31 | +- Canvas tools with optional object input schemas open correctly without validation errors |
| 32 | +- Extension subprocesses no longer fail with "Invalid command format" when forked from an older CLI version |
| 33 | +- Settings migration preserves user data when legacy snake_case keys exist from older CLI versions |
| 34 | +- Support owner/repo#ref syntax when adding plugins from the marketplace |
| 35 | +- Feedback dialog and /skills help text use Copilot-consistent log paths and terminology |
| 36 | +- Progress indicators integrate natively with tmux 3.6b pane progress state |
| 37 | +- --plugin-dir skills now take precedence over personal-home (~/.copilot, ~/.agents) skills with the same name. Order is now project > plugin-dir > personal > custom. |
| 38 | +- Show a helpful message when remote controlled sessions are disabled by organization policy |
| 39 | +- Reasoning token count now shown in session token summary for all users |
| 40 | +- Terminal bell no longer sounds on turn completion unless explicitly enabled via config |
| 41 | +- /resume picker no longer shows blank rows for sessions closed before sending a message |
| 42 | +- Aborting a session no longer leaves the UI stuck in a Cancelling state when Task tool agents are running |
| 43 | +- vote_memory tool calls are throttled per response and per interaction to prevent runaway voting bursts |
| 44 | +- Upward auto-scroll now engages when dragging mouse selection past the top of the timeline |
| 45 | +- Clipboard correctly copies CJK and supplementary-plane Unicode characters on Windows |
| 46 | +- Increase selection background contrast across all color themes for better visibility |
| 47 | +- /env now shows loaded extensions with their status and source |
| 48 | +- Extensions launch correctly when the CLI runs as a single-executable application (SEA) |
| 49 | + |
1 | 50 | ## 1.0.54 - 2026-05-24 |
2 | 51 |
|
3 | 52 | Fixes and changes |
|
0 commit comments