Skip to content

wuu v0.15.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Aug 13:31
· 175 commits to main since this release

wuu v0.15.0

Added

  • Added a local plugin package platform with desktop and CLI workflows for
    installing, reviewing, approving, updating, and removing packages.
  • Added plugin-provided runtime tools, persisted plugin settings, approved
    desktop modules, and replaceable renderer surfaces.

Changed

  • Made plugin activation and updates atomic and fingerprint-gated, so failed or
    unapproved package generations cannot replace the active runtime.
  • Enforced filesystem and process boundaries for plugin and shell execution.
  • Simplified agent memory storage by removing legacy compatibility paths.

Fixed

  • Kept document drawer transitions, queued messages, and subagent wait status
    accurate during long-running work.
  • Reduced repeated workspace permission scans and isolated expensive long-turn
    rendering to improve desktop responsiveness.
  • Prevented failed runtime registrations and stale plugin policy from surviving
    package updates or removal.

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