chore: regenerate config schema
This commit is contained in:
@@ -81,6 +81,7 @@
|
||||
"sisyphus-junior-notepad",
|
||||
"start-work",
|
||||
"atlas",
|
||||
"unstable-agent-babysitter",
|
||||
"stop-continuation-guard"
|
||||
]
|
||||
}
|
||||
@@ -2748,6 +2749,19 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"babysitting": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"timeout_ms": {
|
||||
"default": 120000,
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"git_master": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user