v6.1.4
What's Changed
Features & Fixes
- fix(dashboard): Enhance lite-fix session parsing and plan rendering
- docs(workflow): Add task status update command example for ccw dashboard
Quick Fix Command
Added jq command for updating IMPL-*.json status, compatible with ccw dashboard:
TS=$(date -Iseconds) && jq --arg ts "$TS" '.status="completed" | .status_history=(.status_history // [])+[{"from":"in_progress","to":"completed","changed_at":$ts}]' IMPL-X.json > tmp.json && mv tmp.json IMPL-X.jsonFull Changelog: v6.1.3...v6.1.4