fix: update Slack App setup instructions for User Token only#188
Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom Dec 1, 2025
fix/update-slack-app-setup-instructionsbreaking-brake/cc-wf-studio:fix/update-slack-app-setup-instructionsCopy head branch name to clipboard
Merged
fix: update Slack App setup instructions for User Token only#188breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom fix/update-slack-app-setup-instructionsbreaking-brake/cc-wf-studio:fix/update-slack-app-setup-instructionsCopy head branch name to clipboard
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
fix/update-slack-app-setup-instructionsbreaking-brake/cc-wf-studio:fix/update-slack-app-setup-instructionsCopy head branch name to clipboard
Conversation
- Update setup steps from 6 to 4 (removed Bot Token steps) - Consolidate all scopes under User Token Scopes - Update error messages and security notice for User Token - Remove unused translation keys (step5, step6, botToken.label) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This was referenced Dec 1, 2025
Merged
github-actions Bot
added a commit
that referenced
this pull request
Dec 1, 2025
## [2.17.3](v2.17.2...v2.17.3) (2025-12-01) ### Bug Fixes * remove Author display and users:read scope from Slack sharing ([#187](#187)) ([17aaa83](17aaa83)) * remove Bot Token required check from manual connection ([#189](#189)) ([18c00d7](18c00d7)) * update Slack App setup instructions for User Token only ([#188](#188)) ([a8e4463](a8e4463))
Contributor
|
🎉 This PR is included in version 2.17.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The Slack App setup instructions in the UI still reference both Bot Token and User Token, but the recent migration (#185, #187) changed the implementation to use User Token only.
Current Behavior
Expected Behavior
Solution
Update all UI text and translations to reflect User Token only usage.
Changes
UI Component (
SlackManualTokenDialog.tsx):Translation Keys (
translation-keys.ts):slack.manualToken.howToGet.step5slack.manualToken.howToGet.step6slack.manualToken.botToken.labelTranslation Files (en, ja, ko, zh-CN, zh-TW):
Updated Setup Instructions
Impact
Testing
🤖 Generated with Claude Code