opencode-aicodewith-auth 0.1.33 → 0.1.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/README.ai.md CHANGED
@@ -201,7 +201,7 @@ If the output is NOT `https://registry.npmjs.org/` (e.g., shows taobao, cnpm, or
201
201
  > - `gpt-5.2-codex`
202
202
  > - `gpt-5.2`
203
203
  > - `claude-sonnet-4-5-20250929
204
- > - `claude-opus-4-5-20251101
204
+ > - `claude-opus-4-6-20260205
205
205
  > - `gemini-3-pro`
206
206
  >
207
207
  > 测试命令: `opencode --model gpt-5.2-codex`"
@@ -213,7 +213,7 @@ If the output is NOT `https://registry.npmjs.org/` (e.g., shows taobao, cnpm, or
213
213
  > - `gpt-5.2-codex`
214
214
  > - `gpt-5.2`
215
215
  > - `claude-sonnet-4-5-20250929
216
- > - `claude-opus-4-5-20251101
216
+ > - `claude-opus-4-6-20260205
217
217
  > - `gemini-3-pro`
218
218
  >
219
219
  > 测试命令: `opencode --model gpt-5.2-codex`
package/README.md CHANGED
@@ -64,7 +64,7 @@ User Request → OpenCode → Plugin Auth Hook → Route by Model:
64
64
  | `aicodewith/gpt-5.2-codex` | GPT-5.2 Codex | ✅ | 日常编程、代码生成 |
65
65
  | `aicodewith/gpt-5.2` | GPT-5.2 | ✅ | 架构设计、逻辑推理 |
66
66
  | `aicodewith/claude-sonnet-4-5-20250929` | Claude Sonnet 4.5 | ✅ | 代码审查、文档查询 |
67
- | `aicodewith/claude-opus-4-5-20251101` | Claude Opus 4.5 | ✅ | 复杂任务、深度思考 |
67
+ | `aicodewith/claude-opus-4-6-20260205` | Claude Opus 4 | ✅ | 复杂任务、深度思考 |
68
68
  | `aicodewith/gemini-3-pro` | Gemini 3 Pro | ✅ | 前端 UI、多模态任务 |
69
69
 
70
70
  ---
package/dist/index.js CHANGED
@@ -1661,8 +1661,8 @@ var provider_config_default = {
1661
1661
  limit: { context: 200000, output: 64000 },
1662
1662
  modalities: { input: ["text", "image"], output: ["text"] }
1663
1663
  },
1664
- "claude-opus-4-5-20251101": {
1665
- name: "Claude Opus 4.5",
1664
+ "claude-opus-4-6-20260205": {
1665
+ name: "Claude Opus 4",
1666
1666
  limit: { context: 200000, output: 64000 },
1667
1667
  modalities: { input: ["text", "image"], output: ["text"] }
1668
1668
  },
@@ -1671,8 +1671,8 @@ var provider_config_default = {
1671
1671
  limit: { context: 200000, output: 64000 },
1672
1672
  modalities: { input: ["text", "image"], output: ["text"] }
1673
1673
  },
1674
- "claude-opus-4-5-20251101-third-party": {
1675
- name: "Claude Opus 4.5 (third party)",
1674
+ "claude-opus-4-6-20260205-third-party": {
1675
+ name: "Claude Opus 4 (third party)",
1676
1676
  limit: { context: 200000, output: 64000 },
1677
1677
  modalities: { input: ["text", "image"], output: ["text"] }
1678
1678
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-aicodewith-auth",
3
- "version": "0.1.33",
3
+ "version": "0.1.35",
4
4
  "description": "OpenCode plugin for AICodewith authentication - Access GPT-5.2, Claude, and Gemini models through AICodewith API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -57,7 +57,7 @@
57
57
  "@opencode-ai/plugin": "^1.0.150"
58
58
  },
59
59
  "devDependencies": {
60
- "typescript": "^5.7.0",
61
- "@types/node": "^22.0.0"
60
+ "@types/node": "^22.19.8",
61
+ "typescript": "^5.9.3"
62
62
  }
63
63
  }