Skip to content

Commit 5b46110

Browse files
isaacrowntreeclaude
andcommitted
fix: add users:read to user token scopes for DM resolution
ResolveDM calls loadUsers() which requires users:read. Without it, @name DM resolution fails even when conversation scopes are present. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 25386a1 commit 5b46110

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/cmd/app/create.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ var appManifest = map[string]interface{}{
9494
"search:read",
9595
"stars:read",
9696
"stars:write",
97+
"users:read",
9798
"users.profile:read",
9899
"users.profile:write",
99100
},

0 commit comments

Comments
 (0)