Files
cleveragents-core/features/steps
HAL9000 951bf75bbe
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Failing after 1m3s
CI / quality (pull_request) Successful in 1m9s
CI / security (pull_request) Successful in 1m21s
CI / typecheck (pull_request) Successful in 1m25s
CI / push-validation (pull_request) Successful in 30s
CI / helm (pull_request) Successful in 31s
CI / build (pull_request) Successful in 40s
CI / benchmark-regression (pull_request) Failing after 59s
CI / e2e_tests (pull_request) Successful in 3m27s
CI / integration_tests (pull_request) Failing after 4m28s
CI / unit_tests (pull_request) Failing after 5m54s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 4s
fix(cli): resolve typecheck errors and ULID validation in plan use panels
Fix three typecheck errors introduced in the previous commit:
- session_service.py: guard against None checksum before string concatenation
- plan.py: use compressed_tokens (SkeletonMetadata) instead of non-existent
  indexed_file_count attribute for Context panel Indexed Files field
- plan.py: use budget_remaining (CostMetadata) instead of non-existent
  hot_token_budget attribute for Context panel Hot Token Budget field

Fix invalid ULID character 'L' in test fixtures:
- features/steps/tdd_plan_use_structured_panels_steps.py: replace
  01JTEST1468PANELS0000000001 with 01JTEST1468PANEMS0000000001
- robot/helper_tdd_plan_use_structured_panels.py: same ULID fix

ISSUES CLOSED: #1468
2026-05-05 04:42:04 +00:00
..