This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryChat input buffers messages while an agent runs, preserving RemoteHost Firebase sessions across restarts.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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]. |
— |
| 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
About MulmoClaude
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]