Skip to content

MulmoClaude

v@mulmobridge/[email protected] Breaking

This release includes 2 breaking changes for platform teams planning a safe upgrade.

Published 2d LLM Frameworks
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Affected surfaces

breaking_upgrade

Summary

AI summary

Attachment API now supports a workspace-relative path carrier, making data and mimeType optional.

Full changelog

Highlights — 1.0.0 milestone

API changes accumulated since 0.1.4:

  • Attachment gains a path carrier. data and mimeType are now optional; an attachment may instead reference a workspace-relative path the server reads (path-first uploads from the Vue UI). Readers outside the server-internal normalization boundary MUST runtime-check which carrier is set.
  • EVENT_TYPES: added skill (assistant text that is an invoked SKILL.md body, so the canvas can collapse it) and removed the dead switch_role.
  • GENERATION_KINDS: added pdf.

Part of the @mulmobridge/* 1.0.0 suite milestone (all 32 packages). Consumers move to ^1.0.0.

📦 npm: @mulmobridge/[email protected]

Breaking Changes

  • Attachment schema changed: added optional `path` carrier; `data` and `mimeType` are now optional. Code that assumes both fields must be present must add runtime checks for `path`.
  • `EVENT_TYPES` enum removed the dead entry `switch_role`.

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]