The whole hunk
from line 42, old and new numbered
/
lines
from line 42
4242 After the app is installed, authenticate your individual Claude account:
4343
4444 1. Open the Claude app in Slack by clicking on "Claude" in your Apps section
45 2. Navigate to the App Home tab
45 2. Open the App Home tab
4646 3. Click "Connect" to link your Slack account with your Claude account
4747 4. Complete the authentication flow in your browser
4848 </Step>
from line 56
5656 </Step>
5757
5858 <Step title="Choose your routing mode">
59 After connecting your accounts, configure how Claude handles your messages in Slack. Navigate to the Claude App Home in Slack to find the **Routing Mode** setting.
59 After connecting your accounts, configure how Claude handles your messages in Slack. Open the Claude App Home in Slack to find the **Routing Mode** setting.
6060
6161 | Mode | Behavior |
6262 | :-------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
from line 113
113113* **View Session**: Opens the full Claude Code session in your browser where you can see all work performed, continue the session, or make additional requests.
114114* **Create PR**: Creates a pull request directly from the session's changes.
115115* **Retry as Code**: If Claude initially responds as a chat assistant but you wanted a coding session, click this button to retry the request as a Claude Code task.
116* **Change Repo**: Allows you to select a different repository if Claude chose incorrectly.
116* **Change Repo**: Lets you select a different repository if Claude chose incorrectly.
117117
118118### Repository selection
119119
from line 160
160160
161161* **Be specific**: Include file names, function names, or error messages when relevant.
162162* **Provide context**: Mention the repository or project if it's not clear from the conversation.
163* **Define success**: Explain what "done" looks like—should Claude write tests? Update documentation? Create a PR?
163* **Define success**: Explain what "done" looks like. Should Claude write tests? Update documentation? Create a PR?
164164* **Use threads**: Reply in threads when discussing bugs or features so Claude can gather the full context.
165165
166166### When to use Slack vs. web
167167
168**Use Slack when**: Context already exists in a Slack discussion, you want to kick off a task asynchronously, or you're collaborating with teammates who need visibility.
168**Use Slack when**: Context already exists in a Slack discussion, you want to start a task asynchronously, or you're collaborating with teammates who need visibility.
169169
170170**Use the web directly when**: You need to upload files, want real-time interaction during development, or are working on longer, more complex tasks.
171171