載入中...
載入中...
Threads @prompt_case 整理 Tibo/社群分享的 claudex 做法:用 CLIProxyAPI 作為本機 proxy,讓 Claude Code 透過 ANTHROPIC_BASE_URL / ANTHROPIC_AUTH_TOKEN 指向本機端口,再指定 gpt-5.6-sol。查證 CLIProxyAPI README 與 docs 可確認它提供 OpenAI/Gemini/Claude/Codex/Grok compatible API interfaces、支援 Claude Code integration,MIT 授權;GitHub Blog 也確認 GPT-5.6 Sol/Terra/Luna 已在 Copilot rollout。本文重點是:可作 sandbox 研究,不建議無腦改 shell 或 production 使用。
Threads @cyh.289 用截圖調侃 OpenAI 很自由,留言提到官方/社群鼓勵 CLI Proxy API。交叉查證後,相關專案 CLIProxyAPI 可把 ChatGPT Codex、Claude Code、Gemini、Grok Build 等 CLI/OAuth access 包成 OpenAI/Gemini/Claude/Codex-compatible API,MIT 授權,支援 multi-account、streaming、function calling。本文整理它的價值、ToS/帳號風險、適合放在 Hermes 研究而非立即 production 的理由。
Nanako Tsai 發布 pilotfish v1.1.1 community fixes。這版修正三個實務坑:subagent 不能再往下派 subagent,避免遞迴委派燒預算且難 debug;executor / mech-executor 對長時間 build/test/server 改成 detached background process + log path handoff,不在子代理回合內傻等;安裝驗證流程因 Claude Code 2.1.198 移除 /agents 指令而改用 /model 與直接詢問可用 subagent。