|
| 1 | +## 1.0.56 - 2026-05-29 |
| 2 | + |
| 3 | +- Free and Student users can select models other than Auto in the model picker |
| 4 | +- ThemePicker side-by-side layout fits within a 120-column terminal without wrapping |
| 5 | +- Model picker shows accurate total context window size per pricing tier |
| 6 | +- Add `builtInAgents.rubberDuck` setting to enable or disable the rubber duck agent via `copilot config` |
| 7 | +- Extended key reporting works correctly in tmux when Kitty keyboard protocol is unavailable |
| 8 | +- Config and settings files are written atomically to prevent data loss when multiple CLI processes run concurrently |
| 9 | +- BYOK provider configuration now applies correctly to ACP sessions |
| 10 | +- MCP tools that return both human-readable `content` text and a `structuredContent` payload now surface both to the agent instead of dropping either side. When the text is the literal JSON serialization (per MCP spec §5.2.6) it is deduplicated; otherwise the two are concatenated. |
| 11 | +- Fix /context small-token legend formatting and free-space grid rounding |
| 12 | +- Reasoning effort picker respects model capabilities — options not supported by the model are no longer shown |
| 13 | +- File paths in /env output display with correct formatting |
| 14 | +- Reasoning text always displays above the assistant response in the conversation timeline |
| 15 | +- Assistant responses render without single-word orphan lines in the terminal timeline |
| 16 | +- Diff view uses a continuous scroll layout with sticky file and hunk headers, full terminal width, and theme-aware colors |
| 17 | +- web_fetch tool prefers markdown content when available, using HTTP content negotiation for cleaner results from documentation sites |
| 18 | +- Cursor stays at correct position after pasting text that contains tab characters |
| 19 | +- Code review agent now uses the same model as the current session instead of a fixed default |
| 20 | +- When gh CLI is on PATH, GitHub MCP server now omits redundant gh-replaceable tools by default, reducing token usage |
| 21 | +- Context window tier selection now persists durably in session events and survives SDK-only resume paths so tier-derived limits are reapplied to request, compaction, and truncation logic without app-level repair |
| 22 | +- Remote session URL correctly uses the repository owner/name instead of literal 'copilot' |
| 23 | +- Trusted folder confirmation message clarifies that permissions may be remembered for the session |
| 24 | + |
1 | 25 | ## 1.0.55 - 2026-05-28 |
2 | 26 |
|
3 | 27 | - Free and Student plan users on token-based billing are restricted to Auto model selection, with an explanation shown in the model picker |
|
0 commit comments