| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| agy_cli_windows_x64.zip | 2026-06-06 | 40.9 MB | |
| agy_cli_windows_arm64.zip | 2026-06-06 | 37.1 MB | |
| agy_cli_mac_x64.tar.gz | 2026-06-06 | 41.2 MB | |
| agy_cli_mac_arm64.tar.gz | 2026-06-06 | 38.0 MB | |
| agy_cli_linux_x64.tar.gz | 2026-06-06 | 44.3 MB | |
| agy_cli_linux_arm64.tar.gz | 2026-06-06 | 41.8 MB | |
| 1.0.6 source code.tar.gz | 2026-06-06 | 25.6 MB | |
| 1.0.6 source code.zip | 2026-06-06 | 25.6 MB | |
| README.md | 2026-06-06 | 1.2 kB | |
| Totals: 9 Items | 294.4 MB | 0 | |
- Added shell-style path auto-completion for
/openand/add-dir. - Added optimistic rendering for user chat prompt submissions, injecting messages immediately into the viewport to eliminate perceived input lag.
- Added fuzzy and partial substring matching across slash commands. E.g.
/el-> shows/helpand/modelwhile previous no suggested completions. - Fixed a bug when suggestion was not triggered when
@is typed after(. Enabled unconditional typeahead suggestions whenever@is typed without preceding whitespace, streamlining mention workflows. - Skipped subagent conversations from
/resume, keeping the standalone conversation picker focused purely on direct user initiated conversations. - Added a
stack_with_defaultflag to thestatusLineconfiguration to render both the default Antigravity status line and custom status line output vertically stacked. - Fixed a bug where entering a prompt immediately after pressing
Esc(to interrupt an active agent stream) caused the newly typed input to be swallowed or rejected. - Fixed
--sandboxflag propagation in headless print mode (-p/--print), ensuring sandbox isolation is correctly enforced during non-interactive execution.