Skip to content

0.0.334

Choose a tag to compare

@RyanHecht RyanHecht released this 03 Oct 23:06
· 38 commits to main since this release
6ccbec7

0.0.334 - 2025-10-03

  • 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.
  • 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 #29)
  • Removed the on-exit usage stats from the persisted session history
  • Added the current version to startup logs to aid in bug reporting
  • Removed cycling through TAB autocomplete items if an argument is present. This prevents running /cwd /path/to/whatever, hitting TAB, then seeing /clear autocomplete

Run npm install -g @github/copilot@latest to update!