7 hours ago 分享一个挤 any 路由器的方法🌐 链接: https://linux.do/t/topic/2478996🔍 关键词: #api #codex🏷️ 分组: LinuxDo论坛🕒 时间: 2026-06-26 12:11:43 LINUX DO 分享一个挤 any 路由器的方法 大概原理就是使用 claude cli 和 codex cli 提供的非交互模式一直发请求,挤的时候间隔调短一点,挤进去了可以把间隔调长 codex exec "hello" claude -p "hello" $env:CODEX_API_KEY="api key"; watch -n 180 codex exec "hello" --skip-git-repo-check