agy: add page (#22314)

Co-authored-by: Lena Pastwa <lena@lnps.me>
This commit is contained in:
Ninzero Xu
2026-05-15 06:30:40 +08:00
committed by GitHub
parent d60cb1ca64
commit e77b42aeab
+28
View File
@@ -0,0 +1,28 @@
# agy
> An agentic development platform by Google.
> More information: <https://antigravity.google/docs>.
- Open a specific file or directory:
`agy {{path/to/file_or_directory}}`
- Compare two files with each other:
`agy {{[-d|--diff]}} {{path/to/file1}} {{path/to/file2}}`
- Pass in a prompt to run in a chat session in the current working directory:
`agy chat "{{prompt}}"`
- Install or uninstall a specific extension:
`agy --{{install|uninstall}}-extension {{publisher.extension|path/to/extension.vsix}}`
- Add an MCP (Model Context Protocol) server definition to the user profile:
`agy --add-mcp "{{json_string}}"`
- Display help:
`agy {{[-h|--help]}}`