diff --git a/assets/oh-my-opencode.schema.json b/assets/oh-my-opencode.schema.json index f2eb3fae..32753645 100644 --- a/assets/oh-my-opencode.schema.json +++ b/assets/oh-my-opencode.schema.json @@ -3136,6 +3136,10 @@ "staleTimeoutMs": { "type": "number", "minimum": 60000 + }, + "messageStalenessTimeoutMs": { + "type": "number", + "minimum": 60000 } }, "additionalProperties": false