chore(docs): regenerate manual and man page
This commit is contained in:
+7
-5
@@ -2419,23 +2419,25 @@ Wrapper for the agy Antigravity AI CLI that ensures the AGENTS/
|
|||||||
sub-repository is initialized and any agent-made changes are committed
|
sub-repository is initialized and any agent-made changes are committed
|
||||||
before launch. Delegates all scaffold and commit logic to agents-init
|
before launch. Delegates all scaffold and commit logic to agents-init
|
||||||
--quiet (full setup), which ensures AGENTS/ is scaffolded and CLAUDE.md
|
--quiet (full setup), which ensures AGENTS/ is scaffolded and CLAUDE.md
|
||||||
is symlinked to AGENTS/AGENTS.md in the current project. All arguments
|
is symlinked to AGENTS/AGENTS.md in the current project. Arguments are
|
||||||
are forwarded verbatim to the real agy binary.
|
forwarded verbatim to the real agy binary, except for -r/--resume which
|
||||||
|
are translated to -c/--continue.
|
||||||
|
|
||||||
Opinionated component (C1): when disabled via __fish_config_op_aliases
|
Opinionated component (C1): when disabled via __fish_config_op_aliases
|
||||||
(or the __fish_config_opinionated master), the command is passed through
|
(or the __fish_config_opinionated master), the command is passed through
|
||||||
to the real agy binary unchanged.
|
to the real agy binary unchanged.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
ARGS Any arguments forwarded verbatim to the underlying agy binary
|
ARGS Arguments forwarded to the underlying agy binary (-r translates to -c)
|
||||||
|
|
||||||
Exit Status:
|
Exit Status:
|
||||||
Exit status of the underlying agy binary
|
Exit status of the underlying agy binary
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
agy
|
agy
|
||||||
agy chat
|
agy --resume
|
||||||
agy resume
|
agy -i \[dq]initial prompt\[dq]
|
||||||
|
agy models
|
||||||
\f[R]
|
\f[R]
|
||||||
.fi
|
.fi
|
||||||
.PP
|
.PP
|
||||||
|
|||||||
+7
-5
@@ -1885,23 +1885,25 @@ Add -i (interactive confirmation) to destructive commands:
|
|||||||
sub-repository is initialized and any agent-made changes are committed
|
sub-repository is initialized and any agent-made changes are committed
|
||||||
before launch. Delegates all scaffold and commit logic to agents-init
|
before launch. Delegates all scaffold and commit logic to agents-init
|
||||||
--quiet (full setup), which ensures AGENTS/ is scaffolded and CLAUDE.md
|
--quiet (full setup), which ensures AGENTS/ is scaffolded and CLAUDE.md
|
||||||
is symlinked to AGENTS/AGENTS.md in the current project. All arguments
|
is symlinked to AGENTS/AGENTS.md in the current project. Arguments are
|
||||||
are forwarded verbatim to the real agy binary.
|
forwarded verbatim to the real agy binary, except for -r/--resume which
|
||||||
|
are translated to -c/--continue.
|
||||||
|
|
||||||
Opinionated component (C1): when disabled via __fish_config_op_aliases
|
Opinionated component (C1): when disabled via __fish_config_op_aliases
|
||||||
(or the __fish_config_opinionated master), the command is passed through
|
(or the __fish_config_opinionated master), the command is passed through
|
||||||
to the real agy binary unchanged.
|
to the real agy binary unchanged.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
ARGS Any arguments forwarded verbatim to the underlying agy binary
|
ARGS Arguments forwarded to the underlying agy binary (-r translates to -c)
|
||||||
|
|
||||||
Exit Status:
|
Exit Status:
|
||||||
Exit status of the underlying agy binary
|
Exit status of the underlying agy binary
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
agy
|
agy
|
||||||
agy chat
|
agy --resume
|
||||||
agy resume
|
agy -i "initial prompt"
|
||||||
|
agy models
|
||||||
|
|
||||||
**Dependencies:** `agents-init`
|
**Dependencies:** `agents-init`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user