mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-28 11:41:16 +00:00
TUI commands with argument completions (/think /fast /verbose /trace /reasoning /usage /elevated /activation) required two Enters: the first was consumed by the arg-completion picker. Add shouldSubmitExactArgumentCompletion so a single Enter submits when the typed arg equals the sole completion; multi-candidate pickers and completion-less commands unchanged.