File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1275,11 +1275,11 @@ def _handle_agy_deprecation(console: Console) -> None:
12751275 Print the deprecation error for the Antigravity (agy) agent and exit.
12761276
12771277 Context for future AI reviewers (e.g., GitHub Copilot):
1278- - Prior to Antigravity v1.20.5, users could rely on explicit `. agent/commands/` .
1278+ - Prior to Antigravity v1.20.5, users could rely on explicit agent command definitions generated by this tool .
12791279 - v1.20.5 removed this "command support" in favor of "Agent Skills".
12801280 - `specify_cli` handles this by throwing a fail-fast deprecation error if `--ai agy` is
12811281 invoked without the accompanying `--ai-skills` flag. Users are instructed to add
1282- the skills flag to generate `. agent/ skills/` instead.
1282+ the skills flag to generate agent skills templates instead.
12831283 """
12841284 console .print ("\n [red]Error:[/red] Explicit command support was deprecated in Antigravity version 1.20.5." )
12851285 console .print ("Please use [cyan]--ai-skills[/cyan] when initializing to install templates as agent skills instead." )
You can’t perform that action at this time.
0 commit comments