Skip to content

MulmoClaude

v@mulmoclaude/[email protected] Feature

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

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

Scheduler now staggers same‑minute tasks to avoid flooding the machine at startup.

Changes in this release

Performance Medium

Scheduler staggers start of same-minute tasks to avoid flooding the machine.

Scheduler staggers start of same-minute tasks to avoid flooding the machine.

Source: llm_adapter@2026-07-15

Confidence: high

Bugfix Medium

Adds error‑recovery guidance for sandbox MCP broker failures and scheduler startup race in `error-recovery.md`.

Adds error‑recovery guidance for sandbox MCP broker failures and scheduler startup race in `error-recovery.md`.

Source: llm_adapter@2026-07-15

Confidence: high

Full changelog

Shared-core release accumulating changes since 0.12.1 (2026-07-09).

Highlights

  • Scheduler — cut the MCP-broker startup race (#2057): the tick engine now staggers the start of independently-due tasks instead of firing them all in one event-loop turn, so same-minute fan-out (e.g. several 20:00 UTC jobs) no longer floods the machine and starves each spawned mulmoclaude MCP broker at boot. The per-task gap is capped to half a tick and a re-entry guard prevents overlapping ticks, so a short tickMs (debug mode) can't spill tasks into the next window.
  • Error-recovery help — the handlePermission not found family (#2052 / #2056 / #2057): assets/helps/error-recovery.md gains agent-facing sections for the sandbox MCP broker dying at load (Windows yarn junctions dangling in the Linux container, and npx installs with a nested node_modules), plus the transient scheduler startup race that recovers on a manual retry — so the agent can diagnose and guide users before escalating.
  • Whisper — internal refactors (#2049 / #2050 / #2053 / #2060): createVoiceCapture and the sidecar lifecycle were split into module-scope helpers. Behavior-preserving; no public API change.

📦 npm: @mulmoclaude/[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]