opencode-anthropic-multi-account 0.2.121 → 0.2.122
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.
|
@@ -1931,6 +1931,12 @@ var CLAUDE_CODE_API_BASE_URL = "https://api.anthropic.com";
|
|
|
1931
1931
|
var STAINLESS_PACKAGE_VERSION = "0.81.0";
|
|
1932
1932
|
var DEFAULT_OPENCODE_TIMEOUT_SECONDS = "300";
|
|
1933
1933
|
var BILLING_SEED = "59cf53e54c78";
|
|
1934
|
+
var CLAUDE_CODE_CONFIG_SCOPED_TOOL_NAMES = /* @__PURE__ */ new Set([
|
|
1935
|
+
"TaskCreate",
|
|
1936
|
+
"TaskGet",
|
|
1937
|
+
"TaskList",
|
|
1938
|
+
"TaskUpdate"
|
|
1939
|
+
]);
|
|
1934
1940
|
var templateMetadata = getClaudeCodeTemplateMetadata();
|
|
1935
1941
|
var templateHeaders = templateMetadata.headerValues;
|
|
1936
1942
|
var CLAUDE_CODE_VERSION = templateMetadata.ccVersion ?? "2.1.137";
|
|
@@ -2803,6 +2809,7 @@ export {
|
|
|
2803
2809
|
isClaudeFableModel,
|
|
2804
2810
|
getClaudeCodeSystemPromptVariants,
|
|
2805
2811
|
selectClaudeCodeSystemPrompt,
|
|
2812
|
+
CLAUDE_CODE_CONFIG_SCOPED_TOOL_NAMES,
|
|
2806
2813
|
loadClaudeCodeSharedRequestProfile,
|
|
2807
2814
|
createClaudeCodeStaticHeaders,
|
|
2808
2815
|
createClaudeCodePerRequestHeaders,
|
|
@@ -2825,4 +2832,4 @@ export {
|
|
|
2825
2832
|
setFingerprintCaptureTestOverridesForTest,
|
|
2826
2833
|
resetFingerprintCaptureForTest
|
|
2827
2834
|
};
|
|
2828
|
-
//# sourceMappingURL=chunk-
|
|
2835
|
+
//# sourceMappingURL=chunk-CYHT342C.js.map
|