mobius 0.11.0

A small, modular Rust framework for building coding agents
Documentation
[manifest]
label = "Sandbox"
description = "Control mutation approval and command isolation"

[prompt]
linux = "möbius is running on Linux."
macos = "möbius is running on macOS."
other = "möbius is running on an unsupported operating system."

[defaults]
approval_policy = "ask"

[approval_policy.ask]
label = "Ask"
description = "Pause approval-required actions for a human decision"

[approval_policy.allow]
label = "Allow · no network"
description = "Run approval-required actions without network access"

[approval_policy.allow_network]
label = "Allow · network"
description = "Run approval-required actions with network access"

[approval_policy.full_access]
label = "Full access"
description = "Run shell commands with host filesystem and network access without approval"

[setting.approval_policy]
label = "Approval policy"
description = "How approval-required actions receive mutation authority"