diff --git a/src/plugins/bundled-plugin-metadata.generated.ts b/src/plugins/bundled-plugin-metadata.generated.ts index bcd7308634f..97a09e37711 100644 --- a/src/plugins/bundled-plugin-metadata.generated.ts +++ b/src/plugins/bundled-plugin-metadata.generated.ts @@ -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: {