You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(release): stage + lipo the agent-buddy-widget binary into packages
The floating desktop buddy (agent-buddy-widget) is a separate binary the app
spawns. `cargo build --features gui` already builds it, but the packaging jobs
only staged/lipo'd agent-buddy + agent-buddy-app, so make-app.sh's optional
widget bundling was silently skipped and the .dmg/.exe/.AppImage shipped
without it. Stage it for unix+windows, add it to the universal lipo loop, and
chmod it for the AppImage.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>