chore(schema): regenerate oh-my-openagent schema
This commit is contained in:
@@ -43,58 +43,7 @@
|
|||||||
"disabled_hooks": {
|
"disabled_hooks": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string"
|
||||||
"enum": [
|
|
||||||
"gpt-permission-continuation",
|
|
||||||
"todo-continuation-enforcer",
|
|
||||||
"context-window-monitor",
|
|
||||||
"session-recovery",
|
|
||||||
"session-notification",
|
|
||||||
"comment-checker",
|
|
||||||
"tool-output-truncator",
|
|
||||||
"question-label-truncator",
|
|
||||||
"directory-agents-injector",
|
|
||||||
"directory-readme-injector",
|
|
||||||
"empty-task-response-detector",
|
|
||||||
"think-mode",
|
|
||||||
"model-fallback",
|
|
||||||
"anthropic-context-window-limit-recovery",
|
|
||||||
"preemptive-compaction",
|
|
||||||
"rules-injector",
|
|
||||||
"background-notification",
|
|
||||||
"auto-update-checker",
|
|
||||||
"startup-toast",
|
|
||||||
"keyword-detector",
|
|
||||||
"agent-usage-reminder",
|
|
||||||
"non-interactive-env",
|
|
||||||
"interactive-bash-session",
|
|
||||||
"thinking-block-validator",
|
|
||||||
"ralph-loop",
|
|
||||||
"category-skill-reminder",
|
|
||||||
"compaction-context-injector",
|
|
||||||
"compaction-todo-preserver",
|
|
||||||
"claude-code-hooks",
|
|
||||||
"auto-slash-command",
|
|
||||||
"edit-error-recovery",
|
|
||||||
"json-error-recovery",
|
|
||||||
"delegate-task-retry",
|
|
||||||
"prometheus-md-only",
|
|
||||||
"sisyphus-junior-notepad",
|
|
||||||
"no-sisyphus-gpt",
|
|
||||||
"no-hephaestus-non-gpt",
|
|
||||||
"start-work",
|
|
||||||
"atlas",
|
|
||||||
"unstable-agent-babysitter",
|
|
||||||
"task-resume-info",
|
|
||||||
"stop-continuation-guard",
|
|
||||||
"tasks-todowrite-disabler",
|
|
||||||
"runtime-fallback",
|
|
||||||
"write-existing-file-guard",
|
|
||||||
"anthropic-effort",
|
|
||||||
"hashline-read-enhancer",
|
|
||||||
"read-image-resizer",
|
|
||||||
"delegate-task-english-directive"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"disabled_commands": {
|
"disabled_commands": {
|
||||||
@@ -3750,6 +3699,32 @@
|
|||||||
"syncPollTimeoutMs": {
|
"syncPollTimeoutMs": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"minimum": 60000
|
"minimum": 60000
|
||||||
|
},
|
||||||
|
"maxToolCalls": {
|
||||||
|
"type": "integer",
|
||||||
|
"minimum": 10,
|
||||||
|
"maximum": 9007199254740991
|
||||||
|
},
|
||||||
|
"circuitBreaker": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"maxToolCalls": {
|
||||||
|
"type": "integer",
|
||||||
|
"minimum": 10,
|
||||||
|
"maximum": 9007199254740991
|
||||||
|
},
|
||||||
|
"windowSize": {
|
||||||
|
"type": "integer",
|
||||||
|
"minimum": 5,
|
||||||
|
"maximum": 9007199254740991
|
||||||
|
},
|
||||||
|
"repetitionThresholdPercent": {
|
||||||
|
"type": "number",
|
||||||
|
"exclusiveMinimum": 0,
|
||||||
|
"maximum": 100
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
|||||||
Reference in New Issue
Block a user