Skip to content

Release history

MulmoClaude releases

All releases

86 shown

No immediate action
v0.6.5 Bug fix

Fixes ToDo & Spotify load

No immediate action
v0.6.4 Breaking risk

Encore dashboard + Role split

Review required
v0.6.3 Mixed
Auth

MCP reliability + skill catalog

Review required
v0.6.2 Mixed
Auth RBAC

Effort config + Settings redesign + File drop

No immediate action
v0.6.1 Breaking risk

Wiki embeds + Photo locations + Map plugin

Review required
v0.6.0 Breaking risk
Auth Breaking upgrade

Accounting, Memory, Encore Notifier

No immediate action
@mulmobridge/[email protected] New feature

Bridge shortcut for resetting and running skill

Review required
v0.5.3 Bug fix
RCE / SSRF

Sandbox bundling + correct version

Review required
v0.5.2 Bug fix
RCE / SSRF

Image rendering fix

No immediate action
v0.5.1 Mixed

Notion token switch + CI speedups + fixes

Config change
v0.5.0 Breaking risk
Auth Breaking upgrade

manageScheduler split

No immediate action
@mulmobridge/[email protected] Mixed

Env vars, webhook bump, client dep tighten

Config change
@mulmobridge/[email protected] Mixed
Auth Breaking upgrade

Env var role seeding + dep bump

No immediate action
@mulmobridge/[email protected] Mixed

Default role env-vars + package list + slack bump

No immediate action
@mulmobridge/[email protected] Mixed

Role‑seed env‑vars + package list + dep bump

No immediate action
@mulmobridge/[email protected] Mixed

Env‑var docs, package index, messenger v0.1.1

No immediate action
@mulmobridge/[email protected] Mixed

Env-var role seeding + transport ID normalization

No immediate action
@mulmobridge/[email protected] New feature

Env‑var role seeding + matrix package bump

No immediate action
@mulmobridge/[email protected] Mixed

Bridge role env vars + transport ID normalization

No immediate action
@mulmobridge/[email protected] Mixed

Role env-vars, ecosystem docs, dep bump

No immediate action
@mulmobridge/[email protected] Mixed

Env‑vars + Ecosystem docs + Dep bump

No immediate action
@mulmobridge/[email protected] Mixed

Env var defaults + transport normalization

No immediate action
@mulmobridge/[email protected] Mixed

CLI_BRIDGE_DEFAULT_ROLE + version bump

No immediate action
@mulmobridge/[email protected] Mixed

Env vars for role seeding, Bluesky bump, dep range tighten

No immediate action
@mulmobridge/[email protected] Breaking risk

Bridge passthrough, role UI, refactor fixes

Review required
@mulmobridge/[email protected] Breaking risk
Auth Breaking upgrade

Bridge options + Role Manager

Config change
@mulmobridge/[email protected] Breaking risk
Auth

Ack reaction + scope requirement + bump

No immediate action
v0.4.0 Mixed

Bridges, URL routing, internationalization

No immediate action
@mulmobridge/[email protected] Breaking risk

WhatsApp, Messenger, Teams plugins + WS hibernation

No immediate action
@mulmobridge/[email protected] Maintenance

README update + docs + deps bump

Config change
@mulmobridge/[email protected] New feature
Auth Breaking upgrade

LINE Works bridge launch

No immediate action
@mulmobridge/[email protected] New feature

Mastodon bridge + WebSocket support

No immediate action
v0.3.0 New feature

One‑command launcher + Bridge Relay + Session origins

No immediate action
@mulmobridge/[email protected] Mixed

Protocol bump, UI refactor, config dirs

No immediate action
@mulmobridge/[email protected] New feature

Event exports, relay refactor, UI redesign, wizard, arXiv

Review required
v0.2.0 Breaking risk
Auth Breaking upgrade

Node.js min version + scheduler + notifications

Review required
v0.1.2 Mixed
Auth Dependencies

Bridges + security hardening + quick start

No immediate action
@receptron/[email protected] Maintenance

Routine maintenance and dependency updates.

No immediate action
@mulmobridge/[email protected] Maintenance

Routine maintenance and dependency updates.

No immediate action
@mulmobridge/[email protected] Maintenance

Routine maintenance and dependency updates.

No immediate action
@mulmobridge/[email protected] Maintenance

Routine maintenance and dependency updates.

No immediate action
@mulmobridge/[email protected] Maintenance

Routine maintenance and dependency updates.

No immediate action
@mulmobridge/[email protected] Maintenance

Routine maintenance and dependency updates.

No immediate action
@mulmobridge/[email protected] Maintenance

Routine maintenance and dependency updates.

No immediate action
@mulmobridge/[email protected] Maintenance

Routine maintenance and dependency updates.

No immediate action
@mulmobridge/[email protected] Maintenance

Routine maintenance and dependency updates.

No immediate action
@mulmobridge/[email protected] Maintenance

Routine maintenance and dependency updates.

No immediate action
@mulmobridge/[email protected] Maintenance

Routine maintenance and dependency updates.

No immediate action
@mulmobridge/[email protected] Maintenance

