@charzhu/openjaw-agent 0.2.7 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/config.yaml +2 -2
- package/dist/main.js +380 -54
- package/dist/main.js.map +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -244,7 +244,7 @@ llm:
|
|
|
244
244
|
provider: github-copilot
|
|
245
245
|
model: gpt-5.4
|
|
246
246
|
api_key: proxy-token
|
|
247
|
-
copilot_oauth_client_id:
|
|
247
|
+
copilot_oauth_client_id: Iv1.b507a08c87ecfe98
|
|
248
248
|
```
|
|
249
249
|
|
|
250
250
|
You can also override it with `GITHUB_COPILOT_CLIENT_ID` in the environment.
|
package/config.yaml
CHANGED
|
@@ -42,7 +42,7 @@ llm:
|
|
|
42
42
|
#
|
|
43
43
|
# GitHub OAuth App client ID used by /connect github-copilot.
|
|
44
44
|
# Currently defaults to opencode's client ID because it exposes the full Copilot model list.
|
|
45
|
-
copilot_oauth_client_id:
|
|
45
|
+
copilot_oauth_client_id: Iv1.b507a08c87ecfe98
|
|
46
46
|
|
|
47
47
|
# ─── Example: OpenAI direct (normally use: /connect openai <api-key>) ───
|
|
48
48
|
# llm:
|
|
@@ -59,7 +59,7 @@ llm:
|
|
|
59
59
|
# provider: github-copilot
|
|
60
60
|
# model: gpt-5.4
|
|
61
61
|
# api_key: proxy-token # token is read from ~/.openjaw-agent/auth.json
|
|
62
|
-
# copilot_oauth_client_id:
|
|
62
|
+
# copilot_oauth_client_id: Iv1.b507a08c87ecfe98
|
|
63
63
|
# max_tokens: 16384
|
|
64
64
|
# temperature: 0.7
|
|
65
65
|
|