@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 +8 -2
- package/browser-extension/artifacts/{gno-browser-clipper-v1.29.4.zip → gno-browser-clipper-v1.29.5.zip} +0 -0
- package/browser-extension/artifacts/gno-browser-clipper-v1.29.5.zip.sha256 +1 -0
- package/browser-extension/dist/manifest.json +1 -1
- package/package.json +1 -1
- package/browser-extension/artifacts/gno-browser-clipper-v1.29.4.zip.sha256 +0 -1
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
|
|
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
|
[](https://www.npmjs.com/package/@gmickel/gno)
|
|
8
8
|
[](./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.
|
|
110
|
+
> Current release: **v1.29.5** — see [CHANGELOG.md](./CHANGELOG.md)
|
|
105
111
|
|
|
106
112
|
<!-- /public-truth -->
|
|
107
113
|
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
b9d3edf131bffe0b3c43cfb23173a3fb7d08254dcfa3a7a0ca66a753306a831d gno-browser-clipper-v1.29.5.zip
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
b639ecf7ff5ebd7aeacf1bad0fe3fe2f471a60c96bdf047d873b6bf932995161 gno-browser-clipper-v1.29.4.zip
|