Skip to Content

aigon config

Manages Aigon configuration at project and global scopes.

aigon config init --global aigon config init --project aigon config show aigon config show --global aigon config get profile aigon config set profile web aigon config set --global terminalApp iterm2 aigon config models aigon config restore

Subcommands

SubcommandPurpose
initCreate a global or project config file.
setSet a nested config key. Values that look like JSON, booleans, null, or numbers are parsed.
getPrint the resolved value for a key and where it came from.
showPrint effective, global, or project config.
modelsShow resolved model defaults by agent and task.
restoreRestore a global config backup.

Precedence is project config over global config over built-in defaults.

See also

Last updated on