Files
cleveragents-core/features
HAL9000 b01b7fe918 fix(tui): use non-empty query in real-specs overlay step
The step "I initialise the overlay with real slash command specs"
was calling set_commands("", ...) which triggers the hide-on-empty-query
early return, leaving _text empty and failing all four assertions in
the "Overlay uses real slash_command_specs from catalog" scenario.

Use query "se" instead: all session:* entries (9) plus settings (1)
start with "se", giving 10 matches within the 12-entry display cap,
so both "  /session:create" / "Create a new session tab" and
"  /settings" / "Open settings" appear in the rendered overlay.

ISSUES CLOSED: #6450
2026-06-01 01:37:48 -04:00
..