Skip to content

1.0.10

Latest

Choose a tag to compare

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