@jarkkojs/goosedump 0.1.6 → 0.2.1
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 +4 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
`goosedump` is a coding agent context data browser. It
|
|
6
|
-
ideas of
|
|
5
|
+
`goosedump` is a coding agent context data browser. It supports Codex, Crush,
|
|
6
|
+
Goose, OpenCode, and Pi. It builds on top of the ideas of
|
|
7
|
+
[`lllyasviel/VCC`](https://github.com/lllyasviel/VCC).
|
|
7
8
|
|
|
8
9
|
Features:
|
|
9
10
|
|
|
10
11
|
* BM25 keyword ranking for natural queries.
|
|
11
|
-
* Sublime
|
|
12
|
+
* Sublime Text alike fuzzy matching.
|
|
12
13
|
|
|
13
14
|
## Build
|
|
14
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jarkkojs/goosedump",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Coding agent context data browser",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/jarkkojs/goosedump#readme",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"LICENSE-APACHE-2.0"
|
|
21
21
|
],
|
|
22
22
|
"optionalDependencies": {
|
|
23
|
-
"@jarkkojs/goosedump-darwin-arm64": "0.1
|
|
24
|
-
"@jarkkojs/goosedump-linux-x64": "0.1
|
|
25
|
-
"@jarkkojs/goosedump-win32-x64": "0.1
|
|
23
|
+
"@jarkkojs/goosedump-darwin-arm64": "0.2.1",
|
|
24
|
+
"@jarkkojs/goosedump-linux-x64": "0.2.1",
|
|
25
|
+
"@jarkkojs/goosedump-win32-x64": "0.2.1"
|
|
26
26
|
},
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "public"
|