Skip to content

Wukong Code v0.0.14

Choose a tag to compare

@xxg1413 xxg1413 released this 18 Jul 06:39

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 cursor in the TUI.
  • Discover local sessions from Codex, Claude Code, and Cursor without modifying the source session.
  • Keep bare /resume focused 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 BLOCKED footer 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, and judge-pass inputs compatible while mapping them to the unified Gate.

Product Cleanup

  • Keep verify, scan, and proof as 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 | sh

Existing v0.0.13 native installations on macOS and Linux can run:

wukong upgrade

Native binaries are included for macOS, Linux, and Windows on x64 and ARM64.