Files
cleveragents-core/features
HAL9000 75f067d71f
CI / benchmark-publish (pull_request) Has been skipped
CI / helm (pull_request) Successful in 41s
CI / lint (pull_request) Failing after 1m47s
CI / build (pull_request) Successful in 47s
CI / push-validation (pull_request) Successful in 50s
CI / quality (pull_request) Successful in 1m55s
CI / security (pull_request) Successful in 2m2s
CI / typecheck (pull_request) Successful in 2m9s
CI / coverage (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Has been skipped
CI / e2e_tests (pull_request) Successful in 3m42s
CI / integration_tests (pull_request) Successful in 4m26s
CI / unit_tests (pull_request) Failing after 6m52s
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 3s
fix(cli): fix session tell output to return spec-required structured response
- Extract tell helpers into session_tell.py and session_helpers.py to keep
  session.py under the 500-line project limit (497 lines)
- Fix import sort order (Ruff I001) and remove line length violations (E501)
- Fix step_tell_nonexistent to mock service.get instead of service.append_message
- Add @tdd_issue @tdd_issue_6452 regression tags to all three Tell Behave scenarios
- Add Commands Executed and Result panel assertions to Tell scenario
- Replace "Stub" in status_text with spec-aligned "Orchestrator acknowledged request"
- Update robot/session_cli.robot: rename test to Session Tell Renders Structured Panels
- Add Session Tell JSON Envelope robot integration test
- Add CHANGELOG.md entry under [Unreleased] ### Fixed
- Fix streaming mode string from "stream" to "streaming" per spec

ISSUES CLOSED: #6452
2026-05-05 19:54:21 +00:00
..