|
| 1 | +## 1.0.32 - 2026-04-17 |
| 2 | + |
| 3 | +- Allow short session ID prefixes (7+ hex chars) with --resume and /resume instead of the full ID |
| 4 | +- /feedback saves the bundle to TEMP when the working directory is not writable |
| 5 | +- Select `auto` as your model to let Copilot automatically pick the best available model for each session |
| 6 | +- Add --print-debug-info flag to display version, terminal capabilities, and environment variables |
| 7 | +- Show warnings when approaching 75% and 90% of your weekly usage limit |
| 8 | +- Attach supported document files to prompts for the agent to read and reason about |
| 9 | +- Add --connect flag to directly connect to a remote session by ID |
| 10 | +- copilot login --host now correctly authenticates with GitHub Enterprise Cloud (GHE) instances |
| 11 | +- Current date and time in agent context now includes local timezone offset |
| 12 | +- Terminal progress indicator stays visible while the agent is thinking |
| 13 | +- Status line no longer shows stray Unicode glyphs in terminals like Neovim after /clear |
| 14 | +- Rewind works correctly after using /cd to change directories |
| 15 | +- Multiline input is preserved when using /plan and plan mode |
| 16 | +- Backspace correctly exits shell mode only when the input is empty |
| 17 | +- Mouse wheel scrolling works correctly in the /ask dialog |
| 18 | +- Rate-limited sessions now pause queued messages and automatically retry instead of dropping them |
| 19 | +- Tables render with correct column widths, emoji support, and stable borders during terminal resize |
| 20 | +- Rate limit error messages now show specific context based on the type of limit reached |
| 21 | +- Session idle timeout is now configurable via --session-idle-timeout; disabled by default |
| 22 | +- Skills that exceed the token limit are still discoverable and invocable by name |
| 23 | + |
1 | 24 | ## 1.0.31 - 2026-04-16 |
2 | 25 |
|
3 | 26 | - Prompt frame no longer causes rendering issues on Windows and Ubuntu terminals |
|
0 commit comments