oc-auth-switcher 0.9.3 → 0.9.4

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/cli.js CHANGED
@@ -49,7 +49,7 @@ var OAUTH_SCOPES = [
49
49
  "user:mcp_servers",
50
50
  "user:file_upload"
51
51
  ];
52
- var CLAUDE_CODE_VERSION = "2.1.258";
52
+ var CLAUDE_CODE_VERSION = "2.1.280";
53
53
  function formatUserAgent(version) {
54
54
  return `claude-cli/${version} (external, cli)`;
55
55
  }
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ var OPENCODE_IDENTITY_PREFIX = "You are OpenCode";
26
26
  var CLAUDE_CODE_IDENTITY = "You are a Claude agent, built on Anthropic's Claude Agent SDK.";
27
27
  var CCH_SALT = "59cf53e54c78";
28
28
  var CCH_POSITIONS = [4, 7, 20];
29
- var CLAUDE_CODE_VERSION = "2.1.258";
29
+ var CLAUDE_CODE_VERSION = "2.1.280";
30
30
  var CLAUDE_CODE_ENTRYPOINT = "sdk-cli";
31
31
  function formatUserAgent(version) {
32
32
  return `claude-cli/${version} (external, cli)`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oc-auth-switcher",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "description": "OpenCode auth plugin for multi-account Anthropic Claude Max rotation with automatic failover.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -17,7 +17,7 @@
17
17
  "@opencode-ai/plugin": "*"
18
18
  },
19
19
  "dependencies": {
20
- "@ex-machina/opencode-anthropic-auth": "1.8.4"
20
+ "@ex-machina/opencode-anthropic-auth": "1.8.5"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@opencode-ai/plugin": "latest",