Skip to main content
ClaudeWave
Slash Command322 estrellas del repoactualizado yesterday

status

List background Antigravity (agy) delegation jobs for this repo, or show one job's status.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yuting0624/antigravity-for-claude-code/HEAD/commands/status.md -o ~/.claude/commands/status.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

status.md

Show background agy delegation jobs.

- If a job id is given in `$ARGUMENTS`, run:
  `agy-job status $ARGUMENTS`
- Otherwise list jobs started from this directory:
  `agy-job list`

Report each job's id, state (running / done / failed), and task. For finished jobs,
remind the user they can fetch output with `/antigravity:result <id>`.