Skip to content

Commit ad96ebe

Browse files
committed
Update README.md
1 parent 50b99d4 commit ad96ebe

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Please carefully follow all the steps below. If you encounter any issues, we're
2525
- npm (version 9 or higher)
2626
- AWS CLI
2727
- AWS IAM profile with appropriate permissions
28+
- Bedrock Claude Sonnet 3.7 model is [enabled on](https://docs.aws.amazon.com/bedrock/latest/userguide/getting-started.html#getting-started-model-access) US region
2829
- Slack Workspace
2930
- GitHub Account
3031

@@ -81,6 +82,8 @@ Now, you need to set up a Slack App to control agents through the Slack interfac
8182
- Signing Secret (found in Basic Information)
8283
- Bot Token (found in OAuth & Permissions, after installing to your workspace)
8384

85+
Please also refer to this document for more details: [Create and configure apps with manifests](https://api.slack.com/reference/manifests)
86+
8487
> [!NOTE]
8588
> If you're using a shared (rather than personal) Slack workspace, consider setting the `ADMIN_USER_ID_LIST` environment variable (see below) to control agent access. Without this restriction, anyone in the workspace can access the agents and potentially your GitHub content.
8689

@@ -111,9 +114,10 @@ To interact with GitHub, you need to setup GitHub integration. You have two opti
111114
#### Option 1: Personal Access Token (PAT)
112115

113116
1. Go to [GitHub Settings > Developer settings > Personal access tokens](https://github.com/settings/tokens)
114-
2. Generate a new token with appropriate repository access
115-
* Required scopes: `admin:read, repo, workflow`
116-
3. Create SSM Parameter
117+
2. Generate a new token (classic) with appropriate repository access
118+
* Required scopes: `read:org, repo, workflow`
119+
* The more scopes you permit, the more various tasks agents can perform
120+
3. Create an SSM Parameter with the generated token string
117121
```bash
118122
aws ssm put-parameter \
119123
--name /remote-swe/github/personal-access-token \

0 commit comments

Comments
 (0)