opencode-anthropic-multi-account 0.2.40 → 0.2.42
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 +3 -1
- package/dist/{chunk-YH55ZRXQ.js → chunk-7MZVOHO3.js} +4 -4
- package/dist/{chunk-YH55ZRXQ.js.map → chunk-7MZVOHO3.js.map} +1 -1
- package/dist/fingerprint-capture.d.ts +1 -1
- package/dist/fingerprint-capture.js +1 -1
- package/dist/index.js +55 -9
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -51,7 +51,9 @@ This is an internal compatibility policy, not a third user-facing mode.
|
|
|
51
51
|
|
|
52
52
|
For non-Haiku Claude Code requests, the plugin forwards a client-provided effort
|
|
53
53
|
from `output_config.effort`, `reasoning.effort`, `reasoning_effort`, or
|
|
54
|
-
`reasoningEffort`.
|
|
54
|
+
`reasoningEffort`. It also maps OpenCode/Anthropic `thinking.budgetTokens`
|
|
55
|
+
or Anthropic wire `thinking.budget_tokens` into an output effort. If the client
|
|
56
|
+
does not provide one, it falls back to `high`.
|
|
55
57
|
|
|
56
58
|
Operators can pin the outbound effort with `CLAUDE_MULTI_ACCOUNT_EFFORT` or
|
|
57
59
|
`ANTHROPIC_MULTI_ACCOUNT_EFFORT`. Supported values are `low`, `medium`, `high`,
|
|
@@ -1225,7 +1225,7 @@ If the result says the push wasn't sent, that's expected \u2014 no action needed
|
|
|
1225
1225
|
"Write"
|
|
1226
1226
|
],
|
|
1227
1227
|
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",
|
|
1228
|
-
cc_version: "2.1.
|
|
1228
|
+
cc_version: "2.1.159",
|
|
1229
1229
|
header_order: [
|
|
1230
1230
|
"Accept",
|
|
1231
1231
|
"Authorization",
|
|
@@ -1255,7 +1255,7 @@ If the result says the push wasn't sent, that's expected \u2014 no action needed
|
|
|
1255
1255
|
"anthropic-dangerous-direct-browser-access": "true",
|
|
1256
1256
|
"anthropic-version": "2023-06-01",
|
|
1257
1257
|
"content-type": "application/json",
|
|
1258
|
-
"user-agent": "claude-cli/2.1.
|
|
1258
|
+
"user-agent": "claude-cli/2.1.159 (external, sdk-cli)",
|
|
1259
1259
|
"x-app": "cli",
|
|
1260
1260
|
"x-stainless-timeout": "600"
|
|
1261
1261
|
},
|
|
@@ -1848,7 +1848,7 @@ var STATIC_HEADER_NAMES = [
|
|
|
1848
1848
|
];
|
|
1849
1849
|
var SUPPORTED_CC_RANGE = {
|
|
1850
1850
|
min: "1.0.0",
|
|
1851
|
-
maxTested: "2.1.
|
|
1851
|
+
maxTested: "2.1.159"
|
|
1852
1852
|
};
|
|
1853
1853
|
var bundledTemplate = data_default;
|
|
1854
1854
|
var fingerprintCaptureTestOverrides = {};
|
|
@@ -2389,4 +2389,4 @@ export {
|
|
|
2389
2389
|
setFingerprintCaptureTestOverridesForTest,
|
|
2390
2390
|
resetFingerprintCaptureForTest
|
|
2391
2391
|
};
|
|
2392
|
-
//# sourceMappingURL=chunk-
|
|
2392
|
+
//# sourceMappingURL=chunk-7MZVOHO3.js.map
|