Skip to main content
This is compiled from CHANGELOG.md in the VS Code repo. In the extension you can also open Settings → Community → Changelog. The latest Marketplace version is on MossX.vscode-cc-gui.

2026-08-12 · v0.1.3

  • Wired up task-complete notifications: show a toast in the panel when a turn ends
  • Stop can end Grok / Kimi / OpenCode / Pi child processes. After you abort, completion prompts no longer play
  • Codex abort is a quiet interrupt. It no longer shows an ERROR bubble
  • Fixed an occasional “new session still shows the old chat”
  • New tabs now stack in the same editor group instead of splitting left and right

2026-08-11 · v0.1.2

  • Fixed missing attachment images after reloading Grok history
  • Grok session titles prefer the user’s original wording instead of an English auto title
  • Grok image sends now go to the model through --prompt-file
  • Fixed a spinner that stayed after multi-step tool calls finished

2026-08-10 · v0.1.1

  • Fixed clipped Config / Provider / Mode buttons on the bottom toolbar that could not be clicked
  • Fixed revoking local settings.json access having no effect
  • Send failures now appear in the chat. Success JSON no longer leaks into the body
  • Fixed Grok / CLI history isolation

2026-08-10 · v0.1.0

  • Version number now follows Marketplace SemVer
  • Tightened package ignore rules
  • Removed a local absolute path from the README packaging notes

2026-08-05 · v0.0.2-fix2

  • Added a debug log switch, off by default. Webview developer tools show only when it is on
  • Fixed input drag and drop: support path mentions and images from Explorer
  • Improved dependency detection and permission approval

2026-08-04 · v0.0.1

  • Ported from JetBrains CC GUI to VS Code