Skip to content

MulmoClaude

v@mulmobridge/[email protected] Feature

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

Published 3d 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

Updates Highlights, https://www.npmjs.com/package/@mulmobridge/client/v/0.2.0, and spreadsheet across a mixed release.

Full changelog

Highlights

  • Environment scraping moved to @mulmoclaude/common (#2487). readBridgeEnvOptions is now a thin wrapper over the shared scanEnvOptions(env, { prefixes, allowKeys? }). It had been a parallel implementation of the host's resolveRelayBridgeOptions — same two-tier prefix scan, same specific-wins precedence, same empty-value drop, same UPPER_SNAKElowerCamel conversion — kept separate on the grounds of "avoiding premature consolidation". That rationale did not hold up: @mulmoclaude/common was already a declared dependency of this package and reachable from the host, and the only real difference (the relay side's allowlist that keeps RELAY_TOKEN / RELAY_URL out of bridge options) parameterizes cleanly as allowKeys. Behavior here is unchanged; a dead defensive branch in snakeToLowerCamel was dropped, since segments are pre-filtered non-empty.

  • Shared bridge plumbing extracted (#2403). Adds frameText (WebSocket frame → utf8, used by the Mastodon and Signal bridges) and fetchJsonRecord with the pure asJsonRecord (the REST GET/POST skeleton behind the Rocket.Chat and Zulip bridges). Both had been duplicated bridge-to-bridge. This is also where the @mulmoclaude/common dependency arrived, for isRecord.

  • Drift fix release. The workspace had moved to 0.2.0 without a matching publish, leaving npm on 0.1.5. This release closes that gap.

📦 npm: @mulmobridge/[email protected]


What's Changed

  • fix(spreadsheet): VLOOKUP / HLOOKUP index bounds (#2360) by @isamu in https://github.com/receptron/mulmoclaude/pull/2506
  • test(manageSkills): guard external-link click wiring on markdown bodies (#2493) by @isamu in https://github.com/receptron/mulmoclaude/pull/2512

Full Changelog: https://github.com/receptron/mulmoclaude/compare/@mulmoclaude/[email protected]...@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]