Skip to content

Commit 37b6bad

Browse files
authored
0.0.334
1 parent ac2bc8f commit 37b6bad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
111
## 0.0.333 - 2025-10-02
212

313
- Added image support! `@`-mention files to add them as input to the model.

0 commit comments

Comments
 (0)