Skip to content

MulmoClaude

v@mulmoclaude/[email protected] Feature

This release adds 3 notable features for engineering teams evaluating rollout.

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

✓ No known CVEs patched in this version

Summary

AI summary

Mermaid renderer moved to shared package with configurable DOM id prefix.

Full changelog

Highlights

Moves the mermaid renderer into the shared package (the last markdown/image duplication between the host and the markdown plugin):

  • renderMermaidNodes(root, labels?, idPrefix?) — scans the DOM for pending ```mermaid placeholders, lazy-loads the mermaid runtime, and swaps each for its SVG. The per-diagram DOM id prefix is now a parameter (idPrefix, default "mulmo-mermaid") so the host and the plugin keep distinct prefixes without duplicating the renderer.
  • mermaidExtension (the marked extension) + adoptSvg also move in.

Behavior is unchanged — the prefix only feeds mermaid's invisible SVG root id. New peer dep: mermaid. Minor bump — ^1.x consumers pick it up with no range change.

📦 npm: @mulmoclaude/[email protected]

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]