opencode-anthropic-multi-account 0.2.27 → 0.2.29
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/dist/{chunk-I2QRH74W.js → chunk-J3OX3O5E.js} +7 -7
- package/dist/{chunk-I2QRH74W.js.map → chunk-J3OX3O5E.js.map} +1 -1
- package/dist/fingerprint-capture.d.ts +1 -1
- package/dist/fingerprint-capture.js +1 -1
- package/dist/index.js +81 -35
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
var data_default = {
|
|
22
22
|
_version: 1,
|
|
23
23
|
_schemaVersion: 1,
|
|
24
|
-
_captured: "2026-
|
|
24
|
+
_captured: "2026-05-01T04:52:44.558Z",
|
|
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.
|
|
@@ -890,7 +890,7 @@ If the result says the push wasn't sent, that's expected \u2014 no action needed
|
|
|
890
890
|
},
|
|
891
891
|
{
|
|
892
892
|
name: "Read",
|
|
893
|
-
description: 'Reads a file from the local filesystem. You can access any file directly by using this tool.\nAssume this tool is able to read all files on the machine. If the User provides a path to a file assume that path is valid. It is okay to read a file that does not exist; an error will be returned.\n\nUsage:\n- The file_path parameter must be an absolute path, not a relative path\n- By default, it reads up to 2000 lines starting from the beginning of the file\n- When you already know which part of the file you need, only read that part. This can be important for larger files.\n- Results are returned using cat -n format, with line numbers starting at 1\n- This tool allows Claude Code to read images (eg PNG, JPG, etc). When reading an image file the contents are presented visually as Claude Code is a multimodal LLM.\n- This tool can read PDF files (.pdf). For large PDFs (more than 10 pages), you MUST provide the pages parameter to read specific page ranges (e.g., pages: "1-5"). Reading a large PDF without the pages parameter will fail. Maximum 20 pages per request.\n- This tool can read Jupyter notebooks (.ipynb files) and returns all cells with their outputs, combining code, text, and visualizations.\n- This tool can only read files, not directories. To list files in a directory, use the registered shell tool.\n- You will regularly be asked to read screenshots. If the user provides a path to a screenshot, ALWAYS use this tool to view the file at the path. This tool will work with all temporary file paths.\n- If you read a file that exists but has empty contents you will receive a system reminder warning in place of file contents
|
|
893
|
+
description: 'Reads a file from the local filesystem. You can access any file directly by using this tool.\nAssume this tool is able to read all files on the machine. If the User provides a path to a file assume that path is valid. It is okay to read a file that does not exist; an error will be returned.\n\nUsage:\n- The file_path parameter must be an absolute path, not a relative path\n- By default, it reads up to 2000 lines starting from the beginning of the file\n- When you already know which part of the file you need, only read that part. This can be important for larger files.\n- Results are returned using cat -n format, with line numbers starting at 1\n- This tool allows Claude Code to read images (eg PNG, JPG, etc). When reading an image file the contents are presented visually as Claude Code is a multimodal LLM.\n- This tool can read PDF files (.pdf). For large PDFs (more than 10 pages), you MUST provide the pages parameter to read specific page ranges (e.g., pages: "1-5"). Reading a large PDF without the pages parameter will fail. Maximum 20 pages per request.\n- This tool can read Jupyter notebooks (.ipynb files) and returns all cells with their outputs, combining code, text, and visualizations.\n- This tool can only read files, not directories. To list files in a directory, use the registered shell tool.\n- You will regularly be asked to read screenshots. If the user provides a path to a screenshot, ALWAYS use this tool to view the file at the path. This tool will work with all temporary file paths.\n- If you read a file that exists but has empty contents you will receive a system reminder warning in place of file contents.',
|
|
894
894
|
input_schema: {
|
|
895
895
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
896
896
|
type: "object",
|
|
@@ -1333,7 +1333,7 @@ Usage notes:
|
|
|
1333
1333
|
- Web search is only available in the US
|
|
1334
1334
|
|
|
1335
1335
|
IMPORTANT - Use the correct year in search queries:
|
|
1336
|
-
- The current month is
|
|
1336
|
+
- The current month is May 2026. You MUST use this year when searching for recent information, documentation, or current events.
|
|
1337
1337
|
- Example: If the user asks for "latest React docs", search for "React documentation" with the current year, NOT last year
|
|
1338
1338
|
`,
|
|
1339
1339
|
input_schema: {
|
|
@@ -1419,7 +1419,7 @@ IMPORTANT - Use the correct year in search queries:
|
|
|
1419
1419
|
"Write"
|
|
1420
1420
|
],
|
|
1421
1421
|
anthropic_beta: "claude-code-20250219,oauth-2025-04-20,context-1m-2025-08-07,interleaved-thinking-2025-05-14,context-management-2025-06-27,prompt-caching-scope-2026-01-05,advisor-tool-2026-03-01,effort-2025-11-24",
|
|
1422
|
-
cc_version: "2.1.
|
|
1422
|
+
cc_version: "2.1.126",
|
|
1423
1423
|
header_order: [
|
|
1424
1424
|
"Accept",
|
|
1425
1425
|
"Authorization",
|
|
@@ -1449,7 +1449,7 @@ IMPORTANT - Use the correct year in search queries:
|
|
|
1449
1449
|
"anthropic-dangerous-direct-browser-access": "true",
|
|
1450
1450
|
"anthropic-version": "2023-06-01",
|
|
1451
1451
|
"content-type": "application/json",
|
|
1452
|
-
"user-agent": "claude-cli/2.1.
|
|
1452
|
+
"user-agent": "claude-cli/2.1.126 (external, sdk-cli)",
|
|
1453
1453
|
"x-app": "cli",
|
|
1454
1454
|
"x-stainless-timeout": "600"
|
|
1455
1455
|
},
|
|
@@ -2042,7 +2042,7 @@ var STATIC_HEADER_NAMES = [
|
|
|
2042
2042
|
];
|
|
2043
2043
|
var SUPPORTED_CC_RANGE = {
|
|
2044
2044
|
min: "1.0.0",
|
|
2045
|
-
maxTested: "2.1.
|
|
2045
|
+
maxTested: "2.1.126"
|
|
2046
2046
|
};
|
|
2047
2047
|
var bundledTemplate = data_default;
|
|
2048
2048
|
var fingerprintCaptureTestOverrides = {};
|
|
@@ -2568,4 +2568,4 @@ export {
|
|
|
2568
2568
|
setFingerprintCaptureTestOverridesForTest,
|
|
2569
2569
|
resetFingerprintCaptureForTest
|
|
2570
2570
|
};
|
|
2571
|
-
//# sourceMappingURL=chunk-
|
|
2571
|
+
//# sourceMappingURL=chunk-J3OX3O5E.js.map
|