Back
GoogleAntigravity
Artifact viewer half-page scrolling, workspace picker grouping setting, and SQLite WAL flushing
AI summary
Written by AI from the official notes. Check them for exact details.New features include half-page scrolling in the artifact viewer and improved conversation list settings.
- Added half-page scrolling to the artifact viewer with Ctrl+D and Ctrl+U.
- Introduced pickerGrouping setting for conversation list view in /resume.
- Improved ASCII rendering for Mermaid flowcharts in the artifact viewer.
- Changed unselected model reasoning defaults to medium in the /model picker.
- Fixed SQLite WAL checkpointing on exit for better data integrity.
Why it matters: Users who rely on the artifact viewer and conversation management will benefit from these enhancements.
Full release notes9 changes
Adds half-page scrolling (Ctrl+D / Ctrl+U) to the artifact viewer, adds the pickerGrouping configuration setting for /resume, improves Mermaid flowchart ASCII rendering, updates unselected model reasoning defaults to medium, and resolves issues with worktree cleanup, SQLite WAL checkpointing on exit, and subagent approval prompts.
- Added half-page scrolling with
Ctrl+DandCtrl+Uto the artifact viewer. - Added the
pickerGroupingsetting to/configandsettings.jsonto configure the default conversation list view in/resume(flat or grouped by workspace). - Improved terminal ASCII diagram rendering for Mermaid flowcharts in the artifact viewer and conversation.
- Improved
/logoutexecution time by short-circuiting token removal directly to file storage when keyring storage is bypassed or unreachable. - Changed unselected model families in the interactive
/modelpicker to default to medium reasoning effort instead of low. - Fixed subagent tasks unexpectedly prompting for tool approval in always-proceed mode while viewing the subagent details panel.
- Fixed orphaned Git worktrees accumulating on disk under
.system_generated/worktreeswhen killing subagents or deleting conversations. - Fixed SQLite database WAL checkpointing on CLI exit so trailing session metadata updates are flushed to disk before shutdown.
- Fixed customization discovery logging spurious errors when accessing temporary directories or paths outside the active workspace.