You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Expose the AI's visible inner monologue during work. Captures ▎InnerOS: outputs to structured JSONL logs and supports persona switching for monologue style.",
"activation": {
"onStartup": true
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {
"logPath": {
"type": "string",
"description": "Directory where Inner OS monologue JSONL logs are written."
},
"frequency": {
"type": "string",
"enum": ["low", "normal", "high"],
"default": "normal",
"description": "How often OpenClaw should remind the model to emit Inner OS monologues."