From a195b7cb75c656a04585fdc04449beb041b11b14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 20 Dec 2025 04:33:09 +0000 Subject: [PATCH] chore: auto-update schema.json --- assets/oh-my-opencode.schema.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/oh-my-opencode.schema.json b/assets/oh-my-opencode.schema.json index b6d1505..b5f68ab 100644 --- a/assets/oh-my-opencode.schema.json +++ b/assets/oh-my-opencode.schema.json @@ -1220,6 +1220,14 @@ }, "auto_resume": { "type": "boolean" + }, + "preemptive_compaction": { + "type": "boolean" + }, + "preemptive_compaction_threshold": { + "type": "number", + "minimum": 0.5, + "maximum": 0.95 } } },