Skip to content

feat(platformtools): add slack reaction tools#2628

Merged
danielkov merged 2 commits into
mainfrom
daniel/age-2141-add-slack-reaction-platform-tool
May 6, 2026
Merged

feat(platformtools): add slack reaction tools#2628
danielkov merged 2 commits into
mainfrom
daniel/age-2141-add-slack-reaction-platform-tool

Conversation

@danielkov
Copy link
Copy Markdown
Contributor

Summary

Adds five Slack platform tools so assistants can react to messages and discover available reactions/emoji:

  • platform_slack_add_reactionreactions.add
  • platform_slack_remove_reactionreactions.remove
  • platform_slack_get_reactionsreactions.get (reactions on a specific message)
  • platform_slack_list_reactionsreactions.list (items the user has reacted to)
  • platform_slack_list_emojiemoji.list (workspace emoji catalog)

Slack errors (already_reacted, no_reaction, etc.) are passed through as tool errors, matching the convention used by sibling Slack tools (send_message, schedule_message, …).

Closes AGE-2141.

✻ Clauded...

Adds five slack platform tools so assistants can react to messages
and discover reactions/emoji:
- platform_slack_add_reaction (reactions.add)
- platform_slack_remove_reaction (reactions.remove)
- platform_slack_get_reactions (reactions.get)
- platform_slack_list_reactions (reactions.list)
- platform_slack_list_emoji (emoji.list)

Slack errors (already_reacted, no_reaction, etc.) are passed through
as tool errors, matching sibling slack tools.

AGE-2141
@danielkov danielkov requested a review from a team as a code owner May 6, 2026 15:50
@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 6, 2026

Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
gram-docs-redirect Ready Ready Preview, Comment May 6, 2026 3:52pm

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 6, 2026

🦋 Changeset detected

Latest commit: e048fe7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
server Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@danielkov danielkov enabled auto-merge May 6, 2026 15:58
@danielkov danielkov added this pull request to the merge queue May 6, 2026
Merged via the queue into main with commit f3955c2 May 6, 2026
45 of 48 checks passed
@danielkov danielkov deleted the daniel/age-2141-add-slack-reaction-platform-tool branch May 6, 2026 16:14
@github-actions github-actions Bot locked and limited conversation to collaborators May 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants