+
+ setValue(event.target.value)}
+ placeholder="Provider default"
+ />
+
+ Leave this field empty to use the provider instance setting. Changes take effect on
+ the next idle session start or resume. Active work continues.
+
+ {props.provider === "claudeAgent" && (
+
+ Claude applies this limit to Agent-tool launches. Resumed agents and team workflows
+ can exceed it.
+
+ )}
+ {!valid && (
+
+ Enter a whole number from 1 to 64, or leave the field empty.
+
+ )}
+ {error && (
+
+ {error}
+
+ )}
+
+