This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Affected surfaces
Summary
AI summaryUpdates Highlights, Code Quality, and Breaking Changes across a mixed release.
Full changelog
Highlights
Unified Scheduler (#357)
MulmoClaude now has a full-featured task scheduler with persistence and catch-up after downtime.
- Phase 1:
@receptron/task-schedulerlibrary — persistence, catch-up algorithm, execution logs - Phase 2:
schedule:frontmatter in SKILL.md — skills run automatically on a schedule - Phase 3: User-created tasks via API, MCP tool ("毎朝8時にニュースまとめて"), and Tasks tab UI
Notification Center (#144)
Bell icon in the header with unread badge and dropdown panel. Agent completion triggers a notification automatically. Click to navigate to the relevant session.
12 Messaging Bridges
Connect your AI agent to any messaging platform:
| Platform | Package | Status |
|----------|---------|--------|
| CLI | @mulmobridge/cli | Stable |
| Telegram | @mulmobridge/telegram | Stable |
| LINE | @mulmobridge/line | Verified |
| Slack | @mulmobridge/slack | Experimental |
| Discord | @mulmobridge/discord | Experimental |
| WhatsApp | @mulmobridge/whatsapp | Experimental |
| Matrix | @mulmobridge/matrix | Experimental |
| IRC | @mulmobridge/irc | Experimental |
| Mattermost | @mulmobridge/mattermost | Experimental |
| Zulip | @mulmobridge/zulip | Experimental |
| Messenger | @mulmobridge/messenger | Experimental |
| Google Chat | @mulmobridge/google-chat | Experimental |
User-Defined Workspace Directories (#239)
Custom directories under data/ and artifacts/ with Settings UI. Security hardened against path traversal and prompt injection.
Code Quality
- All magic time numbers replaced with named constants (
server/utils/time.ts) - All scheduler string literals replaced with
@receptron/task-schedulerconstants - Minimum Node.js: 20+ (24 recommended)
Breaking Changes
- Node.js 18 is no longer supported. Minimum version is now 20.
Full Changelog
See CHANGELOG.md for the complete list of 123 commits since v0.1.1.
Breaking Changes
- Node.js 18 no longer supported; minimum required version is now 20
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]