Skip to main content

corgi agent watch work

corgi agent watch work

Open a Claude session on a ticket, with the prompt an unattended run would get

Synopsis

Hands an inbox row to a real session: the same prompt the daemon's own fix would have used, opened as a chat in the editor window on that workspace, so you can watch and steer. What the page's "Work on it" and the phone do.

corgi agent watch work ABC-123 corgi agent watch work ABC-123 ABC-124 one session, both stories corgi agent watch work ABC-123 --model opus --profile work corgi agent watch work ABC-123 --attempts 3 --models opus,sonnet three sessions, a worktree each; corgi agent attempts compares them

A REF is what the inbox shows; a key (linear:ABC-123:comment:…) is what --json prints. A ref names its newest row. The daemon must be running.

corgi agent watch work <REF|key> [REF...] [flags]

Options

--attempts int Open this many sessions on the ticket to compare (at most 5), a worktree each on corgi/<ref>-N; corgi agent attempts lists them and picks one
-h, --help help for work
--isolate a worktree of the session's own on corgi/<ref>, one per repository — it never touches your checkout
--model string claude model for the session
--models string The models the attempts run on, in turn (comma separated) — opus,sonnet,haiku; with one, all use it
--profile string corgi profile (account) for the session
--window string the editor window id (corgi agent windows); default: the one on that workspace, else the front one
--workspace string only this workspace's rows, when a ref exists in two

Options inherited from parent commands

--describe Describe contents of corgi-compose file
--dockerContext string Specify docker context to use, can be default,orbctl,colima (default "default")
-l, --exampleList List examples to choose from. Click on any example to download it
-f, --filename string Custom filepath for for corgi-compose
--fromScratch Clean the .corgi/corgi_services folder before running
-t, --fromTemplate string Create corgi service from template url
--fromTemplateName string Create corgi service from template name and url
-g, --global Use global path to one of the services
--interactive Force interactive prompts even when no TTY/agent detected
--json Emit machine-readable JSON output
--privateToken string Private token for private repositories to download files
-o, --runOnce Run corgi once and exit
--silent Hide all welcome messages

SEE ALSO

  • corgi agent watch - Watch the tracker and your pull requests: new issues, new comments, reviews — notify, or fix
Auto generated by spf13/cobra on 20-Sep-2026