This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryUpdates 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).readBridgeEnvOptionsis now a thin wrapper over the sharedscanEnvOptions(env, { prefixes, allowKeys? }). It had been a parallel implementation of the host'sresolveRelayBridgeOptions— same two-tier prefix scan, same specific-wins precedence, same empty-value drop, sameUPPER_SNAKE→lowerCamelconversion — kept separate on the grounds of "avoiding premature consolidation". That rationale did not hold up:@mulmoclaude/commonwas already a declared dependency of this package and reachable from the host, and the only real difference (the relay side's allowlist that keepsRELAY_TOKEN/RELAY_URLout of bridge options) parameterizes cleanly asallowKeys. Behavior here is unchanged; a dead defensive branch insnakeToLowerCamelwas 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) andfetchJsonRecordwith the pureasJsonRecord(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/commondependency arrived, forisRecord. -
Drift fix release. The workspace had moved to
0.2.0without a matching publish, leaving npm on0.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
About MulmoClaude
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]