This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryFixed broken ToDo and Spotify plugins in fresh installs.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds @mulmoclaude/todo-plugin as a dependency of mulmoclaude host (first publish). Adds @mulmoclaude/todo-plugin as a dependency of mulmoclaude host (first publish). Source: llm_adapter@2026-05-26 Confidence: high |
— |
| Feature | Low |
Adds @mulmoclaude/spotify-plugin as a dependency of mulmoclaude host (first publish). Adds @mulmoclaude/spotify-plugin as a dependency of mulmoclaude host (first publish). Source: llm_adapter@2026-05-26 Confidence: high |
— |
| Feature | Low |
Bumps mulmoclaude host package to version 0.6.5, declaring the new plugins as dependencies. Bumps mulmoclaude host package to version 0.6.5, declaring the new plugins as dependencies. Source: llm_adapter@2026-05-26 Confidence: high |
— |
| Bugfix | Medium |
Fixes missing runtime plugin packages causing ToDo and Spotify to fail on fresh install. Fixes missing runtime plugin packages causing ToDo and Spotify to fail on fresh install. Source: llm_adapter@2026-05-26 Confidence: high |
— |
| Bugfix | Low |
Reduces production log warnings for dev‑only plugins by downgrading missing‑package logs to debug level. Reduces production log warnings for dev‑only plugins by downgrading missing‑package logs to debug level. Source: llm_adapter@2026-05-26 Confidence: high |
— |
Full changelog
Highlights
Fix: ToDo / Spotify no longer broken on npx mulmoclaude@latest
The previous tarball didn't ship the runtime plugin packages, so a fresh
npx mulmoclaude@latest would fail to load ToDo (UI showed "ToDo の読み込みに失敗しました")
and silently drop Spotify too. They now travel with the host as regular npm dependencies, so a clean install boots with both available out of the box.
Cleaner production logs
Runtime plugins that intentionally don't ship in the published tarball
(debug, edgar) are now flagged devOnly in preset-list. The boot
loader downgrades their missing-package log from warn to debug, so
production npx users no longer see misleading "preset package not
resolvable" warns at startup. (#1513 / #1515)
What's new on npm
| Package | Version | Notes |
|---|---|---|
| mulmoclaude | 0.6.5 | Host bump; declares the two plugins below as deps |
| @mulmoclaude/todo-plugin | 0.1.0 | First publish — backs manageTodoList and the <TodoView> Vue surface |
| @mulmoclaude/spotify-plugin | 0.1.0 | First publish — Liked Songs / playlists / recently played + Vue View |
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
Earlier breaking changes
- v0.6.4 `General` role split into lean `General` and new `Personal` role; Encore seed role pinned to Personal.
Beta — feedback welcome: [email protected]