opencode-anthropic-multi-account 0.2.42 → 0.2.44

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.
@@ -1,7 +1,7 @@
1
1
  declare const LIVE_TTL_MS: number;
2
2
  declare const SUPPORTED_CC_RANGE: {
3
3
  readonly min: "1.0.0";
4
- readonly maxTested: "2.1.159";
4
+ readonly maxTested: "2.1.162";
5
5
  };
6
6
  type TemplateSource = "bundled" | "cached" | "live";
7
7
  type TemplateTool = {
@@ -12,7 +12,7 @@ import {
12
12
  refreshLiveFingerprintAsync,
13
13
  resetFingerprintCaptureForTest,
14
14
  setFingerprintCaptureTestOverridesForTest
15
- } from "./chunk-7MZVOHO3.js";
15
+ } from "./chunk-ZDBC5SC3.js";
16
16
  import "./chunk-QDWAW66H.js";
17
17
  export {
18
18
  LIVE_TTL_MS,
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ import {
25
25
  showToast,
26
26
  sleep,
27
27
  updateConfigField
28
- } from "./chunk-7MZVOHO3.js";
28
+ } from "./chunk-ZDBC5SC3.js";
29
29
  import "./chunk-QDWAW66H.js";
30
30
 
31
31
  // ../providers/claude-code/src/opencode-shared.ts
@@ -1239,7 +1239,7 @@ If the result says the push wasn't sent, that's expected \u2014 no action needed
1239
1239
  "Write"
1240
1240
  ],
1241
1241
  anthropic_beta: "claude-code-20250219,oauth-2025-04-20,context-1m-2025-08-07,interleaved-thinking-2025-05-14,thinking-token-count-2026-05-13,context-management-2025-06-27,prompt-caching-scope-2026-01-05,mid-conversation-system-2026-04-07,advisor-tool-2026-03-01,effort-2025-11-24,extended-cache-ttl-2025-04-11",
1242
- cc_version: "2.1.159",
1242
+ cc_version: "2.1.161",
1243
1243
  header_order: [
1244
1244
  "Accept",
1245
1245
  "Authorization",
@@ -1269,7 +1269,7 @@ If the result says the push wasn't sent, that's expected \u2014 no action needed
1269
1269
  "anthropic-dangerous-direct-browser-access": "true",
1270
1270
  "anthropic-version": "2023-06-01",
1271
1271
  "content-type": "application/json",
1272
- "user-agent": "claude-cli/2.1.159 (external, sdk-cli)",
1272
+ "user-agent": "claude-cli/2.1.161 (external, sdk-cli)",
1273
1273
  "x-app": "cli",
1274
1274
  "x-stainless-timeout": "600"
1275
1275
  },