Skip to content

v6.1.4

Choose a tag to compare

@catlog22 catlog22 released this 09 Dec 14:33
· 415 commits to main since this release

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.json

Full Changelog: v6.1.3...v6.1.4