Skip to content

MulmoClaude

v@mulmobridge/[email protected] Feature

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

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

✓ No known CVEs patched in this version

Affected surfaces

auth

Summary

AI summary

Updates Usage ```bash, Highlights, and unchanged across a mixed release.

Full changelog

Highlights

  • Per-thread session option via SLACK_SESSION_GRANULARITY env var (#599)
    • channel (default, unchanged) — one session per channel
    • thread — each Slack thread becomes its own session (matches Zulip's per-topic behavior)
    • auto — reserved for future auto-detection; today equivalent to thread
  • Reply routing preserves thread_ts so bot replies land in the correct thread
  • English + Japanese README with ASCII diagrams, "How to choose" table, and "switching modes safely" guidance for non-engineers

Usage

# Default (unchanged) — one session per channel
SLACK_BOT_TOKEN=xoxb-... SLACK_APP_TOKEN=xapp-... npx @mulmobridge/slack

# New — each thread becomes its own session
SLACK_BOT_TOKEN=xoxb-... SLACK_APP_TOKEN=xapp-... \
  SLACK_SESSION_GRANULARITY=thread \
  npx @mulmobridge/slack

See the full docs:

📦 npm: @mulmobridge/[email protected]


What's Changed

  • @mulmobridge/[email protected] by @isamu in https://github.com/receptron/mulmoclaude/pull/601
  • feat(slack): per-thread session option via SLACK_SESSION_GRANULARITY by @isamu in https://github.com/receptron/mulmoclaude/pull/599
  • refactor: move bridge packages into packages/bridges/ subdirectory by @isamu in https://github.com/receptron/mulmoclaude/pull/589

Full Changelog: https://github.com/receptron/mulmoclaude/compare/@mulmobridge/[email protected]...@mulmobridge/[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

  • v0.6.4 `General` role split into lean `General` and new `Personal` role; Encore seed role pinned to Personal.

Beta — feedback welcome: [email protected]