Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 02:00
· 90 commits to main since this release

v0.3.1

Long conversations no longer hit a wall: this release adds conversation compaction across the CLI and VS Code, plus better ways to move around sessions and transcripts.

New

  • Conversation compaction: summarize a long chat and keep going (/compact, or the composer button in VS Code), with live progress while it runs.
  • Auto-compact kicks in when context usage crosses a threshold (default 80%) — tune or disable it with /auto-compact or from the VS Code composer.
  • Session switcher in the VS Code chat header — click the title to search, rename, delete, and jump between sessions without leaving the chat.
  • Message outline in VS Code — a toggle in the chat header opens a sidebar listing the conversation's messages; click one to jump to it.
  • The compaction prompt is editable (and resettable) in VS Code settings alongside the mode prompts.

Improved

  • The CLI session picker groups sessions by recency (Today / Yesterday / Last 7 days / Older), and Enter on a group header folds it.
  • The transcript draws a divider where a compaction happened, so you can see what the summary covers.

Fixed

  • Context usage was under-reported for Anthropic models when prompt caching was active; the meter now reflects the full context size.