This release includes breaking changes for platform teams planning a safe upgrade.
Published 1mo
LLM Frameworks
✓ No known CVEs patched
✓ No known CVEs patched in this version
Affected surfaces
auth
Summary
AI summaryUpdates 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_REACTIONsee no change on upgrade. - When enabled, add the
reactions:writeBot Token Scope in OAuth & Permissions and reinstall the Slack App. Without the scope the reaction call fails withmissing_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]
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]