From 38d7e808d91b2d85e69dae6c46ee76493bdc4cd5 Mon Sep 17 00:00:00 2001 From: Tak Hoffman <781889+Takhoffman@users.noreply.github.com> Date: Sat, 28 Mar 2026 21:03:25 -0500 Subject: [PATCH] test: refresh bundled plugin metadata --- .../bundled-plugin-metadata.generated.ts | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) 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: {