You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/byot.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# BYOT Setup for GitHub in @knighted/develop
2
2
3
-
This guide explains how to create and use a fine-grained GitHub Personal Access Token (PAT) for the BYOT flow in `@knighted/develop`.
3
+
This guide explains how to create and use a fine-grained GitHub Personal Access Token (PAT) for repository and pull-request workflows in `@knighted/develop`.
4
4
5
5
## What BYOT does in the app
6
6
@@ -11,7 +11,9 @@ BYOT controls are available by default. The token is used to:
11
11
- let you choose which repository to work with
12
12
- use PR context features (Open PR / Push Commit flows)
13
13
14
-
The same token is also used for GitHub Models requests in AI chat flows.
14
+
AI chat no longer uses the GitHub PAT. Chat uses a separate OpenRouter API key.
15
+
16
+
- OpenRouter key setup for chat: [docs/openrouter-byok.md](docs/openrouter-byok.md)
15
17
16
18
## Privacy and storage behavior
17
19
@@ -24,21 +26,15 @@ The same token is also used for GitHub Models requests in AI chat flows.
24
26
Create a fine-grained PAT in GitHub settings and grant the permissions below.
0 commit comments