From 3bd96cdeae52491c593f66bf922c7432b2e9d413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=B8=85?= Date: Fri, 20 Mar 2026 09:58:58 +0800 Subject: [PATCH] feat(config): add label for agents.defaults.timeoutSeconds Add missing human-readable label for the agent default timeoutSeconds config field, which was already defined in the schema but had no UI-visible label. --- src/config/schema.labels.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/schema.labels.ts b/src/config/schema.labels.ts index 1684d3c3ee6..67ea0ca1ea5 100644 --- a/src/config/schema.labels.ts +++ b/src/config/schema.labels.ts @@ -450,6 +450,7 @@ export const FIELD_LABELS: Record = { "agents.defaults.humanDelay.mode": "Human Delay Mode", "agents.defaults.humanDelay.minMs": "Human Delay Min (ms)", "agents.defaults.humanDelay.maxMs": "Human Delay Max (ms)", + "agents.defaults.timeoutSeconds": "Timeout (Seconds)", "agents.defaults.cliBackends": "CLI Backends", "agents.defaults.compaction": "Compaction", "agents.defaults.compaction.mode": "Compaction Mode",