opencode-anthropic-multi-account 0.2.99 → 0.2.101
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-22T21:25:43.149Z",
|
|
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.
|
|
@@ -1265,7 +1265,7 @@ When the user is actively at the terminal, your output already reaches them \u20
|
|
|
1265
1265
|
},
|
|
1266
1266
|
{
|
|
1267
1267
|
name: "Skill",
|
|
1268
|
-
description: "Invoke a skill.\n\nA skill is a packaged set of instructions the user or project has set up for a particular kind of task (deploy steps, a review checklist, a repo-specific workflow). Available skills appear in a system-reminder listing with one-line descriptions. When the task at hand is one a listed skill covers, call this tool first \u2014 the skill's instructions load into the turn for you to follow in place of your default approach; some skills instead run in a subagent and return the finished result. Users may also ask for one by name (`/<name>`, or \"slash command\"); that's a request to invoke it.\n\n- `skill`: exact name from the listing, no leading slash. Plugin skills use `plugin:skill`. Directory-scoped skills are listed with a path prefix (`apps/web:deploy`); when both scoped and unscoped variants of a name exist, pick the one whose directory contains the files you're working on (most specific wins; unscoped otherwise).\n- `args`: optional arguments to pass through.\n\nOnly names from the listing (or that the user typed explicitly) are valid. Built-in CLI commands (`/help`, `/clear`, \u2026) aren't skills. If a `<command-name>` block is already present this turn, the skill is loaded \u2014 follow it directly rather than calling again.\n",
|
|
1268
|
+
description: "Invoke a skill.\n\nA skill is a packaged set of instructions the user or project has set up for a particular kind of task (deploy steps, a review checklist, a repo-specific workflow). Available skills appear in a system-reminder listing with one-line descriptions. When the task at hand is one a listed skill covers, call this tool first \u2014 the skill's instructions load into the turn for you to follow in place of your default approach; some skills instead run in a subagent and return the finished result. A skill that runs in the background returns only the agent's name \u2014 its result arrives later as a task notification, so don't wait on it or invoke it again in the meantime. Users may also ask for one by name (`/<name>`, or \"slash command\"); that's a request to invoke it.\n\n- `skill`: exact name from the listing, no leading slash. Plugin skills use `plugin:skill`. Directory-scoped skills are listed with a path prefix (`apps/web:deploy`); when both scoped and unscoped variants of a name exist, pick the one whose directory contains the files you're working on (most specific wins; unscoped otherwise).\n- `args`: optional arguments to pass through.\n\nOnly names from the listing (or that the user typed explicitly) are valid. Built-in CLI commands (`/help`, `/clear`, \u2026) aren't skills. If a `<command-name>` block is already present this turn, the skill is loaded \u2014 follow it directly rather than calling again.\n",
|
|
1269
1269
|
input_schema: {
|
|
1270
1270
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
1271
1271
|
type: "object",
|
|
@@ -1612,7 +1612,7 @@ IMPORTANT - Use the correct year in search queries:
|
|
|
1612
1612
|
"Write"
|
|
1613
1613
|
],
|
|
1614
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",
|
|
1615
|
-
cc_version: "2.1.
|
|
1615
|
+
cc_version: "2.1.219",
|
|
1616
1616
|
header_order: [
|
|
1617
1617
|
"Accept",
|
|
1618
1618
|
"Authorization",
|
|
@@ -1642,7 +1642,7 @@ IMPORTANT - Use the correct year in search queries:
|
|
|
1642
1642
|
"anthropic-dangerous-direct-browser-access": "true",
|
|
1643
1643
|
"anthropic-version": "2023-06-01",
|
|
1644
1644
|
"content-type": "application/json",
|
|
1645
|
-
"user-agent": "claude-cli/2.1.
|
|
1645
|
+
"user-agent": "claude-cli/2.1.219 (external, sdk-cli)",
|
|
1646
1646
|
"x-app": "cli",
|
|
1647
1647
|
"x-stainless-timeout": "600"
|
|
1648
1648
|
},
|
|
@@ -2951,4 +2951,4 @@ export {
|
|
|
2951
2951
|
setFingerprintCaptureTestOverridesForTest,
|
|
2952
2952
|
resetFingerprintCaptureForTest
|
|
2953
2953
|
};
|
|
2954
|
-
//# sourceMappingURL=chunk-
|
|
2954
|
+
//# sourceMappingURL=chunk-FAZFSBWC.js.map
|