mirror of https://github.com/openclaw/openclaw.git
test: refresh bundled plugin metadata
This commit is contained in:
parent
69a0a0edc5
commit
38d7e808d9
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue