HackerTrans
TopNewTrendsCommentsPastAskShowJobs

er1t0

no profile record

Submissions

Making an Interactive Video Model

sahirp.com
1 points·by er1t0·3 ay önce·0 comments

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

github.com
2 points·by er1t0·5 ay önce·1 comments

comments

er1t0
·5 ay önce·discuss
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 ay önce·discuss
came across it few days back , thier signup has been broken for 2 days smh . wanted to try it out.
er1t0
·4 yıl önce·discuss
You’ve got a place here on Earth for a reason.
er1t0
·4 yıl önce·discuss
Doesn't text-davinci-002 have a text input limit , what happens to stories that exceed that limit ?