feat(cli): add support for agy CLI - #322
Open
mateuszsip wants to merge 3 commits into
Open
Conversation
mateuszsip
marked this pull request as ready for review
May 20, 2026 11:23
ashleyghooper
approved these changes
Jun 5, 2026
ashleyghooper
left a comment
There was a problem hiding this comment.
I have made the changes manually in my neovim and Antigravity is working well.
|
Thanks @mateuszsip ! |
dwf
added a commit
to dwf/dotfiles
that referenced
this pull request
Jul 12, 2026
sidekick.nvim's nixpkgs-pinned release has no built-in tool config for Google Antigravity's `agy` CLI. Pin plugins.sidekick.package's src (only) to folke/sidekick.nvim#322 (mateuszsip's feat/agy-cli branch, 8350ac42bff9fe9afdcd0438534010ac97739dd1), which adds sk/cli/antigravity.lua. That file registers the tool as "antigravity" (its own cmd is {"agy"}, the binary name), not "agy" - so the override has to target cli.tools.antigravity.cmd, mirroring the existing cli.tools.claude.cmd override that points sidekick at the sandboxed *-vm wrapper instead of the bare binary. Targeting cli.tools.agy would have silently created an unrelated second tool with none of antigravity.lua's is_proc/url/format. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
dwf
added a commit
to dwf/dotfiles
that referenced
this pull request
Jul 12, 2026
sidekick.nvim's nixpkgs-pinned release has no built-in tool config for Google Antigravity's `agy` CLI. Pin plugins.sidekick.package's src (only) to folke/sidekick.nvim#322 (mateuszsip's feat/agy-cli branch, 8350ac42bff9fe9afdcd0438534010ac97739dd1), which adds sk/cli/antigravity.lua. That file registers the tool as "antigravity" (its own cmd is {"agy"}, the binary name), not "agy" - so the override has to target cli.tools.antigravity.cmd, mirroring the existing cli.tools.claude.cmd override that points sidekick at the sandboxed *-vm wrapper instead of the bare binary. Targeting cli.tools.agy would have silently created an unrelated second tool with none of antigravity.lua's is_proc/url/format. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
dwf
added a commit
to dwf/dotfiles
that referenced
this pull request
Jul 12, 2026
sidekick.nvim's nixpkgs-pinned release has no built-in tool config for Google Antigravity's `agy` CLI. Pin plugins.sidekick.package's src (only) to folke/sidekick.nvim#322 (mateuszsip's feat/agy-cli branch, 8350ac42bff9fe9afdcd0438534010ac97739dd1), which adds sk/cli/antigravity.lua. That file registers the tool as "antigravity" (its own cmd is {"agy"}, the binary name), not "agy" - so the override has to target cli.tools.antigravity.cmd, mirroring the existing cli.tools.claude.cmd override that points sidekick at the sandboxed *-vm wrapper instead of the bare binary. Targeting cli.tools.agy would have silently created an unrelated second tool with none of antigravity.lua's is_proc/url/format. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Hey, that's my first contrib to lua codebase, but I really wanted to integrate antigravity cli and maybe it's good enough for upstream 😅
Related Issue(s)
Screenshots