Wukong Code v0.0.14
What's Changed
Wukong Code v0.0.14 makes unfinished AI coding work easier to continue and makes the Loop result easier to understand.
Cross-Agent Resume
- Add
/resume codex,/resume claude, and/resume cursorin the TUI. - Discover local sessions from Codex, Claude Code, and Cursor without modifying the source session.
- Keep bare
/resumefocused on Wukong sessions. - Let users choose Continue in Wukong or Start /loop with an editable objective.
- Never replay historical tool calls, permissions, or old test results.
Clearer Loop Gate
- Replace the ambiguous
Verify ✗ · Proof BLOCKEDfooter with one actionable Gate result. - Distinguish failed checks, checks that did not run, missing project checks, risk-review requirements, and reviewer blockers.
- Preserve compact alignment and truncation in narrow terminals.
Real Project Checks
- Expand nested workspace and monorepo check discovery.
- Add broader Python, Rust, and Go project-check discovery.
- Report missing tools as unavailable instead of treating them as failed code.
- Keep legacy
verify-pass,scan-clean, andjudge-passinputs compatible while mapping them to the unified Gate.
Product Cleanup
- Keep
verify,scan, andproofas advanced local Loop diagnostics rather than separate products or quotas. - Remove Hosted Report upload, hosted history, hosted-report quota, and public report sharing.
- Keep v0.0.14 free and bring-your-own-key. Payments and real Pro entitlements remain planned for v0.1.0 or later.
Install or Upgrade
curl -fsSL https://wukong.today/install.sh | shExisting v0.0.13 native installations on macOS and Linux can run:
wukong upgradeNative binaries are included for macOS, Linux, and Windows on x64 and ARM64.