test: refresh bundled plugin metadata

This commit is contained in:
Tak Hoffman
2026-03-28 21:03:25 -05:00
parent 69a0a0edc5
commit 38d7e808d9

View File

@@ -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: {