mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-14 06:41:09 +00:00
* fix: resume replay-safe work after gateway restart * chore: leave restart note to release process * fix: sync restart recovery protocol artifacts
23 lines
506 B
JSON
23 lines
506 B
JSON
{
|
|
"id": "qa-lab",
|
|
"description": "OpenClaw QA lab plugin with private debugger UI and scenario runner.",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"contracts": {
|
|
"webSearchProviders": ["qa-lab-search"],
|
|
"workerProviders": ["static-ssh"],
|
|
"tools": ["qa_restart_wait", "qa_restart_unsafe_probe"]
|
|
},
|
|
"toolMetadata": {
|
|
"qa_restart_wait": {
|
|
"replaySafe": true
|
|
}
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|