Skip to main content

fased config

Use fased config for non-interactive config edits. It can read, write, and unset values by path. Run it without a subcommand to open the same interactive wizard as fased configure. Browser equivalent: Advanced > Config. Use it as the raw escape hatch only after checking the focused page that owns the setting, such as Agent > Models, Agent > Channels, Agent > Skills, Agent > Tools, Agent > Services, Agent > Memory, or Logs.

Examples

Provider onboarding only makes models available. Assign default, cheap/check, strong, escalation, coding, and summarizer roles per Agent from Agent > Models or with agents.list[*].taskModels.*. Scheduled Tasks inherit those roles unless the Task sets an explicit model override.

Paths

Paths use dot or bracket notation:
Use the agent list index to target a specific agent:

Values

Values are parsed as JSON5 when possible; otherwise they are treated as strings. For config set, use --strict-json to require JSON5 parsing. --json remains supported there as a legacy alias for strict JSON parsing. For config get, --json means JSON-formatted output. config get redacts sensitive values unless --unredacted is passed.
Use --unredacted only in a trusted terminal; it can print credentials and other secrets. Restart the gateway after edits.