This release adds 3 notable features for engineering teams evaluating rollout.
Published 1mo
LLM Frameworks
✓ No known CVEs patched
✓ No known CVEs patched in this version
Affected surfaces
auth
Summary
AI summaryUpdates Usage ```bash, Highlights, and unchanged across a mixed release.
Full changelog
Highlights
- Per-thread session option via
SLACK_SESSION_GRANULARITYenv var (#599)channel(default, unchanged) — one session per channelthread— each Slack thread becomes its own session (matches Zulip's per-topic behavior)auto— reserved for future auto-detection; today equivalent tothread
- Reply routing preserves
thread_tsso 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:
- English: README.md
- 日本語: README.ja.md
📦 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
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]