Skip to content

Commit 4e51f5a

Browse files
Update changelog.md for version 1.0.32
1 parent 3b72dea commit 4e51f5a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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+
124
## 1.0.31 - 2026-04-16
225

326
- Prompt frame no longer causes rendering issues on Windows and Ubuntu terminals

0 commit comments

Comments
 (0)