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.
This commit is contained in:
刘帅 2026-03-20 09:58:58 +08:00
parent 6309b1da6c
commit 3bd96cdeae

View File

@ -450,6 +450,7 @@ export const FIELD_LABELS: Record<string, string> = {
"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",