Преглед на файлове

Add waitForUserGuard option to prevent blocking on manual input

Alvin Unreal преди 3 седмици
родител
ревизия
b49933d9f9
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      oh-my-opencode-slim.schema.json

+ 5 - 0
oh-my-opencode-slim.schema.json

@@ -1099,6 +1099,11 @@
           "type": "integer",
           "minimum": 1000,
           "maximum": 60000
+        },
+        "waitForUserGuard": {
+          "default": true,
+          "description": "When true, intercept wait_for_user calls made while background tasks are still running and the orchestrator wake scheduler is enabled, returning guidance to end the turn instead of blocking on manual input. Default enabled.",
+          "type": "boolean"
         }
       }
     },