Skip to content

MulmoClaude

v@mulmobridge/[email protected] Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 13d LLM Frameworks
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

First release of @mulmobridge/web-push, an auth‑agnostic sender for mulmoserver sendPush without firebase dependencies.

Changes in this release

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 mulmoserver sendPush Cloud 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 the sendPush wire contract.
  • sendWebPush(title, body, opts) — POSTs { data: { title, body } }, AbortController timeout, no-op (never fetches) when not signed in, never throws. Plus pure buildSendPushBody / 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

Track MulmoClaude

Get notified when new releases ship.

Sign up free

About MulmoClaude

All releases →

Related context

Earlier breaking changes

  • v1.1.1 Moves Google token store to ~/.config/mulmo/google-token.json
  • v0.6.4 `General` role split into lean `General` and new `Personal` role; Encore seed role pinned to Personal.

Beta — feedback welcome: [email protected]