Skip to content

MulmoClaude

v0.9.7 Feature

This release adds 2 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

Chat input buffers messages while an agent runs, preserving RemoteHost Firebase sessions across restarts.

Changes in this release

Feature Medium

Composer buffers chat input during agent runs, sending messages in order once free.

Composer buffers chat input during agent runs, sending messages in order once free.

Source: llm_adapter@2026-07-14

Confidence: high

Feature Medium

Restores RemoteHost Firebase sessions after server or browser restarts, maintaining phone pairing without re-login.

Restores RemoteHost Firebase sessions after server or browser restarts, maintaining phone pairing without re-login.

Source: llm_adapter@2026-07-14

Confidence: high

Feature Low

Updated install command to npx [email protected].

Updated install command to npx [email protected].

Source: llm_adapter@2026-07-14

Confidence: low

Dependency Low

Pinned auth token in e2e-live CI to fix intermittent 401 flake from token-regeneration race.

Pinned auth token in e2e-live CI to fix intermittent 401 flake from token-regeneration race.

Source: llm_adapter@2026-07-14

Confidence: low

Full changelog

Highlights

Chat input: queue sends while the agent runs (#2067)

The composer no longer disables while a run is in progress — messages you type are buffered and sent in order once the agent is free, instead of the input locking. The buffer is scoped per session, and Ctrl/Cmd+Enter inserts a newline without triggering the slash menu.

RemoteHost session persistence (#2073, #2075)

A host's Firebase session is now parked in the browser and restored after a server or browser restart, so a phone paired to the host stays connected without a re-login popup. Reconnect is non-destructive: a transient network failure keeps the live session, while an expired or malformed session blob is dropped rather than retried forever. Shipped in @mulmoclaude/[email protected].

Fixed

  • e2e-live CI: pinned the auth token to stop an intermittent 401 flake caused by a token-regeneration race (#2069).

Documentation

  • Documented the MCP stdio-under-Docker opt-in (hostExecInDocker, per-server) and env passthrough across all README translations (#2071). The feature itself shipped earlier (#1421).

Install

npx [email protected]

Full Changelog

See CHANGELOG.md for the complete list.

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]