v0.3.0
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
@currentFilementions resolve case-insensitively and to the correct open-file path.