Skip to content

Config reference

Configuration for the Seal CLI and runtime daemon (.seal/config.toml or ~/.config/seal/config.toml)

Typeobject

CLI and TUI behavior settings.

TypebooleanDefaultfalse

Always show the manifest approval prompt before starting a session, even when the signature is valid.

TypestringDefault”disabled”

Enable developer mode. git and jj both enable the DEV pill, /restart slash command, and a build-info row above the status bar; they differ only in how the build-info row is formatted (git short SHA vs jj change ID). disabled hides all dev-mode affordances.

Allowed values: "disabled", "git", "jj".

TypestringDefault”off”

CLI/TUI log level. Logs written to ~/.seal/debug.log.

Allowed values: "off", "error", "warn", "info", "debug", "trace".

Typeobject

Runtime daemon settings. Read by the CLI and passed to the daemon via environment variables.

TypestringDefault”off”

Runtime daemon log level. Logs written to ~/.seal/runtime-debug.log.

Allowed values: "off", "error", "warn", "info", "debug", "trace".