Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 19:36
· 97 commits to main since this release

v0.3.0

Session management, a Settings surface for VS Code, and editable system prompts.

New

  • Rename the current session from the CLI with /rename-session <title>; run it without a title to see the session's current name.
  • Settings tab in VS Code: view and edit the system prompt for each mode (build, ask, plan, and custom), reset built-ins to default, create custom modes, and open the raw config.
  • Local MCP servers can specify their command as a string or as an array of command + arguments.

Improved

  • Reworked Sessions view for browsing and managing saved sessions (VS Code).
  • Resumed sessions open scrolled to their latest message.
  • Conversations are stored in a leaner split-file layout; existing sessions migrate automatically on first run.

Fixed

  • @currentFile mentions resolve case-insensitively and to the correct open-file path.