Skip to content

wuu v0.12.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 14:21
· 573 commits to main since this release

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 in internal/agenttemplate/. The desktop
    rendered Claude Code-style .claude/agents/*.md files when present, but
    nothing in the desktop UI or in spawn_agent ever 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 the agent-template/list IPC method, the agent_template
    extension kind, the AgentTemplate* protocol types, and the
    agent_template_count field 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.dmg
  • wuu-<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