本地API智能调度软件 Clipal,支持Codex/Claude/Gemini CLI 和各种LLM Chat客户端,支持一键接管本地 LLM API - 资源荟萃 - LINUX DO
总之,如果你想要平滑无感的在本地用软件接管所有LLM转发和调度,用Clipal就对了。
把下面这段话发给你的Agent,让他帮你搞定后面所有事情:
Please help me install and start Clipal. Project: https://github.com/lansespirit/Clipal
Please detect my current OS and architecture, check the project's Releases and docs, and complete the download, installation, and startup for me. Then confirm that I can open the Web UI successfully. Use these official links when needed:
- Releases: https://github.com/lansespirit/Clipal/releases
- Getting Started: https://github.com/lansespirit/Clipal/blob/main/docs/en/getting-started.md
- Web UI: https://github.com/lansespirit/Clipal/blob/main/docs/en/web-ui.md
After that, guide me through using the Web UI to enable CLI takeover and add my first provider.
最新回复 (7)
eros face楼主05-28 13:28
2楼
我发现我发帖时机不对,每次都是快半夜了才发,导致没多少人看。。。失败经验呀
eros face楼主06-01 19:49
3楼
更新到 v0.18.0
将 Claude Code OAuth 包装同步到当前 Claude Code 流量形态。
加固 Codex OAuth 请求与响应兼容性。
修复 manual 路由模式下 active provider 状态展示。
修复:Claude OAuth 请求现在会合成当前 Claude Code 需要的 system、tool、metadata、cache-control、context-management、billing/signature envelope。
修复:Claude OAuth 包装现在会保留客户端显式传入的 system 和 tools;只有客户端缺省时才补默认值。
修复:Claude OAuth 请求归因现在基于真实用户提示词生成 billing fingerprint,避免注入的辅助提示污染归因。
修复:Claude OAuth 签名改为使用 seeded hash 行为,并且只签 Claude Code 会签的 billing headers。
修复:补齐 Claude OAuth 默认工具 schema,使 Agent 和 Bash 更贴近官方能力。
改进:Codex OAuth 包装进一步对齐当前本地 Codex 的模型默认值、provider override 和响应处理行为。
修复:clipal status 现在会在 client 使用 manual 模式时正确报告当前 active provider。