@geoff/code CLI, newest first. Update with geoff upgrade.
Geoff Code 0.11.0
- New
-k, --api-keyflag — supply an API key for a single invocation. It setsGEOFF_API_KEYfor Geoff providers for that run only and is never written to config. See Getting Started and the Command Reference. - Default model is now
pyro— the default coder model alias moved topyro, a 1M-context model tuned for agentic coding. Override per run with-m, or setdefault_modelinconfig.toml. - Plan cards — the TUI now renders full plan cards so you can review a proposed plan before approving it.
- File references reworked — improved file-reference handling and rendering in the terminal UI.
Geoff Code 0.10.0
- ACP stability — restored legacy permission compatibility and stabilized the ACP server for editor and IDE integrations.
- Subagent display fixes — corrected subagent thinking text and tool-output rendering in the TUI.
GEOFF_CODE_HOMEeverywhere — global agent resources (skills, plugins, MCP servers) now honor theGEOFF_CODE_HOMEdata-root override consistently.- Startup picker shortcuts — exit shortcuts now work in the startup session picker.
Geoff Code 0.9.0
- Session migration —
geoff migratebrings data from a legacygeoff-cliinstallation into Geoff Code via an interactive migration screen. See the Command Reference. - Config validation —
geoff doctorvalidates bothconfig.tomlandtui.toml, withgeoff doctor configandgeoff doctor tuifor targeted checks. - Windows session paths — fixed session working-directory separators on Windows.
Geoff Code 0.8.0
- Streaming JSON output —
geoff -p ... --output-format stream-jsonemits one JSON object per line for programmatic consumers. See Wire Mode. - Session export —
geoff exportwrites a session, its metadata, and diagnostics to a ZIP archive. - Plugins — install and manage skill/MCP-server bundles with the
/pluginscommand. See Plugins. - Skills — load reusable
SKILL.mdknowledge from project and user directories, with--skills-dirandextra_skill_dirsfor extras. See Skills.