This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryFirst release of @mulmobridge/web-push, an auth‑agnostic sender for mulmoserver sendPush without firebase dependencies.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds @mulmobridge/web-push package for auth-agnostic push sending. Adds @mulmobridge/web-push package for auth-agnostic push sending. Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Feature | Low |
Provides sendWebPush(title, body, opts) function to POST push payload with AbortController timeout. Provides sendWebPush(title, body, opts) function to POST push payload with AbortController timeout. Source: granite4.1:30b@2026-07-14-audit Confidence: low |
— |
| Feature | Low |
Implements no-op behavior for sendWebPush when not signed in and ensures it never throws. Implements no-op behavior for sendWebPush when not signed in and ensures it never throws. Source: granite4.1:30b@2026-07-14-audit Confidence: low |
— |
| Feature | Low |
Adds pure utility functions buildSendPushBody and parseSendPushResult. Adds pure utility functions buildSendPushBody and parseSendPushResult. Source: granite4.1:30b@2026-07-14-audit Confidence: low |
— |
Full changelog
Highlights
- First release of
@mulmobridge/web-push— an auth-agnostic sender for the mulmoserversendPushCloud Function. The caller injects an ID-token provider (getIdToken), so the package has no firebase / app dependency and both MulmoClaude and MulmoTerminal can share one source of truth for thesendPushwire contract. sendWebPush(title, body, opts)— POSTs{ data: { title, body } },AbortControllertimeout, no-op (never fetches) when not signed in, never throws. Plus purebuildSendPushBody/parseSendPushResult.
📦 npm: @mulmobridge/[email protected]
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About MulmoClaude
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]