resume-hub
Codex / Claude / Cursor / Grok 的 session 交接。限额用尽时,从本机已经落盘的 transcript 挑最近一条,换 Grok 接着干,或写出 handoff.md 交给 Claude。
写文件的是本地 Python 脚本,不调用模型,不消耗额度。
一句话用法
在 Grok 里说:
1 | Codex 限额了,用 Grok 继续 |
人还卡在 Codex、终端可用时:
1 | python3 scripts/resume_hub.py switch --from codex --to claude |
安装
Python 3,无第三方包。
1 | git clone https://github.com/AlanJager/alanjager.github.io.git |
源码与说明:README.md · SKILL.md · MIT License
resume-hub
Codex の上限に達したら、ディスク上の session から最新の作業を拾い、Grok か Claude で続けます。handoff.md はローカルの Python が書き、モデル課金は使いません。