惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

宝玉的分享
宝玉的分享
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MyScale Blog
MyScale Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
SegmentFault 最新的问题
Y
Y Combinator Blog
月光博客
月光博客
IT之家
IT之家
T
Tailwind CSS Blog
Last Week in AI
Last Week in AI
L
LangChain Blog
博客园_首页
MongoDB | Blog
MongoDB | Blog
P
Proofpoint News Feed
博客园 - Franky
WordPress大学
WordPress大学
云风的 BLOG
云风的 BLOG
M
MIT News - Artificial intelligence
V
Visual Studio Blog
小众软件
小众软件
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
N
Netflix TechBlog - Medium

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - Fergana-Labs/stash: Shared memory for your team'...
samzliu · 2026-04-24 · via Hacker News: Show HN

Stash

Your team's AI work, compounding.

Most teams run AI individually. Every session starts from zero, and the learnings
never aggregate. Stash captures every coding-agent run across your team and turns
it into a shared, evolving asset every agent can build on.

CI License: MIT Website Self-hostable Opt-in transcripts

When every agent run feeds the same shared asset, your team stops paying for the same investigation twice.
Up to 46% of coding work today goes to re-investigating fixes earlier sessions already tried and ruled out.
Stash recovers it.

Stash visualizations — embedding space, page graph, agent activity

Stash in action — agent queries shared memory and gets cited answers

Table of Contents

Why shared beats individual

When five engineers run Claude on the same repo, five different versions of "what we learned" live in five different terminals. Nothing compounds. The sixth question re-debugs the same flaky test someone already solved on Tuesday. Stash is the missing layer: every run becomes part of a shared, evolving asset the whole team, and every agent, can query.

With Stash, every agent on the repo can ask (and answer):

  • "Why did Sam bump the rate limit from 100 to 500?"
  • "Has anyone already tried fixing the memory leak in auth?"
  • "What pattern did we land on for background workers last sprint?"

"raw data from a given number of sources is collected, then compiled by an LLM into a .md wiki, then operated on by various CLIs by the LLM to do Q&A and to incrementally enhance the wiki… I think there is room here for an incredible new product instead of a hacky collection of scripts."

— Andrej Karpathy, LLM Knowledge Bases

Stash is that product. For teams of coding agents working on the same repo. Your agents' streamed sessions are the raw data. The wiki is curated automatically by our sleep agent. Everything lands in one workspace your whole team can query. AI usage becomes a shared, evolving asset, not individual effort.

How it works

Stream → Curate → Search. Three steps running over a shared workspace:

  1. Stream — Prompts, tool calls, and session summaries automatically push to the workspace's history as they happen. Nothing to remember to save.
  2. Curate — On SessionEnd, a curation agent reads recent history and organizes it into wiki notebooks with [[backlinks]] and a page graph. Sleep-time compute, not session time. Auto-runs with a 24h cooldown; trigger manually with the /curate slash command.
  3. Searchstash history search does full-text search across workspace events. Notebooks and tables support pgvector semantic search via the API. Your agent queries these through the CLI and REST endpoints.

Quick Start

One line installs the CLI, signs you in, picks a workspace, and installs plugins for your coding agent (auto-detects Claude Code, Cursor, Codex, and OpenCode):

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Fergana-Labs/stash/main/install.sh)"

Stash welcome screen after install

Then try it:

stash history search "authentication patterns"      # Full-text search over events
stash history push "session notes here"             # Push an event
stash --help                                        # Full command list
Manual install
pipx install stashai        # or: uv tool install stashai
stash connect               # Interactive: sign in, pick a workspace, install plugin

Features

Capability What it does
Shared history Every prompt, tool call, and session summary streams to a workspace-wide event log. Searchable, filterable, attributable per agent and per human.
Sleep-time curation On SessionEnd, a curation agent reads recent history and writes wiki notebooks with [[backlinks]] and a page graph. 24-hour cooldown; manual via /curate.
Search stash history search for full-text search over events. Notebooks and tables support pgvector semantic search via the REST API.
Wiki notebooks Rich collaborative pages with wiki-style links, page-graph visualization, backlinks, and pgvector semantic search.
Visualizations See the team's memory as it forms — embedding projections, page graphs, knowledge-density treemaps, agent-activity heatmaps.
Local-first option Self-host the entire stack with Docker Compose. Embeddings default to local sentence-transformers — zero API keys required to run.
Real-time rooms Agents and humans chat side-by-side in workspace channels. Coordinate, hand off, unblock — all in one place. Coming soon
Shareable pages Publish reports, dashboards, and HTML deliverables behind a link. No login walls between teams. Coming soon

What you get

Stash organizes your team's agent activity into a workspace that looks like this:

your-workspace/
├── history/                       # append-only event log — every prompt, tool call, summary
│   └── (streamed live from every agent + human)
├── notebooks/                     # auto-curated wiki, written by stash:sleep
│   ├── auth-patterns.md           #   ...with [[backlinks]] between pages
│   ├── memory-leak-v2.md          #   ...folder structure inferred from your work
│   └── rate-limits/
│       ├── gateway-500-per-min.md
│       └── batch-import-flow.md
├── tables/                        # structured data with optional row embeddings
└── files/                         # PDFs, screenshots, attachments (S3-compatible)

A live page graph, embedding projection, and knowledge-density treemap render over the same workspace — the visualizations you see in the GIFs above.

Integrations

