cdx now exposes a session-scoped home view, compact task summaries, exact task names, contextual help and TOON output. JSON remains available for scripts and streaming monitors. The skill focuses on delegation and verification, with monitoring and recovery details disclosed separately.
- Fast
-v,-V, and--versionprobes load only a small launcher and version module. list --full,status --full, andlist --fieldsexpose additional details on demand.- Task-name typos suggest candidates without redirecting actions.
- Prompt and backend validation precede interruption or task creation.
Migration from 0.11: successful reads exit 0 regardless of worker state. Read state to distinguish working, awaiting_reply, done, failed, stalled or killed. CLI failures exit 1 and usage errors exit 2; errors are structured on stdout. Default list/status schemas are smaller and default output is TOON instead of free text.
Existing skill installations require updating the complete skill directory, including the new Python modules. Session hook installation is outside this release.
Validation: 71 offline tests passed locally and CI passed on Ubuntu and macOS. Four paid provider smoke tests were intentionally skipped. 202 data cases round-tripped through the official TOON 4.1.1 decoder.