From 7b89df01a3a58040ced9c60e2fcf09fbb87bdbe7 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sat, 14 Feb 2026 22:07:05 +0900 Subject: [PATCH] chore(schema): regenerate JSON schema --- assets/oh-my-opencode.schema.json | 4 ++++ 1 file changed, 4 insertions(+) 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