mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 19:32:27 +00:00
test: refresh bundled plugin metadata
This commit is contained in:
@@ -7947,6 +7947,27 @@ export const GENERATED_BUNDLED_PLUGIN_METADATA = [
|
||||
webhookPath: {
|
||||
type: "string",
|
||||
},
|
||||
threadBindings: {
|
||||
type: "object",
|
||||
properties: {
|
||||
enabled: {
|
||||
type: "boolean",
|
||||
},
|
||||
idleHours: {
|
||||
type: "number",
|
||||
},
|
||||
maxAgeHours: {
|
||||
type: "number",
|
||||
},
|
||||
spawnSubagentSessions: {
|
||||
type: "boolean",
|
||||
},
|
||||
spawnAcpSessions: {
|
||||
type: "boolean",
|
||||
},
|
||||
},
|
||||
additionalProperties: false,
|
||||
},
|
||||
accounts: {
|
||||
type: "object",
|
||||
propertyNames: {
|
||||
@@ -8018,6 +8039,27 @@ export const GENERATED_BUNDLED_PLUGIN_METADATA = [
|
||||
webhookPath: {
|
||||
type: "string",
|
||||
},
|
||||
threadBindings: {
|
||||
type: "object",
|
||||
properties: {
|
||||
enabled: {
|
||||
type: "boolean",
|
||||
},
|
||||
idleHours: {
|
||||
type: "number",
|
||||
},
|
||||
maxAgeHours: {
|
||||
type: "number",
|
||||
},
|
||||
spawnSubagentSessions: {
|
||||
type: "boolean",
|
||||
},
|
||||
spawnAcpSessions: {
|
||||
type: "boolean",
|
||||
},
|
||||
},
|
||||
additionalProperties: false,
|
||||
},
|
||||
groups: {
|
||||
type: "object",
|
||||
propertyNames: {
|
||||
|
||||
Reference in New Issue
Block a user