You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
## 0.0.334 - 2025-10-03
2
+
3
+
- Improved the experience of pasting large content: when pasting more than 10 lines, it's displayed as a compact token like `[Paste #1 - 15 lines]` instead of flooding the terminal.
4
+
- Added a warning when conversation context approaches ≤20% remaining of the model's limit that truncation will soon occur. At this point, we recommend you begin a new session (improves https://github.com/github/copilot-cli/issues/29)
5
+
- Removed the on-exit usage stats from the persisted session history
6
+
- Added the current version to startup logs to aid in bug reporting
7
+
- Removed cycling through TAB autocomplete items if an argument is present. This prevents running `/cwd /path/to/whatever`, hitting `TAB`, then seeing `/clear` autocomplete
8
+
9
+
Run `npm install -g @github/copilot@latest` to update!
10
+
1
11
## 0.0.333 - 2025-10-02
2
12
3
13
- Added image support! `@`-mention files to add them as input to the model.
0 commit comments