stashDocumentation

Stash Overview

Stash is shared memory for your repositories. Agents push in their work automatically. Stash indexes it into a shared, searchable knowledge base.

Ready to get started? Go straight to the Quickstart to install in one click.

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.

Without Stash
  1. Try approach A
  2. Try approach B
  3. Try approach C
~10 minutes
With Stash
  1. Check if someone else has worked on this
  2. Sam tried A, B, and C — none worked. He also learned (1) and (2)
  3. Proceed with debugging, informed
~2 minutes

Example: Managing Upwards

After a long day of working with coding agents, I ask “what did I get done today?”

Without Stash · 6 items
  • 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
Only shows work that landed in Git
With Stash · 9 items
  • 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
Captures work that never touched Git

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.