|
| 1 | +## 1.0.51 - 2026-05-20 |
| 2 | + |
| 3 | +- `--session-id=<id>` resumes known sessions or tasks, and starts new sessions with a specific UUID |
| 4 | +- /remote commands now respect organization remote control and view from cloud policy and show a clear error when disabled |
| 5 | +- /remote command can now be used while the agent is working |
| 6 | +- Customizable status line in the terminal footer displays session info such as model, context window, git branch, and more |
| 7 | +- MCP tool loading at startup is faster for users with many HTTP-based MCP servers |
| 8 | +- Settings file no longer accumulates unrelated config keys when settings are updated |
| 9 | +- Add /security-review slash command to review code changes for security vulnerabilities |
| 10 | +- Add preMcpToolCall hook for hook providers to control outgoing MCP request metadata |
| 11 | +- Add /chronicle cost-tips subcommand for personalized token usage and cost reduction recommendations |
| 12 | +- MCP servers using OAuth stay connected when authentication was performed in a separate session |
| 13 | +- GFM tables and blockquotes inside list items render correctly without a floating top border |
| 14 | +- Experimental mode indicator now appears persistently in the app header instead of as a one-time notification |
| 15 | +- Loading indicator color matches the active mode (plan, autopilot, shell) |
| 16 | +- Session naming works correctly for usage-based billing users |
| 17 | +- Pressing Enter on a highlighted subcommand completion inserts the selection instead of submitting the partial command |
| 18 | +- Use default release notes when publishing a release with no changelog entries |
| 19 | +- Editor launched with Ctrl+G no longer steals keystrokes or requires double keypresses |
| 20 | +- `/memory show` displays documentation links for learning about and managing Copilot Memory |
| 21 | +- Add `terminalProgress` setting to enable or disable OSC 9;4 terminal progress indicators |
| 22 | +- postToolUse hooks can now inject additionalContext into successful tool results |
| 23 | +- Only show remote session startup failure when remote mode is explicitly requested via --remote or enabled in user configuration |
| 24 | +- Shell tool calls succeed even when the model omits the `description` parameter |
| 25 | +- Ensure input token usage includes cached, update token formatting to clarify |
| 26 | +- Login prompt more clearly warns when token storage falls back to insecure plain text config file |
| 27 | +- GitHub MCP web search tool is available immediately without requiring tool search |
| 28 | +- Secret scanning now covers commit messages and PR descriptions, redacting secrets before they are published |
| 29 | +- Input area grows responsively with terminal height instead of capping at 3 lines |
| 30 | + |
1 | 31 | ## 1.0.49 - 2026-05-18 |
2 | 32 |
|
3 | 33 | - postToolUse hook additionalContext is now injected as a system message for the model instead of being silently discarded |
|
0 commit comments