opencode-anthropic-multi-account 0.2.34 → 0.2.35

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/index.js CHANGED
@@ -25,7 +25,7 @@ import {
25
25
  showToast,
26
26
  sleep,
27
27
  updateConfigField
28
- } from "./chunk-JQCI5OK3.js";
28
+ } from "./chunk-B5DPEU2Y.js";
29
29
  import "./chunk-QDWAW66H.js";
30
30
 
31
31
  // ../providers/claude-code/src/opencode-shared.ts
@@ -35,7 +35,7 @@ import { createHash, randomUUID } from "crypto";
35
35
  var data_default2 = {
36
36
  _version: 1,
37
37
  _schemaVersion: 1,
38
- _captured: "2026-05-13T04:41:29.162Z",
38
+ _captured: "2026-05-14T14:08:49.671Z",
39
39
  _source: "bundled",
40
40
  agent_identity: "You are a Claude agent, built on Anthropic's Claude Agent SDK.",
41
41
  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.
@@ -770,6 +770,10 @@ Ensure your plan is complete and unambiguous:
770
770
  description: "Case insensitive search (rg -i)",
771
771
  type: "boolean"
772
772
  },
773
+ "-o": {
774
+ description: 'Print only the matched (non-empty) parts of each matching line, one match per output line (rg -o / --only-matching). Requires output_mode: "content", ignored otherwise. Defaults to false.',
775
+ type: "boolean"
776
+ },
773
777
  type: {
774
778
  description: "File type to search (rg --type). Common types: js, py, rust, go, java, etc. More efficient than include for standard file types.",
775
779
  type: "string"
@@ -1434,7 +1438,7 @@ IMPORTANT - Use the correct year in search queries:
1434
1438
  "Write"
1435
1439
  ],
1436
1440
  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,extended-cache-ttl-2025-04-11",
1437
- cc_version: "2.1.140",
1441
+ cc_version: "2.1.141",
1438
1442
  header_order: [
1439
1443
  "Accept",
1440
1444
  "Authorization",
@@ -1464,7 +1468,7 @@ IMPORTANT - Use the correct year in search queries:
1464
1468
  "anthropic-dangerous-direct-browser-access": "true",
1465
1469
  "anthropic-version": "2023-06-01",
1466
1470
  "content-type": "application/json",
1467
- "user-agent": "claude-cli/2.1.140 (external, sdk-cli)",
1471
+ "user-agent": "claude-cli/2.1.141 (external, sdk-cli)",
1468
1472
  "x-app": "cli",
1469
1473
  "x-stainless-timeout": "600"
1470
1474
  },