Skip to content

MulmoClaude

v@mulmobridge/[email protected] Breaking

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

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 Highlights, Pin npx @mulmobridge/[email protected], and Upgrade notes across a mixed release.

Full changelog

Highlights

  • Opt-in ack reaction (#696, closes #695) — the Slack bridge can now add an emoji reaction to every inbound message it processes, giving the user an immediate "the bot saw me" signal before the agent finishes thinking. Single dual-purpose env var:
    • SLACK_ACK_REACTION=1 → reacts with default 👀 (:eyes:)
    • SLACK_ACK_REACTION=white_check_mark → reacts with ✅
    • SLACK_ACK_REACTION=my_bot_ack → reacts with a custom workspace emoji
    • unset / 0 / false → off (default)

Upgrade notes

  • Opt-in only — operators not setting SLACK_ACK_REACTION see no change on upgrade.
  • When enabled, add the reactions:write Bot Token Scope in OAuth & Permissions and reinstall the Slack App. Without the scope the reaction call fails with missing_scope, but the bridge logs a warning and keeps running — reply flow is unaffected.
  • The reaction is not removed when the bot replies; it stays as a "seen" marker.

Usage

# Fresh install
npx @mulmobridge/slack@latest

# Pin
npx @mulmobridge/[email protected]

# Enable the ack reaction (after granting reactions:write)
SLACK_ACK_REACTION=1 npx @mulmobridge/slack@latest

See README.md / README.ja.md for the full grammar, operator setup, and design notes.

What's Changed

  • feat(slack): ack reaction on receive (:eyes:) by @isamu in https://github.com/receptron/mulmoclaude/pull/696
  • chore(slack): bump @mulmobridge/slack to 0.4.0 by @isamu in https://github.com/receptron/mulmoclaude/pull/698

Full Changelog: https://github.com/receptron/mulmoclaude/compare/@mulmobridge/[email protected]...@mulmobridge/[email protected]

📦 npm: @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]