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 } } },