Skip to content

v0.4.6

Choose a tag to compare

@github-actions github-actions released this 17 Jul 00:47
· 13 commits to main since this release

v0.4.6

Sessions now remember their model, and a rendering hole that let a model's raw HTML reply take over the extension UI is closed.

New

  • Sessions remember the model they were using — reopening one switches back to it instead of keeping whatever is currently active.
  • Session lists show each session's model under its title (CLI and VS Code).

Improved

  • Conversation sidebar lists the latest conversations first (VS Code).
  • The Changes panel now shows what the latest turn changed in each file, instead of diffing against content from the start of a long or resumed session (VS Code).

Fixed

  • A reply containing raw HTML (e.g. an unfenced HTML document) no longer restyles and overlays the chat UI — it now renders as visible text (VS Code).