Back
GoogleAntigravity
Skill icon branding, empty directory indexing in @-completion, and headless exit code fixes
AI summary
Written by AI from the official notes. Check them for exact details.New skill icon branding and improved directory indexing are now available, along with several bug fixes.
- Added skill icon branding with Unicode support in CLI.
- Indexed empty directories in
@path completion. - Auto-approves workspace-scoped read access in review mode.
- Fixed headless print mode error handling.
- Improved Git repository inspection performance.
Why it matters: Users who rely on CLI tools and workspace management should care for enhanced usability and efficiency.
Full release notes9 changes
Adds skill icon branding with Unicode alignment in catalogs and slash commands, indexes empty directories in @ path completion, auto-approves workspace-scoped read access in review mode, and fixes headless print mode error handling.
- Added skill icon and visual branding support across the CLI, displaying emoji icons declared under
metadata.iconinSKILL.mdfrontmatter across the/skillscatalog list view, detail inspection headers, and slash command autocompletion popups with multi-byte Unicode display width calculation. - Improved
@file path autocompletion by indexing empty directories alongside files in ripgrep search results, enabling directory-only and unpopulated structures to be traversed. - Improved permission management by automatically granting workspace-scoped read access under the default review mode, removing repetitive approval prompts for reading or listing workspace files while strictly maintaining confirmation for modifications and external access.
- Improved Git repository inspection performance by skipping recursive submodule worktree scans while continuing to track commit pointer updates.
- Fixed print mode (
-p/--print, including--output-format jsonandstream-json) treating benign tool execution errors and permission denials as fatal run failures with non-zero exit codes. - Fixed the CLI overwriting and discarding unparsed configuration in
settings.jsonwhen encountering an unrecognized setting value or syntax error on startup. - Fixed
/skills,/plugins,/agents, and/hookscommands reporting that no customizations were found when invoked without an explicit agent configuration by mounting built-in customizations. - Fixed CJK draft jitter in the main prompt by normalizing boundary whitespace in streaming transcript updates.
- Fixed the conversation spinner animation loop continuing to tick in the background after turn completion, eliminating idle CPU wakeups.