This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryScheduler now staggers same‑minute tasks to avoid flooding the machine at startup.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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
mulmoclaudeMCP broker at boot. The per-task gap is capped to half a tick and a re-entry guard prevents overlapping ticks, so a shorttickMs(debug mode) can't spill tasks into the next window. - Error-recovery help — the
handlePermission not foundfamily (#2052 / #2056 / #2057):assets/helps/error-recovery.mdgains agent-facing sections for the sandbox MCP broker dying at load (Windows yarn junctions dangling in the Linux container, and npx installs with a nestednode_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):
createVoiceCaptureand the sidecar lifecycle were split into module-scope helpers. Behavior-preserving; no public API change.
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]