@wengine-ai/claude-code-router-next 2.1.37 → 2.2.1
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.md +1 -0
- package/dist/cli.js +788 -848
- package/dist/index.html +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
- **模型路由**: 根据您的需求将请求路由到不同的模型(例如,后台任务、思考、长上下文)。
|
|
19
19
|
- **多提供商支持**: 支持 OpenRouter、DeepSeek、Ollama、Gemini、Volcengine 和 SiliconFlow 等各种模型提供商。
|
|
20
|
+
- **Codex CLI 支持**: 通过 Responses API 协议转换,支持 Codex CLI 接入任意 LLM 提供商(Anthropic、DeepSeek、GLM 等),实现工具调用、文件修改等完整功能。
|
|
20
21
|
- **请求/响应转换**: 使用转换器为不同的提供商自定义请求和响应。
|
|
21
22
|
- **动态模型切换**: 在 Claude Code 中使用 `/model` 命令动态切换模型。
|
|
22
23
|
- **GitHub Actions 集成**: 在您的 GitHub 工作流程中触发 Claude Code 任务。
|