@nano-step/nano-brain 2026.5.276 → 2026.5.277

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -212,6 +212,7 @@ Workspace is passed in the JSON body for POST, query param for GET.
212
212
  | GET | `/api/v1/tags` | List tags with counts |
213
213
  | POST | `/api/v1/reindex` | Queue reindex (202) |
214
214
  | POST | `/api/v1/update` | Queue update (202) |
215
+ | POST | `/api/v1/summarize` | Trigger LLM summarization of harvested sessions |
215
216
  | POST | `/api/v1/wake-up` | Workspace briefing with session_dir |
216
217
 
217
218
  ### MCP Endpoints
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nano-step/nano-brain",
3
- "version": "2026.5.276",
3
+ "version": "2026.5.277",
4
4
  "description": "Persistent memory and code intelligence for AI coding agents",
5
5
  "bin": {
6
6
  "nano-brain": "npm/run.js"