docs: add changelog for slackbot bot-compatible actions#2706
docs: add changelog for slackbot bot-compatible actions#2706Karthikeya-Meesala wants to merge 8 commits intonextfrom
Conversation
Addresses haxzie's review comment - removed duplicate toolkit prefixes like DATABRICKS_DATABRICKS_... -> DATABRICKS_...
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @Karthikeya-Meesala's task in 2m 36s —— View job PR Review
File: Format Checklist
Issue: Missing Warning Callout for Breaking ChangeRemoving 62 previously available actions is a user-facing breaking change. Anyone who built integrations using The changelog guide specifies that breaking changes should use The migration note at the bottom is good but needs to be elevated to a callout. Suggested addition after the intro paragraph: <Callout type="warn">
**Action Required**
If you were using any of the 62 removed admin actions (e.g. `SLACKBOT_ADMIN_*`, `SLACKBOT_AUDIT_*`) via the Slackbot toolkit, those actions are no longer available. Switch to the full Slack toolkit with a user token to continue using admin-level functionality.
</Callout>Minor Notes
Overall: One change requested (warning callout). Otherwise the entry is well-written and correctly formatted. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 3 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| - `audit.*` endpoints (audit logs) | ||
| - SCIM endpoints (user provisioning) | ||
|
|
||
| If you need admin-level Slack functionality, use the full Slack toolkit with appropriate user token authentication. |
There was a problem hiding this comment.
Changelog file in wrong directory
High Severity
The changelog file is being created in docs/content/changelog/ but the documentation configuration in fern/docs.yml line 128 specifies changelogs should be in fern/pages/src/changelog/. This file won't be discovered or displayed in the documentation system, making the changelog invisible to users.
| | Category | Count | | ||
| |----------|-------| | ||
| | Bot-compatible actions (included) | 89 | | ||
| | Admin/non-bot actions (removed) | 62 | |
There was a problem hiding this comment.
Incorrect action count arithmetic
Medium Severity
The action counts don't add up correctly. Line 7 states there were previously 155 total actions, and the table shows 89 bot-compatible plus 62 removed actions. However, 89 + 62 = 151, not 155. There's a discrepancy of 4 actions that are unaccounted for in the documentation.
| title: "Slackbot Toolkit: Bot-Compatible Actions Only" | ||
| description: "Slackbot toolkit now includes only actions that work with bot tokens" | ||
| date: "2026-02-20" | ||
| --- |
There was a problem hiding this comment.
Wrong file format and naming convention
Medium Severity
The changelog file uses .mdx extension with frontmatter (YAML metadata), but all existing changelog files in fern/pages/src/changelog/ use .md extension without frontmatter and follow the naming pattern MM-DD-YY.md. This file should be 02-20-26.md instead of 02-20-26-slackbot-actions.mdx and shouldn't include the frontmatter block.


Summary
Adds changelog entry for the slackbot toolkit update that filters actions to only include bot-compatible ones.
Related: https://github.com/ComposioHQ/mercury/pull/15117
Made with Cursor