wuu v0.12.0
wuu v0.12.0
Added
- Added the agent collaboration workspace with room chat, message attachments,
Markdown rendering, room membership context, a draggable relationship graph,
a task board, threaded replies, and jump-to-latest controls. - Added native macOS voice input with saved preferences, optional BYOK text
polishing, live recording feedback, and a responsive waveform beside the
composer send control. - Added desktop skill preview dialogs that show the underlying Skill content and
keep the preview body scrolling inside a stable modal. - Added cross-session Dream memory consolidation and stable continuation for
large projected tool results.
Removed
- Removed the Agent Templates section from the desktop skills catalog and the
underlying runtime discovery ininternal/agenttemplate/. The desktop
rendered Claude Code-style.claude/agents/*.mdfiles when present, but
nothing in the desktop UI or inspawn_agentever consumed the
discovery to trigger work, so the section was effectively dead UI.
Restoring it later is a small change once a real spawn/invoke path
exists. Drops theagent-template/listIPC method, theagent_template
extension kind, theAgentTemplate*protocol types, and the
agent_template_countfield on initialize.
Fixed
- Fixed resumed goals so they start a continuation turn instead of only changing
the banner status, and clarified idle active goals as ready to continue. - Returned a recovery-focused error when the goal tool tries to complete a
blocked or paused goal before the user resumes it. - Improved channel reliability and reading behavior across repeated agent wakes,
missed inbox checks, resize, message polling, scrolling, and composer overlap. - Kept voice transcripts stable through polishing and direct-send flows, avoided
duplicate transcription, and steered running turns consistently from voice,
Enter, and the send button. - Let completed Agent command output use the full terminal workspace width so
long paths and diff statistics no longer wrap against an empty terminal list. - Fixed responsive session actions, side-chat composer restoration, hero composer
focus after send failures, conversation status alignment, plan progress width,
and the Windows conversation search shortcut hint. - Centered the skills catalog content within its scroll region on the desktop.
- Removed count badges from the skills catalog section headings on the desktop.
This release contains only the unsigned macOS arm64 desktop app:
wuu-<version>-mac-arm64.dmgwuu-<version>-mac-arm64.zip
The app includes its own private wuu core. Standalone CLI archives are not published.
The app is not signed or notarized yet. After moving wuu.app to /Applications, macOS may block it. For a release asset you trust, remove the quarantine attribute:
xattr -dr com.apple.quarantine /Applications/wuu.app
open /Applications/wuu.app