CLI reference
The installed command is:
odinn <command>Show the concise help or complete advanced surface:
odinn helpodinn help --allStart and diagnose
Section titled “Start and diagnose”odinn onboardodinn startodinn start --no-openodinn statusodinn doctorUse doctor for release identity and redacted diagnostics. Use status for current configuration and runtime health.
Providers and configuration
Section titled “Providers and configuration”odinn config provider catalogodinn config provider listodinn config model listodinn config model default <provider:model>odinn config security showodinn config experimental showodinn config self-improvement showSee Configuration for mutation commands and safety implications.
Runs, plans, and audit
Section titled “Runs, plans, and audit”odinn runsodinn run show <run-id>odinn run events <run-id>odinn run verify <run-id>odinn auditodinn audit verifyRun a deterministic built-in tool:
odinn run --tool text.echo --input-json '{"text":"hello"}'Execute a reviewed plan document:
odinn plan --file ./plan.jsonStructured plan and tool input is an advanced surface. Never place credentials in those files.
Memory
Section titled “Memory”odinn memory remember --text "Prefer concise updates."odinn memory search --query "updates"odinn memory recall --query "How should updates be written?"odinn memory browse --namespace userodinn memory open --id <memory-id>odinn memory compact --session <session-id>odinn memory correct --target <memory-id> --text "Prefer biweekly updates."odinn memory curateSessions and goals
Section titled “Sessions and goals”odinn session create --title "Research"odinn session listodinn session read --session <session-id>odinn session rename --session <session-id> --title "Market research"odinn session delete --session <session-id>
odinn goal create --title "Complete research"odinn goal listodinn goal update --goal <goal-id> --status completedAutomatic improvements
Section titled “Automatic improvements”odinn improve listodinn improve learnodinn improve rollback --improvement <improvement-id>odinn config self-improvement set --enabled false --mode disabledodinn experimental statusodinn experimental help <feature>odinn experimental enable <feature> --confirm-impactodinn experimental disable <feature>Features are proof, sentinel, capabilities, rewind, capsules, counterfactual, and darwin.
State and extensions
Section titled “State and extensions”odinn state backup --output <directory>odinn state restore --input <directory> --confirmodinn extension install --manifest <manifest>odinn extension listodinn extension disable --id <extension-id>odinn extension rollback --id <extension-id>Most commands accept --state <directory> for an explicit state root. Keep state directories private and separate from source control.
