@gmickel/gno 1.29.4 → 1.29.5

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.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  **Search finds. GNO proves.**
4
4
 
5
- A local knowledge engine for your notes, code, PDFs, and Office docs that hands agents evidence with exact line spans and content hashes, and stops when the evidence stops.
5
+ A local knowledge engine for your notes, code, PDFs, and Office docs. Hybrid search, a browsable workspace with graph and editor, CLI, SDK, REST API, and MCP for ten AI clients — plus retrieval that can show its work.
6
6
 
7
7
  [![npm](./assets/badges/npm.svg)](https://www.npmjs.com/package/@gmickel/gno)
8
8
  [![MIT License](./assets/badges/license.svg)](./LICENSE)
@@ -18,6 +18,12 @@ gno setup ~/notes --name notes # returns only after retrieval actually works
18
18
  gno mcp install --target cursor # or claude-code, claude-desktop, zed, ...
19
19
  ```
20
20
 
21
+ ## What you get
22
+
23
+ BM25 and vector retrieval fused and reranked over Markdown, code, PDFs, Office files, and exported mail, calendar and transcripts. A web workspace with cross-collection browse, a knowledge graph, a markdown editor and provenance-carrying capture. A fast CLI, a TypeScript SDK, a REST API, a headless daemon, and one-command install into ten agent clients. Optional hosted publishing when a slice needs a URL.
24
+
25
+ That is the table stakes. Here is the part that is harder to find elsewhere.
26
+
21
27
  ## Why not just another local RAG tool
22
28
 
23
29
  Most retrieval tools return a ranked list and leave the rest to optimism. Four things here are different, and each one is measurable rather than adjectival:
@@ -101,7 +107,7 @@ gno daemon --detach # headless indexing + resident MCP gateway
101
107
 
102
108
  <!-- public-truth:current-version -->
103
109
 
104
- > Current release: **v1.29.4** — see [CHANGELOG.md](./CHANGELOG.md)
110
+ > Current release: **v1.29.5** — see [CHANGELOG.md](./CHANGELOG.md)
105
111
 
106
112
  <!-- /public-truth -->
107
113
 
@@ -0,0 +1 @@
1
+ b9d3edf131bffe0b3c43cfb23173a3fb7d08254dcfa3a7a0ca66a753306a831d gno-browser-clipper-v1.29.5.zip
@@ -21,5 +21,5 @@
21
21
  "content_security_policy": {
22
22
  "extension_pages": "script-src 'self'; object-src 'none'; connect-src http://127.0.0.1:*"
23
23
  },
24
- "version": "1.29.4"
24
+ "version": "1.29.5"
25
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gmickel/gno",
3
- "version": "1.29.4",
3
+ "version": "1.29.5",
4
4
  "description": "Local semantic search for your documents. Index Markdown, PDF, and Office files with hybrid BM25 + vector search.",
5
5
  "keywords": [
6
6
  "embeddings",
@@ -1 +0,0 @@
1
- b639ecf7ff5ebd7aeacf1bad0fe3fe2f471a60c96bdf047d873b6bf932995161 gno-browser-clipper-v1.29.4.zip