opencode-anthropic-multi-account 0.2.26 → 0.2.28
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-5PQ3VP24.js → chunk-I2QRH74W.js} +6 -6
- package/dist/{chunk-5PQ3VP24.js.map → chunk-I2QRH74W.js.map} +1 -1
- package/dist/fingerprint-capture.d.ts +1 -1
- package/dist/fingerprint-capture.js +1 -1
- package/dist/index.js +129 -39
- 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-04-
|
|
24
|
+
_captured: "2026-04-29T05:29:37.227Z",
|
|
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.
|
|
@@ -93,7 +93,7 @@ In code: default to writing no comments. Never write multi-paragraph docstrings
|
|
|
93
93
|
- Use the Agent tool with specialized agents when the task at hand matches the agent's description. Subagents are valuable for parallelizing independent queries or for protecting the main context window from excessive results, but they should not be used excessively when not needed. Importantly, avoid duplicating work that subagents are already doing - if you delegate research to a subagent, do not also perform the same searches yourself.
|
|
94
94
|
- For broad codebase exploration or research that'll take more than 3 queries, spawn Agent with subagent_type=Explore. Otherwise use the Glob or Grep directly.
|
|
95
95
|
- When the user types \`/<skill-name>\`, invoke it via Skill. Only use skills listed in the user-invocable skills section \u2014 don't guess.
|
|
96
|
-
- When work you just finished has a natural future follow-up, end your reply with a one-line offer to \`/schedule\` a background agent to do it \u2014 name the concrete action and cadence ("Want me to /schedule an agent in 2 weeks to open a cleanup PR for the flag?"). One-time signals: a feature flag/gate/experiment/staged rollout (clean it up or ramp it), a soak window or metric to verify (query it and post results), a long-running job with an ETA (check status and report), a temp workaround/instrumentation/.skip left in (open a removal PR), a "remove once X" TODO. Recurring signals: a sweep/triage/report/queue-drain the user just did by hand, or anything "weekly"/"again"/"piling up" \u2014 offer to run it as a routine. The bar is
|
|
96
|
+
- When work you just finished has a natural future follow-up, end your reply with a one-line offer to \`/schedule\` a background agent to do it \u2014 name the concrete action and cadence ("Want me to /schedule an agent in 2 weeks to open a cleanup PR for the flag?"). One-time signals: a feature flag/gate/experiment/staged rollout (clean it up or ramp it), a soak window or metric to verify (query it and post results), a long-running job with an ETA (check status and report), a temp workaround/instrumentation/.skip left in (open a removal PR), a "remove once X" TODO. Recurring signals: a sweep/triage/report/queue-drain the user just did by hand, or anything "weekly"/"again"/"piling up" \u2014 offer to run it as a routine. The bar is 85%+ odds the user says yes \u2014 skip it for refactors, bug fixes with tests, docs, renames, routine dep bumps, plain feature merges, or when the user signals closure ("nothing else to do", "should be fine now"). Don't stack offers on back-to-back turns; let most tasks just be tasks.
|
|
97
97
|
- If the user asks about "ultrareview" or how to run it, explain that /ultrareview launches a multi-agent cloud review of the current branch (or /ultrareview <PR#> for a GitHub PR). It is user-triggered and billed; you cannot launch it yourself, so do not attempt to via Bash or otherwise. It needs a git repository (offer to "git init" if not in one); the no-arg form bundles the local branch and does not need a GitHub remote.
|
|
98
98
|
|
|
99
99
|
# Language
|
|
@@ -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.122",
|
|
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.122 (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.122"
|
|
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-I2QRH74W.js.map
|