Files
cleveragents-core/robot
freemo d086f6a85e
CI / push-validation (pull_request) Failing after 18s
CI / lint (pull_request) Successful in 32s
CI / helm (pull_request) Successful in 42s
CI / build (pull_request) Successful in 45s
CI / typecheck (pull_request) Successful in 53s
CI / security (pull_request) Successful in 1m9s
CI / e2e_tests (pull_request) Failing after 3m36s
CI / quality (pull_request) Successful in 3m44s
CI / coverage (pull_request) Failing after 3m7s
CI / unit_tests (pull_request) Has been cancelled
CI / integration_tests (pull_request) Has been cancelled
CI / docker (pull_request) Has been cancelled
CI / benchmark-regression (pull_request) Has been cancelled
CI / benchmark-publish (pull_request) Has been cancelled
CI / status-check (pull_request) Has been cancelled
fix: Update e2e tests for new JSON response structure with data field
The CleverAgents CLI now returns JSON responses with a nested 'data' field wrapper.
Updated all e2e tests to handle this new structure:

- M5: Fixed fragment_count, tier_budget, budget_used, plan_id field access
- M6: Updated automation profile and phase/state field access
- WF04: Fixed plan_id extraction from plan use response
- WF05: Updated all Safe Parse Json Field calls to use nested support
- WF07: Updated remaining Safe Parse Json Field call
- WF12: Fixed phase/processing_state field access
- WF17: Updated all JSON field parsing for phase and execution environment

All tests now use 'Safe Parse Json Field With Nested Support' which handles
the data.fieldname path correctly for the new JSON structure.
2026-04-06 01:32:23 +00:00
..