Live data from Hacker News

Show HN: agent-hop – reverse-engineered session formats to resume in any agent

github.com

1–4 of 4 posts

Show HN: agent-hop – reverse-engineered session formats to resume in any agent

#1
I have this frustration of cd-ing into a directory and then finding the chat that I want to resume, and that is why I built Agent Hop. It allows you to search your chats across all your coding agents (Codex, Claude Code, Pi, OpenCode, Grok).

While building it, I thought, wait a second, what if I could resume the chat in any coding agent of my choice? I was then successfully able to build adapters for each coding agent, which allows you to resume any session in any coding agent.

Try it out and let me know what you think.

Show HN: agent-hop – reverse-engineered session formats to resume in any agent
github.com

Re: Show HN: agent-hop – reverse-engineered session formats to resume in any agent

#2
I haven't tried it yet, but it looks like a really cool project. I do the same thing using multiple LLMs in a wide variety of directories and I'm prone to losing conversations and past sessions. Similar to your project, I sometimes use: https://github.com/jhlee0409/claude-code-history-viewer and your project seems like the "claude code" version of this GUI. I've also started religiously using the /rename command before I exit, so that finding it will be a lot easier in the future.