HackerTrans
トップ新着トレンドコメント過去質問紹介求人

er1t0

no profile record

投稿

Making an Interactive Video Model

sahirp.com
1 ポイント·投稿者 er1t0·3 か月前·0 コメント

Handoff: pick up where you left off when switching between Claude Code and Codex

github.com
2 ポイント·投稿者 er1t0·5 か月前·1 コメント

コメント

er1t0
·5 か月前·議論
I got sick of copypasting between ClaudeCode and Codex and was looking for a tool which parses the local sessions to create a new one. I found a few libraries out there but for some reason they carried over just the last ~10 messages.

handoff reads the full session history, uses tiktoken for token estimation, and gives you 3 tiers to choose from : full (conversation + tool calls + thinking + files modified), focused (no thinking blocks), or minimal (conversation only). It trims oldest messages first if the context is too large for the CLI arg limit.

it also checks if Claude's CLAUDE.md and MEMORY.md exist for that project directory and passes them along, so the receiving tool gets your project conventions.

zero-dependency TUI (just ANSI escape codes), single file, installs with uv tool install.
er1t0
·6 か月前·議論
came across it few days back , thier signup has been broken for 2 days smh . wanted to try it out.
er1t0
·4 年前·議論
You’ve got a place here on Earth for a reason.
er1t0
·4 年前·議論
Doesn't text-davinci-002 have a text input limit , what happens to stories that exceed that limit ?