Feature Request: Add Google Antigravity (agy) to default AI agent selection and crash diagnostics
#9689
THE-KINGDOM
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
Please consider adding official support for Google Antigravity (
agy) alongside Claude Code, Codex, and OpenCode in the Omarchy agent framework (omarchy default agentand/usr/bin/omarchy-agent).Antigravity functions effectively as an agent harness for users authenticated via Google AI Pro/Gemini, but currently requires manual shims and permission handling to integrate cleanly into Omarchy's automated crash diagnostics pipeline.
Context & Required Implementation Details
Interactive Prompt Handling (
-iFlag):When invoking
omarchy-agentwith--prompt "..."(such as fromomarchy-agent-crashnotifications),agyrequires the-iflag to run interactively with the preloaded system prompt. Calling it without-ior passing positional strings directly causes command line parsing errors.Dispatcher Integration (
/usr/bin/omarchy-agent):Allowing
agyto be selected as a recognized option inomarchy default agentand routing terminal launches through the standard dispatcher:agy -i "$prompt"/Permissions
Pre-Approved Read-Only Diagnostic Rules:
When omarchy-agent-crash triggers the default skill (/usr/share/omarchy/default/agents/skills/diagnose-crash/SKILL.md), Antigravity prompts for interactive permission loops on non-destructive log inspection commands. To make "Click to diagnose with AI" seamless out of the box, the following read-only rules should be seeded into ~/.gemini/antigravity-cli/settings.json:
command(journalctl)
command(coredumpctl)
command(systemctl status)
command(pacman -Q)
command(ls)
command(cat)
Non-workspace read access for /usr/share/omarchy/default/agents/skills/
Motivation
Integrating Antigravity gives users an automated, out-of-the-box system crash diagnosis agent powered by their Google AI subscriptions without manual wrapper scripts or permission friction.
All reactions