corgi agent send
corgi agent send
Type text into a session's terminal, after bringing it forward
Synopsis
Focuses a session and types the text into it. --enter adds Enter, so the prompt is sent. A session in an integrated terminal takes it through the corgi VS Code extension; one in iTerm2 or Terminal.app through AppleScript; one inside tmux through send-keys, on macOS and Linux alike. The Claude Code panel takes nothing from here (its input is a web view): the board records the failure and a key falls back to its own keystrokes.
corgi agent send corgi --enter "run the tests and fix what fails" corgi agent send 2 /compact --enter
corgi agent send <session> <text...> [flags]
Options
--enter Press Enter after the text
-h, --help help for send
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