Wukong Code v0.0.11
What's Changed
Wukong Code 0.0.11 closes the first hosted-evidence UX loop: generate proof locally, keep it private in hosted history by default, and create a public reviewer link only when explicitly requested.
Added
- Non-blocking TUI announcements fetched from
https://wukong.today/cli/announcements.json. Messages can target client versions and UTC time windows, useonce/cooldown/alwaysfrequency, and link only to approved Wukong destinations. - Explicit public hosted-report sharing through
wukong verify --upload --public,wukong scan --upload --public,wukong proof --upload --public, andwukong report upload <path> --public. - A hosted-evidence next step after
wukong proof, showing the private-history and public-share commands instead of leaving upload undiscoverable. - Hosted-report plan, usage, quota, and Dashboard destination in logged-in
wukong todayoutput.
Changed
- Hosted report uploads are private by default. A public reviewer link is created only with the explicit
--publicflag, and--publicwithout--uploadreturns a usage error. - Refined TUI welcome, loop status, proof actions, status tracks, and footer alignment for narrow and wide terminals.
- Reworked the Wukong Dashboard around real report history, evidence status, hosted quota, and task-oriented next actions instead of generic SaaS metrics.
- Added public documentation for software updates, automatic-update controls, announcement privacy, operator JSON workflow, and version compatibility.
Fixed
- Hosted report visibility is now explicit end to end, so a public upload reliably returns a share link while ordinary uploads stay private.
- Hosted usage and announcement network failures remain fail-open and never block the local briefing or TUI startup.
- The public announcement endpoint now ships as cacheable static JSON with a five-minute cache policy and no authentication requirement.
Install
curl -fsSL https://wukong.today/install.sh | shFull documentation: https://docs.wukong.today