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:
parent
6309b1da6c
commit
3bd96cdeae
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user