LIQ CODE

CLI

Scriptable agent runs for your own pipelines.

Non-interactive mode turns the agent into a build step: one prompt in, structured output out - ready for CI, git hooks, and scripts.

CLI

Start from a terminal and stay in your flow.

install.ps1Windows PowerShell
irm https://github.com/VladislavFurdak/GooseCode-releases/releases/download/v0.9.12/install.ps1 | iex
install.cmdWindows CMD
curl -fsSL https://github.com/VladislavFurdak/GooseCode-releases/releases/download/v0.9.12/install.cmd -o install.cmd && install.cmd && del install.cmd

Capabilities

Non-interactive runs

Pass a prompt in print mode and the agent completes one task and exits - no session to attend to.

Output for automation

Choose the output format so a run can be piped into another step instead of read by a person.

Turn limits

Cap how far a single run may go, which keeps scripted work predictable and bounded.

Model selection

Pick the model per run, or leave routing to decide which one fits the task.

Docker and CI

Run inside a container or a pipeline step, with colours disabled automatically outside a terminal.

Environment configuration

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.