Skip to content

Commit a69956f

Browse files
committed
docs: add changelog for 1.0.10
1 parent 1ce9e8c commit a69956f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
The terminal-first surface to interact with Antigravity agents. Stay in your flow without context switching.
44

5+
## 1.0.10
6+
7+
- Improved compatibility with a broader set of ARM64 devices (e.g. raspberry pi 4b).
8+
- Added `antigravity_guide` builtin skill to provide instant, in-context reference guides for the Antigravity 2.0, CLI, IDE, and SDK.
9+
- Improved commit history navigation: scrolling now immediately loads and displays changed files and diffs.
10+
- Improved Git integration by enabling ASCII node graphs (`git log --graph`) for visual parity with hg/jj.
11+
- Improved commit hash matching to seamlessly resolve short (6-char) to long (64-char) hashes via prefix comparison.
12+
- Added alert message type for system errors/warnings, separating them from standard command output.
13+
- Added the CLI log file path to the `/help` menu for easy troubleshooting.
14+
- Improved markdown rendering by upgrading `glamour` to v2.0.1 for cleaner headings and block padding.
15+
- Improved authentication to automatically launch browser sign-in via `rundll32`.
16+
- Fixed a bug where "ask" permissions were dropped during settings updates, ensuring `settings.json` preservation.
17+
- Fixed permission engine matching bugs by escaping regex metacharacters (like `$` or `.`) in saved rules, preventing infinite prompt loops.
18+
- Fixed environment flag parsing to prevent ignored disablement flags.
19+
- Fixed bash mode argument escaping (preventing swallowed stdout) and defaulted shell resolution to PowerShell.
20+
521
## 1.0.9
622

723
- Added submodule support for plugins installation. External plugin installation now automatically resolves and initializes Git submodules.

0 commit comments

Comments
 (0)