Stop burning tokens making cli's re-read the repo every time you loose a session id
Have you ever started a CLI project and forgotten to note down the resume command when exiting, only to watch your agent re-read the repo from scratch to figure out where you left off?
Yeah.... I burned through enough tokens that way that I finally built a thing.
Stash walks the session storage for Claude Code, Codex, and OpenCode, groups everything by project directory, and gives you one picker.
brew install SectorOPS/Stash/stash
https://github.com/SectorOPS/Stash
Let me know what you think.