Non-interactive runs
Pass a prompt in print mode and the agent completes one task and exits - no session to attend to.
CLI
Non-interactive mode turns the agent into a build step: one prompt in, structured output out - ready for CI, git hooks, and scripts.
CLI
irm https://github.com/VladislavFurdak/GooseCode-releases/releases/download/v0.9.12/install.ps1 | iexcurl -fsSL https://github.com/VladislavFurdak/GooseCode-releases/releases/download/v0.9.12/install.cmd -o install.cmd && install.cmd && del install.cmdCapabilities
Pass a prompt in print mode and the agent completes one task and exits - no session to attend to.
Choose the output format so a run can be piped into another step instead of read by a person.
Cap how far a single run may go, which keeps scripted work predictable and bounded.
Pick the model per run, or leave routing to decide which one fits the task.
Run inside a container or a pipeline step, with colours disabled automatically outside a terminal.
Authentication and behaviour come from environment variables, so nothing has to be typed into a shared runner.
The CLI installs from the same script as the console client, so a machine that can run one can run the other.