The one-line installer auto-detects which agent you have and wires up the plugin. To install one manually:

Agent Plugin Install
Claude Code plugins/claude-plugin claude plugin marketplace add Fergana-Labs/stash && claude plugin install stash@stash-plugins
Cursor plugins/cursor-plugin symlinks hooks.json into ~/.cursor/ — see plugin README
Codex plugins/codex-plugin renders hooks.json into ~/.codex/ — see plugin README
OpenCode plugins/opencode-plugin adds a plugin entry to ~/.config/opencode/opencode.json
Gemini CLI plugins/gemini-plugin merges hooks into ~/.gemini/settings.json
Openclaw plugins/openclaw-plugin openclaw plugins install github:Fergana-Labs/stash#plugins/openclaw-plugin

Every plugin streams session activity to the same workspace and gives the agent access to the shared stash CLI. Mix and match — different teammates can use different agents against the same shared brain.

Coming from...

Stash sits alongside whatever you have today. Here's how it maps:

You're using What Stash gives you on top
CLAUDE.md / AGENTS.md/ Built-in agent memory A shared, searchable, multi-agent version that updates itself from real session data. Single source for agent session history about your code.
Mem0 / Letta / Supermemory MIT-licensed, self-hostable, with team collaboration and UI
Notion / Confluence Session history automatically pushed. Pages curated automatically by your agent. No one has to remember to write the doc.
Slack threads A persistent, searchable record that survives the 90-day retention cliff and is queryable by your agents.

CLI

stash connect                        # Sign in, pick a workspace, install plugin
stash history search <query>         # Full-text search over history events
stash history push <content>         # Push an event
stash notebooks list --all           # List notebooks across your workspaces
stash tables list                    # List tables in the workspace
stash files list                     # List uploaded files
stash settings                      # Interactive settings page
stash --help                         # Full command list

Every command accepts --json for machine-readable output and --ws ID to target a specific workspace. Full reference at joinstash.ai/docs/cli.

Self-Hosted

git clone https://github.com/Fergana-Labs/stash.git
cd stash
cp .env.example .env          # fill in credentials + API keys
# edit Caddyfile → replace app.example.com with your domain
docker compose -f docker-compose.prod.yml up -d

Brings up four containers: PostgreSQL 16 + pgvector, FastAPI backend (:3456), Next.js frontend (:3457), and Caddy for automatic HTTPS via Let's Encrypt. Alembic migrations run on backend startup.

Embeddings default to local sentence-transformers — no API keys required to run. Set EMBEDDING_PROVIDER to switch to OpenAI, Hugging Face, or any OpenAI-compatible endpoint. Optional S3-compatible object storage (R2, S3, MinIO) for file uploads.

Local development? Use docker compose up -d (no -f flag) — simple setup with hardcoded dev credentials.

Privacy

Stash is built so you can keep your team's memory under your control:

  • Transcripts are opt-in. You can give your agent shared read access to the workspace's memory without uploading any of your own session data.
  • No LLM calls from the server. Curation and search run inside your agent (Claude Code, Cursor, etc.) using the keys it already has. The Stash backend itself makes no model calls.
  • Self-hostable end-to-end. One Docker Compose file. PostgreSQL + pgvector, local sentence-transformer embeddings, no required external API keys.
  • Permissioned workspaces. On the hosted version, only invited members can read or write a workspace. Public visibility is per-resource, opt-in.

Documentation

Document What it covers
Quickstart Install the CLI, connect your agent, push your first events
Concepts Workspaces, history, notebooks, tables, files, search, curation
CLI Every command, every flag
Self-hosting Full Docker Compose deploy with environment reference
Architecture System diagram, data model, backend/frontend structure
Use Cases End-to-end scenarios — team KB, research, multi-agent
Contributing Local dev setup, running tests, submitting PRs
Design System Colors, typography, spacing, agent/human visual language
Testing Test frameworks, suites, conventions
Security Vulnerability reporting policy
Changelog Release history

FAQ

What LLMs does Stash use? None on the server. Curation runs inside your agent (Claude Code, Cursor, etc.) as a plugin skill, so it uses whatever model and keys the agent is already configured with — the Stash backend itself makes no LLM calls. Embeddings are pluggable and default to local sentence-transformers (no key). Set EMBEDDING_PROVIDER in .env to switch to OpenAI, Hugging Face, or any OpenAI-compatible endpoint.

Can I use this without Claude Code? Yes. The CLI and REST API work standalone with any client, and there are first-party plugins for Cursor, Codex, OpenCode, Gemini CLI, and Openclaw.

Where does the "save up to 46%" number come from? A 4-session memory-leak benchmark documented in On Agent Velocity by Henry Dowling (one of Stash's maintainers). Without transcript sharing, nearly half of agent actions re-investigated fixes earlier sessions had already tried and ruled out. With shared transcripts, wasted work dropped ~97% and tool calls dropped ~50%.

Latest updates

  • 2026-04-22 — Initial open-source release

For the full log, see CHANGELOG.md.

Contributing

Contributions are welcome. See CONTRIBUTING.md to get started.

Found a bug? Open an issue.

Maintainers

Name Role Contact
@henry-dowling Creator & Lead maintainer GitHub issues or support@ferganalabs.com for vulnerabilities
@samzliu Creator GitHub issues
@triobaba Creator GitHub issues

License

MIT — Copyright (c) 2026 Fergana Labs


Built by Fergana Labs.