corgi agent transcript
corgi agent transcript
A session's conversation: the newest entries, or everything after an offset
Synopsis
Reads a session's transcript as the phone's chat does — who said what, the tools it ran, what they returned — for a panel beside the code or a script.
corgi agent transcript 2 --json the newest 40 entries and the offset after them corgi agent transcript api --after 84213 what landed after that offset (0 entries: nothing yet)
--json prints {entries, offset, empty}; an id, an id prefix, a label or a key
number names the session as everywhere else.
--why reads the whole conversation as steps: what the agent said, the tools it
ran on the strength of it, the files it touched — plan step, tool call and diff
side by side. --json prints {steps}; --max caps the steps, newest last.
corgi agent transcript <session> [--after N] [--max N] [flags]
Options
--after int Read what landed after this offset (from a previous --json answer); 0 reads the newest
-h, --help help for transcript
--max int At most this many entries (default 40)
--why The conversation as steps: what was said, the tools run on it, the files touched
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
--isolate string Run this workspace under a named lease: own port block, own database names, own containers
--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 - Keep Claude Code Remote Control running for your corgi workspaces