Routine maintenance and dependency updates.

No immediate action
@mulmobridge/[email protected] Maintenance

Routine maintenance and dependency updates.

v0.1.1 Breaking risk
Breaking changes
  • Workspace layout changed (#284) — run migration script before upgrading
  • `bridges/` directory removed — use `@mulmobridge/*` packages or `yarn cli` / `yarn telegram`
  • `imageDataUrl` field removed from bridge protocol — use `attachments: Attachment[]` instead
Notable features
  • Real-time token‑by‑token streaming of Claude responses in the Web UI
  • Extracted shared code into publishable `@mulmobridge/*` npm packages (protocol, client, chat-service, cli, telegram)
  • Full Telegram bot bridge with image/photo support and long‑polling
Full changelog

Highlights

Monorepo & npm Packages (#360)

Extracted shared code into publishable @mulmobridge/* packages under yarn workspaces:

  • @mulmobridge/protocol (v0.1.1) — shared types and constants (EVENT_TYPES, Attachment, CHAT_SOCKET_EVENTS)
  • @mulmobridge/client (v0.1.0) — socket.io client library, bearer token reader, MIME utilities
  • @mulmobridge/chat-service (v0.1.0) — server-side chat service (socket.io + REST bridge)
  • @mulmobridge/cli (v0.1.1) — interactive terminal bridge (npx @mulmobridge/cli@latest)
  • @mulmobridge/telegram (v0.1.1) — Telegram bot bridge (npx @mulmobridge/telegram@latest)

Real-time Text Streaming (#392, #393)

Claude responses now stream token-by-token in the Web UI instead of appearing all at once.

Workspace Restructure (#284, #314)

Workspace layout reorganized into 4 semantic buckets: config/, conversations/, data/, artifacts/. Migration script included for existing workspaces.

File I/O Consolidation (#366, #368, #371, #374, #376, #384)

All workspace file operations centralized into domain-specific I/O modules under server/utils/files/ with atomic writes, discriminated-union returns, and DI-ready signatures. Eliminates raw fs.* / path.join in route handlers.

Telegram Bridge (#321, #322, #355)

Full Telegram bot bridge with long-polling, photo/image attachment support, chat-ID allowlist, long-message chunking, and server push delivery.

Features

  • Sandbox enhancements: opt-in host credential forwarding (#327), macOS SSH agent support (#347), gh CLI with auth (#353)
  • Image & PDF in chat: paste/drag-and-drop image (#379), PDF attachment support (#385)
  • UI improvements: auto-expand chat input (#387), unread session highlights (#343), launcher active highlight + badge tooltips (#362), lock popup improvements (#332, #356)
  • Skills system: render SKILL.md as formatted markdown (#339), direct editing in UI (#342), update via chat (#344)
  • Incremental session fetch: server cursor for efficient session loading (#338)
  • Notification scaffold: time-delayed push fan-out (#331)
  • GitHub workspace: standardize github/ directory + .gitignore filter (#358, #365)

Refactoring & Infrastructure

  • Server reorganized into 6 topical dirs (#328)
  • Extracted useImeAwareEnter composable (#378)
  • Attachment protocol: imageDataUrl replaced with Attachment[] (#383)
  • Pre-commit hook + /precommit review skill (#388, #389, #391, #398)
  • Test coverage expanded: session-store, image-store, plugin paths, workspace shape, chat-index, markdown-store (#367, #370, #373, #375)
  • ESLint flat config scoped correctly for all packages

Bug Fixes

  • Bearer token wired to MCP subprocess (#325) and frontend plugin launcher (#326)
  • Agent resume failover on stored session ID rejection (#324)
  • Wiki path references updated for post-#284 layout (#354, #359)
  • PresentDocument images broken by bearer auth + path migration (#372)
  • Re-fetch transcript on session_finished to recover missed events (#351)
  • Post-#284 workspace paths in markdown + spreadsheet plugins (#348)

Breaking Changes

  • Workspace layout changed (#284) — run migration script before upgrading
  • bridges/ directory removed — use @mulmobridge/* packages or yarn cli / yarn telegram
  • imageDataUrl field removed from bridge protocol — use attachments: Attachment[] instead

npm Packages

| Package | Version | npm |
|---|---|---|
| @mulmobridge/protocol | 0.1.1 | https://www.npmjs.com/package/@mulmobridge/protocol |
| @mulmobridge/client | 0.1.0 | https://www.npmjs.com/package/@mulmobridge/client |
| @mulmobridge/chat-service | 0.1.0 | https://www.npmjs.com/package/@mulmobridge/chat-service |
| @mulmobridge/cli | 0.1.1 | https://www.npmjs.com/package/@mulmobridge/cli |
| @mulmobridge/telegram | 0.1.1 | https://www.npmjs.com/package/@mulmobridge/telegram |

No immediate action
@mulmobridge/[email protected] Maintenance

Routine maintenance and dependency updates.

No immediate action
v0.1.0 New feature

Specialized roles, wiki memory, skills, charts, Docker sandbox

Beta — feedback welcome: [email protected]