opencode-aicodewith-auth 0.1.12 → 0.1.15
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 +6 -6
- package/README.md +3 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.ai.md
CHANGED
|
@@ -185,9 +185,9 @@ If the output is NOT `https://registry.npmjs.org/` (e.g., shows taobao, cnpm, or
|
|
|
185
185
|
> 你现在可以使用以下模型:
|
|
186
186
|
> - `gpt-5.2-codex`
|
|
187
187
|
> - `gpt-5.2`
|
|
188
|
-
> - `claude-sonnet-4-5-20250929
|
|
189
|
-
> - `claude-opus-4-5-20251101
|
|
190
|
-
> - `gemini-3-pro
|
|
188
|
+
> - `claude-sonnet-4-5-20250929
|
|
189
|
+
> - `claude-opus-4-5-20251101
|
|
190
|
+
> - `gemini-3-pro`
|
|
191
191
|
>
|
|
192
192
|
> 测试命令: `opencode --model gpt-5.2-codex`"
|
|
193
193
|
|
|
@@ -197,9 +197,9 @@ If the output is NOT `https://registry.npmjs.org/` (e.g., shows taobao, cnpm, or
|
|
|
197
197
|
> 你现在可以使用以下模型:
|
|
198
198
|
> - `gpt-5.2-codex`
|
|
199
199
|
> - `gpt-5.2`
|
|
200
|
-
> - `claude-sonnet-4-5-20250929
|
|
201
|
-
> - `claude-opus-4-5-20251101
|
|
202
|
-
> - `gemini-3-pro
|
|
200
|
+
> - `claude-sonnet-4-5-20250929
|
|
201
|
+
> - `claude-opus-4-5-20251101
|
|
202
|
+
> - `gemini-3-pro`
|
|
203
203
|
>
|
|
204
204
|
> 测试命令: `opencode --model gpt-5.2-codex`
|
|
205
205
|
>
|
package/README.md
CHANGED
|
@@ -63,9 +63,9 @@ User Request → OpenCode → Plugin Auth Hook → Route by Model:
|
|
|
63
63
|
|---------|---------|:-------:|---------|
|
|
64
64
|
| `aicodewith/gpt-5.2-codex` | GPT-5.2 Codex | ✅ | 日常编程、代码生成 |
|
|
65
65
|
| `aicodewith/gpt-5.2` | GPT-5.2 | ✅ | 架构设计、逻辑推理 |
|
|
66
|
-
| `aicodewith/claude-sonnet-4-5-20250929
|
|
67
|
-
| `aicodewith/claude-opus-4-5-20251101
|
|
68
|
-
| `aicodewith/gemini-3-pro
|
|
66
|
+
| `aicodewith/claude-sonnet-4-5-20250929 | Claude Sonnet 4.5 | ✅ | 代码审查、文档查询 |
|
|
67
|
+
| `aicodewith/claude-opus-4-5-20251101 | Claude Opus 4.5 | ✅ | 复杂任务、深度思考 |
|
|
68
|
+
| `aicodewith/gemini-3-pro` | Gemini 3 Pro | ✅ | 前端 UI、多模态任务 |
|
|
69
69
|
|
|
70
70
|
---
|
|
71
71
|
|
package/dist/index.js
CHANGED
|
@@ -1508,7 +1508,7 @@ var provider_config_default = {
|
|
|
1508
1508
|
name: "Claude Opus 4.5",
|
|
1509
1509
|
modalities: { input: ["text", "image"], output: ["text"] }
|
|
1510
1510
|
},
|
|
1511
|
-
"gemini-3-pro
|
|
1511
|
+
"gemini-3-pro": {
|
|
1512
1512
|
name: "Gemini 3 Pro",
|
|
1513
1513
|
modalities: { input: ["text", "image"], output: ["text"] }
|
|
1514
1514
|
}
|
package/package.json
CHANGED