Skip to content

MulmoClaude

v@mulmobridge/[email protected] Bugfix

This release fixes issues for SREs watching stability and regressions.

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

Fixed race condition that split a single external chat across multiple internal sessions.

Full changelog

Highlights

  • Bridge race fix (#1878): Serialize bridge chat turns per external chat. Two concurrent first messages for the same external chat could each observe "no state", create separate session IDs, and split one external conversation across independent internal sessions. An in-process per-(transportId, externalChatId) serializer now runs each chat's whole turn (state read/reset → command → startChat → reply collection → setChatState) one at a time; different chats still run concurrently.

PR: #1879 · Issue: #1878

📦 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]