@charzhu/openjaw-agent 0.2.6 → 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 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: Ov23li8tweQw6odWQebz
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: Ov23li8tweQw6odWQebz
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: Ov23li8tweQw6odWQebz
62
+ # copilot_oauth_client_id: Iv1.b507a08c87ecfe98
63
63
  # max_tokens: 16384
64
64
  # temperature: 0.7
65
65