Files
openclaw/src/tui/components
Peter Steinberger 0e5de21269 fix(tui): submit slash-command on single Enter when arg completion is an exact sole match (#109809)
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.
2026-07-17 21:59:22 +01:00
..