From e77b42aeab5e6921dc952aaedd8a375b15f5212e Mon Sep 17 00:00:00 2001 From: Ninzero Xu <20299935+Ninzero@users.noreply.github.com> Date: Fri, 15 May 2026 06:30:40 +0800 Subject: [PATCH] agy: add page (#22314) Co-authored-by: Lena Pastwa --- pages/common/agy.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/agy.md diff --git a/pages/common/agy.md b/pages/common/agy.md new file mode 100644 index 0000000000..d3b62aac67 --- /dev/null +++ b/pages/common/agy.md @@ -0,0 +1,28 @@ +# agy + +> An agentic development platform by Google. +> More information: . + +- 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]}}`