Skip to content

fix(slack): acknowledge accepted inbound messages - #2

Merged
taariq merged 1 commit into
mainfrom
fix/issue-1-slack-thinking-ack
Aug 4, 2026
Merged

fix(slack): acknowledge accepted inbound messages#2
taariq merged 1 commit into
mainfrom
fix/issue-1-slack-thinking-ack

Conversation

@taariq

@taariq taariq commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add a bounded reactions.add acknowledgement for accepted Slack ingress
  • preserve the Slack message timestamp independently from client-generated IDs
  • keep reaction failures fail-open with content-free diagnostics and idempotent retry handling
  • document the required reactions:write bot scope

Validation

  • cargo check --workspace --locked
  • cargo clippy --workspace --all-targets --locked -- -D warnings
  • cargo test --workspace --locked --no-fail-fast
  • cargo test --doc --workspace --locked --no-fail-fast
  • cargo fmt --all -- --check
  • release build and JSON-RPC capability smoke test

Closes #1

@taariq
taariq merged commit a70aa3d into main Aug 4, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Slack: show immediate thinking acknowledgement for accepted inbound messages

1 participant