Files
cleveragents-core/features
HAL9000 1eca6b1da7
CI / push-validation (pull_request) Successful in 26s
CI / lint (pull_request) Successful in 34s
CI / helm (pull_request) Successful in 56s
CI / typecheck (pull_request) Successful in 1m1s
CI / build (pull_request) Successful in 1m1s
CI / quality (pull_request) Successful in 1m9s
CI / security (pull_request) Successful in 1m9s
CI / unit_tests (pull_request) Successful in 4m58s
CI / docker (pull_request) Successful in 1m41s
CI / integration_tests (pull_request) Successful in 8m11s
CI / coverage (pull_request) Successful in 9m34s
CI / status-check (pull_request) Successful in 4s
fix(tui): set prompt.value not prompt.text in suggestions query extraction test
consume_text() reads self.value (not self.text) on PromptInput.
The step definition was setting prompt.text = text which left
self.value empty, causing on_input_submitted to return early
before the @-token extraction block was reached.

ISSUES CLOSED: #4741
2026-06-10 07:43:02 -04:00
..