Stash Overview
Stash is shared memory for your repositories. Agents push in their work automatically. Stash indexes it into a shared, searchable knowledge base.
How Stash Works
Stash makes it so that every contributor to your repo effectively uses the same coding agent, regardless of model, harness, or device.
More concretely, Stash auto-uploads coding agent transcripts to a shared store, indexes them, and then makes those transcripts accessible to every other coding agent using the repo. Every research result, file, and message lands in a shared workspace. Stash organizes this information into a categorized wiki, with backlinks, summaries, and semantic search so contributor to your repo can find and build on what others have learned.
Example: Don't Duplicate Development Efforts
I'm debugging a tricky memory leak with our API gateway.
- Try approach A
- Try approach B
- Try approach C
- Check if someone else has worked on this
- Sam tried A, B, and C — none worked. He also learned (1) and (2)
- Proceed with debugging, informed
Example: Managing Upwards
After a long day of working with coding agents, I ask “what did I get done today?”
- Page graph: d3-force stabilization, pan/zoom/drag, hover links
- Notebook navigation: browser back/forward, URL sync
- ID-based page links with autocomplete
- Fixed embedding space click/drag, loading blink
- Workspace dropdown separated from workspace-home link
- Invite code UX: copied feedback, owner-only rotate
- Page graph: d3-force stabilization, pan/zoom/drag, hover links
- Cleaned up old Render servers in production
- Notebook navigation: browser back/forward, URL sync
- ID-based page links with autocomplete
- Fixed embedding space click/drag, loading blink
- Wrote installation docs for new users
- Workspace dropdown separated from workspace-home link
- Helped sam@joinstash.ai onboard to enterprise
- Invite code UX: copied feedback, owner-only rotate
FAQ
Do I have to upload my transcripts?
Transcript upload is opt-in. If you want, you can choose to give your coding agent shared access to the repository memory without uploading anything.