Routing for Anthropic subscription-OAuth (sk-ant-oat*) tokens through a
local bridge — cc-proxy — that swaps x-api-key for the Bearer +
claude-code betas disguise the upstream requires.
Daemon-wide gate for unattended fleet auto-run (mur-daemon’s fleet_tick).
Stored under fleet: in ~/.mur/config.yaml. Either this flag OR the
MUR_FLEET_AUTORUN env var satisfies the gate — both are equally explicit,
off-by-default opt-ins; the env var remains for ops/CI use, this flag is
what the Hub’s Settings toggle controls. Per-fleet budget_usd > 0 and the
.stopped kill-switch are unaffected — see mur-daemon/src/fleet_tick.rs.
Authorization gate for the parallel_jobs MCP tool. Stored under parallel_jobs:
in ~/.mur/config.yaml. Deny-by-default: an empty targets list means the
tool cannot delegate to ANY agent (inert until the user opts specific
agents in). This is a deterministic, out-of-model gate that a
prompt-injected concierge cannot widen (OWASP Agentic ASI02/03/04).
When enabled, the daemon fires a consolidation pipeline after the user has been
idle for idle_threshold_minutes minutes (default 15). Opt-in only — off by default.
Default model id seeded for the built-in “Mur” agent and used to name the
bundled MLX weights. This is the DEFAULT VALUE only — it is written into the
seed agent’s profile and can be changed by the user afterwards; it is not a
behavioural constant baked into logic.