opencode-anthropic-multi-account 0.2.94 → 0.2.95
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.
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
var data_default = {
|
|
22
22
|
_version: 1,
|
|
23
23
|
_schemaVersion: 1,
|
|
24
|
-
_captured: "2026-07-
|
|
24
|
+
_captured: "2026-07-17T00:28:24.510Z",
|
|
25
25
|
_source: "bundled",
|
|
26
26
|
agent_identity: "You are a Claude agent, built on Anthropic's Claude Agent SDK.",
|
|
27
27
|
system_prompt: `You are an interactive agent that helps users with software engineering tasks. Use the instructions below and the tools available to you to assist the user.
|
|
@@ -1161,6 +1161,11 @@ When the user is actively at the terminal, your output already reaches them \u20
|
|
|
1161
1161
|
description: "One-sentence statement of the defect",
|
|
1162
1162
|
type: "string"
|
|
1163
1163
|
},
|
|
1164
|
+
short_summary: {
|
|
1165
|
+
description: "Compressed label for compact UI (\u226460 chars): the claim alone, no rationale or consequence clause",
|
|
1166
|
+
type: "string",
|
|
1167
|
+
maxLength: 60
|
|
1168
|
+
},
|
|
1164
1169
|
failure_scenario: {
|
|
1165
1170
|
description: "Concrete inputs/state \u2192 wrong output/crash",
|
|
1166
1171
|
type: "string"
|
|
@@ -1607,7 +1612,7 @@ IMPORTANT - Use the correct year in search queries:
|
|
|
1607
1612
|
"Write"
|
|
1608
1613
|
],
|
|
1609
1614
|
anthropic_beta: "claude-code-20250219,oauth-2025-04-20,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",
|
|
1610
|
-
cc_version: "2.1.
|
|
1615
|
+
cc_version: "2.1.212",
|
|
1611
1616
|
header_order: [
|
|
1612
1617
|
"Accept",
|
|
1613
1618
|
"Authorization",
|
|
@@ -1637,7 +1642,7 @@ IMPORTANT - Use the correct year in search queries:
|
|
|
1637
1642
|
"anthropic-dangerous-direct-browser-access": "true",
|
|
1638
1643
|
"anthropic-version": "2023-06-01",
|
|
1639
1644
|
"content-type": "application/json",
|
|
1640
|
-
"user-agent": "claude-cli/2.1.
|
|
1645
|
+
"user-agent": "claude-cli/2.1.212 (external, sdk-cli)",
|
|
1641
1646
|
"x-app": "cli",
|
|
1642
1647
|
"x-stainless-timeout": "600"
|
|
1643
1648
|
},
|
|
@@ -2946,4 +2951,4 @@ export {
|
|
|
2946
2951
|
setFingerprintCaptureTestOverridesForTest,
|
|
2947
2952
|
resetFingerprintCaptureForTest
|
|
2948
2953
|
};
|
|
2949
|
-
//# sourceMappingURL=chunk-
|
|
2954
|
+
//# sourceMappingURL=chunk-DQKGY67S.js.map
|