LIQ CODE

Console Application

A full agent session in your terminal.

The same harness without a window: open an interactive session in any shell and keep the agent next to the tools you already run.

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

Interactive session

Start the client with no prompt to open a session and keep the conversation, context, and tools in one place.

Sessions you can resume

Continue the last session or pick an earlier one, and list or remove stored sessions when you are done with them.

Skills

Installed skills are listed from the console, so the same workflows are available with or without the desktop app.

Code index

Index a project for faster navigation, or turn the index off and let the agent work through search and file reads.

Any shell

PowerShell, CMD, macOS, Linux, and WSL - including remote machines you reach over SSH.

Diagnostics

A built-in doctor command checks the install, credentials, and environment when something looks wrong.

The console client and the CLI come from one install - start interactively, then script the same agent when the task repeats.