Config reference
Configuration for the Seal CLI and runtime daemon (.seal/config.toml or ~/.config/seal/config.toml)
CLI and TUI behavior settings.
always_approve
Section titled “always_approve”Always show the manifest approval prompt before starting a session, even when the signature is valid.
dev_mode
Section titled “dev_mode”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".
log_level
Section titled “log_level”CLI/TUI log level. Logs written to ~/.seal/debug.log.
Allowed values: "off", "error", "warn", "info", "debug", "trace".
runtime
Section titled “runtime”Runtime daemon settings. Read by the CLI and passed to the daemon via environment variables.
log_level
Section titled “log_level”Runtime daemon log level. Logs written to ~/.seal/runtime-debug.log.
Allowed values: "off", "error", "warn", "info", "debug", "trace".