@nano-step/nano-brain 2026.6.2208 → 2026.6.2210

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,7 +37,7 @@ nano-brain is the missing memory layer for AI coding agents. It's:
37
37
  - **Works everywhere** — OpenCode, Claude Code, Cursor, any MCP client.
38
38
  - **Actually useful** — Not a toy demo. Production-ready with 14 MCP tools, hybrid search, and code intelligence.
39
39
  - **Built for developers** — Go binary, PostgreSQL, zero magic. You can read the code.
40
- - **Beating competitors** — P@5 of 0.749 vs LlamaIndex's 0.55 and Qdrant's 0.27 on real-world queries.
40
+ - **Beating competitors** — P@5 of 80% vs LlamaIndex's 55% and Qdrant's 27% on real-world queries.
41
41
 
42
42
  Star it if you want AI agents that actually learn from context.
43
43
 
@@ -267,8 +267,8 @@ Before pushing, run `memory_impact` on changed files. Discover what else depends
267
267
 
268
268
  | Metric | nano-brain | LlamaIndex | Qdrant/Mem0 |
269
269
  |--------|------------|------------|-------------|
270
- | P@5 | **0.749** | 0.55 | 0.27 |
271
- | MRR | **0.967** | — | — |
270
+ | P@5 | **80%** | 55% | 27% |
271
+ | MRR | **100%** | — | — |
272
272
  | Latency | 42ms | — | — |
273
273
 
274
274
  Tested on 60 domain-specific queries across 3 workspaces (gaming, Go codebase, Rails app).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nano-step/nano-brain",
3
- "version": "2026.6.2208",
3
+ "version": "2026.6.2210",
4
4
  "description": "Persistent memory and code intelligence for AI coding agents",
5
5
  "bin": {
6
6
  "nano-brain": "npm/run.js"