Hindsight Hits 15,000 Stars: What's Shipped Since 10k

Five weeks ago, Hindsight crossed 10,000 GitHub stars. Today, the counter rolled past 15,000.
That's +5,000 stars and +247 forks in roughly five weeks. The acceleration is the part worth noting — it means new people are finding Hindsight every day, and a steady share of them are sticking around long enough to fork, contribute, or file thoughtful bugs.
We didn't want to write a second "thanks for the stars" post. So instead, here's the short version of what actually shipped in the open-source repo between 10k and 15k.
Seven Releases in Five Weeks
v0.5.3, v0.5.5, v0.6.0, v0.6.1, v0.6.2, v0.7.0, and v0.7.1 all landed in this window. Highlights:
- 0.6.0 removed all process-environment reads from the integration plugins. Credentials now flow through
SecretRef(env, file, or exec sources) — a meaningful security upgrade for production deployments. - 0.7.0 shipped the largest API surface change since v0.5: refined consolidation, reflect improvements, and mental model refresh hooks.
Six New Integrations
| Integration | Post |
|---|---|
| OpenAI Agents | Persistent memory for OpenAI Agents SDK |
| Pipecat | Voice AI with long-term memory |
| smolagents | Tool-based memory for Hugging Face's smolagents |
| AWS AgentCore | Multi-turn memory for Bedrock Agents |
| n8n | The memory layer every n8n workflow was missing |
| Paperclip | Adding persistent memory to Paperclip agents |
That brings the official integration count to 27.
The Constellation Graph View
The Constellation view — an interactive graph of your memories and the entities connecting them — shipped just before the 10k milestone but earned most of its usage in this window. The same engine now powers the Entities → Relations tab. Ships with the open-source control plane, runs against any self-hosted instance.
A Few Posts Worth Re-Reading
Some of the most-shared writing from the past five weeks:
- Your Agent Isn't Forgetful — It Was Never Given a Memory — the foundational argument
- Why Every Agent Harness Needs a Memory Layer — the broader case for memory as infrastructure
- The Case Against External Vector DBs for Agent Memory — why we don't ship one
- The Consolidation Problem in Agent Memory — keep, merge, decay, evict
- Building a Hermes Coding Assistant That Remembers Your Codebase — the coding-agent template
What's Next
The 0.7 line still has a few releases left. Self-hosted users should watch for the next round of operations dialog improvements and a few performance wins in the recall path that didn't make it into 0.7.1. On the integrations side, we're closing the gap on the remaining major frameworks — the goal is "if you can run an agent, you can plug in Hindsight" by the end of Q3.
Thanks for getting us here. If you starred along the way, you're part of why.
Star Hindsight on GitHub or self-host with a single Docker command.