Changelog
New features, improvements, and fixes across releases.
v0.40.1
LatestImproved
/cf-planfast mode (--fast, without--auto) now never writes a plan file to disk — it presents the plan inline, tracks progress via tasks, and offers to remove the plan doc on completion #cc6472c6/cf-plannow records the plan's terminal status (done/failed) in theREADME.mdfrontmatter socf cleancan sweep only completed plans #22752f1c
Fixed
- Fix orphaned agent context files: no-file modes (
--inline, single-phase--fast) now delete theirdocs/context/<task-id>.jsonfile whenever the run ends — completion, failure, or cancel — instead of keeping it for a/cf-plan-resumethat can never happen without a plan file #8d1001db
v0.40.0
New
- Add
/cf-later-do— a slash skill that works through the deferred side-tasks captured underdocs/later/(the read/resolve side ofcapture-later.sh): it lists each item oldest-first, lets you pick one, routes the fix to/cf-fix(bugs) or/cf-plan(features), removes the file only after the fix reaches verified-done, then suggests the next item. Delete is guarded to files insidedocs/later/and never fires on a failed or aborted fix #337a7018
Improved
- Sync
/cf-adviseand the/cf-checkpointskills into the CLI-requirements tables so the per-skill tier matrix stays complete #9ebbefb9