Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · claude-code

Claude Code in Slack changed

slack

Nearest release: v2.1.273, published 4 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+19added
Lines−19removed
From line 9 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits9to this page, all time

The whole hunk

from line 9, old and new numbered
/
lines
from line 9
99 * **Pro and Max plans:** Claude Tag isn't available on individual plans, so this page remains the setup path.
1010</Warning>
1111 
12Claude Code in Slack brings the power of Claude Code directly into your Slack workspace. When you mention `@Claude` with a coding task, Claude automatically detects the intent and creates a Claude Code session on the web, allowing you to delegate development work without leaving your team conversations.
12Claude Code in Slack brings the power of Claude Code directly into your Slack workspace. When you mention `@Claude` with a coding task, Claude automatically detects the intent and creates a Claude Code cloud session, allowing you to delegate development work without leaving your team conversations.
1313 
14This integration is built on the existing Claude for Slack app but adds intelligent routing to Claude Code on the web for coding-related requests. Each session runs under your own Claude account, using your connected repositories and your plan limits.
14This integration is built on the existing Claude for Slack app but adds intelligent routing to Claude Code cloud sessions for coding-related requests. Each session runs under your own Claude account, using your connected repositories and your plan limits.
1515 
1616## Use cases
1717 
from line 24
2424 
2525Before using Claude Code in Slack, ensure you have the following:
2626 
27| Requirement | Details |
28| :--------------------- | :------------------------------------------------------------------------------------------------ |
29| Claude Plan | Pro, Max, Team, or Enterprise with Claude Code access (premium seats or Chat + Claude Code seats) |
30| Claude Code on the web | Access to [Claude Code on the web](/docs/en/claude-code-on-the-web) must be enabled |
31| GitHub Account | Connected to Claude Code on the web with at least one repository authenticated |
32| Slack Authentication | Your Slack account linked to your Claude account via the Claude app |
27| Requirement | Details |
28| :------------------- | :------------------------------------------------------------------------------------------------ |
29| Claude Plan | Pro, Max, Team, or Enterprise with Claude Code access (premium seats or Chat + Claude Code seats) |
30| Cloud sessions | [Cloud sessions](/docs/en/claude-code-on-the-web) are enabled for your account |
31| GitHub Account | Connected at [claude.ai/code](https://claude.ai/code) with at least one repository authenticated |
32| Slack Authentication | Your Slack account linked to your Claude account via the Claude app |
3333 
3434## Setting up Claude Code in Slack
3535 
from line 47
4747 4. Complete the authentication flow in your browser
4848 </Step>
4949 
50 <Step title="Configure Claude Code on the web">
51 Ensure your Claude Code on the web is properly configured:
50 <Step title="Configure cloud sessions">
51 Ensure cloud sessions are properly configured for your account:
5252 
5353 * Visit [claude.ai/code](https://claude.ai/code) and sign in with the same account you connected to Slack
5454 * Connect your GitHub account if not already connected
from line 77
7777 
7878### Automatic detection
7979 
80In Code + Chat routing mode, when you mention @Claude in a Slack channel or thread, Claude automatically detects whether your message is a coding task. Coding tasks go to Claude Code on the web. Anything else gets a regular chat reply. In Code only mode, every @mention goes to Claude Code.
80In Code + Chat routing mode, when you mention @Claude in a Slack channel or thread, Claude automatically detects whether your message is a coding task. Coding tasks go to a Claude Code cloud session. Anything else gets a regular chat reply. In Code only mode, every @mention goes to Claude Code.
8181 
8282You can also explicitly tell Claude to handle a request as a coding task, even if it doesn't automatically detect it.
8383 
from line 148
148148 
149149**In Slack**: You'll see status updates, completion summaries, and action buttons. The full transcript is preserved and always accessible.
150150 
151**On the web**: The complete Claude Code session with full conversation history, all code changes, and file operations. Sessions stay in your Claude Code history at [claude.ai/code](https://claude.ai/code), where you can continue past sessions, reference them, or create pull requests.
151**At claude.ai/code**: The complete Claude Code session with full conversation history, all code changes, and file operations. Sessions stay in your Claude Code history at [claude.ai/code](https://claude.ai/code), where you can continue past sessions, reference them, or create pull requests.
152152 
153153For Enterprise and Team accounts, sessions created from Claude in Slack are
154automatically visible to the organization. See [Claude Code on the Web sharing](/docs/en/claude-code-on-the-web#share-sessions)
154automatically visible to the organization. See [cloud session sharing](/docs/en/claude-code-on-the-web#share-sessions)
155155for more details.
156156 
157157## Best practices
from line 178
178178### Sessions not starting
179179 
1801801. Verify your Claude account is connected in the Claude App Home
1812. Check that you have Claude Code on the web access enabled
1812. Check that cloud sessions are enabled for your account
1821823. Ensure you have at least one GitHub repository connected to Claude Code
183183 
184184### Sessions from a Claude Tag channel fail to start
from line 194
194194 
195195### Repository not showing
196196 
1971. Connect the repository in Claude Code on the web at [claude.ai/code](https://claude.ai/code)
1971. Connect the repository at [claude.ai/code](https://claude.ai/code)
1981982. Verify your GitHub permissions for that repository
1991993. Try disconnecting and reconnecting your GitHub account
200200 
from line 213
213213 
214214* **GitHub only**: repositories must be on GitHub.
215215* **One PR at a time**: each session can create one pull request.
216* **Web access required**: users need access to Claude Code on the web; without it, Claude replies with standard chat responses.
216* **Cloud session access required**: users need access to [cloud sessions](/docs/en/claude-code-on-the-web); without it, Claude replies with standard chat responses.
217217 
218218## Related resources
219219 
220220<CardGroup>
221 <Card title="Claude Code on the web" icon="globe" href="/docs/en/claude-code-on-the-web">
222 Learn more about Claude Code on the web
221 <Card title="Claude Code in the cloud" icon="cloud" href="/docs/en/claude-code-on-the-web">
222 Learn more about cloud sessions
223223 </Card>
224224 
225225 <Card title="Claude for Slack" icon="slack" href="https://claude.com/claude-and-slack">
Feedback