crispy-recall 0.2.1 → 0.3.0
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 +230 -192
- package/THIRD-PARTY-LICENSES +43 -145
- package/dist/SKILL.md.template +7 -0
- package/dist/embed-pending.js +642 -189
- package/dist/recall.js +4935 -3049
- package/dist/statusline.js +180 -0
- package/dist/stop-hook.js +607 -143
- package/package.json +2 -1
package/THIRD-PARTY-LICENSES
CHANGED
|
@@ -3,162 +3,60 @@ THIRD-PARTY LICENSES — crispy-recall
|
|
|
3
3
|
|
|
4
4
|
crispy-recall is MIT-licensed (see LICENSE). It bundles or downloads the
|
|
5
5
|
third-party components below. All production npm dependencies are permissive
|
|
6
|
-
(MIT / ISC / BSD /
|
|
6
|
+
(MIT / ISC / BSD / Apache-2.0, or dual-licensed permissive equivalents).
|
|
7
7
|
|
|
8
8
|
Bundled-via-download artifacts (not npm packages):
|
|
9
9
|
- llama-embedding (from the llama.cpp project) ............ MIT
|
|
10
10
|
- Nomic Embed Text v1.5 (model weights, Nomic AI) ......... Apache-2.0
|
|
11
|
-
- node-sqlite3-wasm ...................................... MIT
|
|
12
|
-
- SQLite (compiled into node-sqlite3-wasm) ............... Public Domain
|
|
13
11
|
- libggml-cuda.so (built from llama.cpp @ b5300, GPU only) MIT
|
|
14
12
|
|
|
15
|
-
|
|
13
|
+
Native SQLite binding:
|
|
14
|
+
recall's SQLite access is provided by the better-sqlite3 npm package (MIT,
|
|
15
|
+
listed below). Its native addon, better_sqlite3.node, is fetched for your
|
|
16
|
+
platform at install time via prebuild-install and embeds SQLite itself
|
|
17
|
+
(Public Domain). The prebuilt addon is downloaded at install, not shipped
|
|
18
|
+
inside this package's npm tarball.
|
|
19
|
+
|
|
20
|
+
Regenerate the npm list after a production-dependency change with:
|
|
16
21
|
npx license-checker-rseidelsohn --production --out THIRD-PARTY-LICENSES
|
|
22
|
+
(that captures npm packages only — re-add the sections above by hand.)
|
|
17
23
|
|
|
18
24
|
npm production dependencies (transitive closure):
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
@
|
|
22
|
-
@
|
|
23
|
-
@
|
|
24
|
-
@
|
|
25
|
-
@
|
|
26
|
-
|
|
27
|
-
@
|
|
28
|
-
@modelcontextprotocol/sdk@1.29.0 — MIT
|
|
29
|
-
@pkgjs/parseargs@0.11.0 — MIT
|
|
30
|
-
@types/node@20.19.41 — MIT
|
|
31
|
-
@types/yauzl@2.10.3 — MIT
|
|
32
|
-
accepts@2.0.0 — MIT
|
|
33
|
-
ajv-formats@3.0.1 — MIT
|
|
34
|
-
ajv@8.20.0 — MIT
|
|
35
|
-
ansi-regex@5.0.1 — MIT
|
|
36
|
-
ansi-regex@6.2.2 — MIT
|
|
37
|
-
ansi-styles@4.3.0 — MIT
|
|
38
|
-
ansi-styles@6.2.3 — MIT
|
|
39
|
-
balanced-match@1.0.2 — MIT
|
|
40
|
-
body-parser@2.2.2 — MIT
|
|
41
|
-
brace-expansion@2.1.0 — MIT
|
|
42
|
-
buffer-crc32@0.2.13 — MIT
|
|
43
|
-
bytes@3.1.2 — MIT
|
|
44
|
-
call-bind-apply-helpers@1.0.2 — MIT
|
|
45
|
-
call-bound@1.0.4 — MIT
|
|
46
|
-
color-convert@2.0.1 — MIT
|
|
47
|
-
color-name@1.1.4 — MIT
|
|
48
|
-
content-disposition@1.1.0 — MIT
|
|
49
|
-
content-type@1.0.5 — MIT
|
|
50
|
-
content-type@2.0.0 — MIT
|
|
51
|
-
cookie-signature@1.2.2 — MIT
|
|
52
|
-
cookie@0.7.2 — MIT
|
|
53
|
-
cors@2.8.6 — MIT
|
|
54
|
-
crispy-recall@0.1.0 — MIT
|
|
55
|
-
cross-spawn@7.0.6 — MIT
|
|
56
|
-
debug@4.4.3 — MIT
|
|
57
|
-
depd@2.0.0 — MIT
|
|
58
|
-
dunder-proto@1.0.1 — MIT
|
|
59
|
-
eastasianwidth@0.2.0 — MIT
|
|
60
|
-
ee-first@1.1.1 — MIT
|
|
61
|
-
emoji-regex@8.0.0 — MIT
|
|
62
|
-
emoji-regex@9.2.2 — MIT
|
|
63
|
-
encodeurl@2.0.0 — MIT
|
|
25
|
+
base64-js@1.5.1 — MIT
|
|
26
|
+
better-sqlite3@12.11.1 — MIT
|
|
27
|
+
bindings@1.5.0 — MIT
|
|
28
|
+
bl@4.1.0 — MIT
|
|
29
|
+
buffer@5.7.1 — MIT
|
|
30
|
+
chownr@1.1.4 — ISC
|
|
31
|
+
decompress-response@6.0.0 — MIT
|
|
32
|
+
deep-extend@0.6.0 — MIT
|
|
33
|
+
detect-libc@2.1.2 — Apache-2.0
|
|
64
34
|
end-of-stream@1.4.5 — MIT
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
eventsource-parser@3.0.8 — MIT
|
|
71
|
-
eventsource@3.0.7 — MIT
|
|
72
|
-
express-rate-limit@8.5.2 — MIT
|
|
73
|
-
express@5.2.1 — MIT
|
|
74
|
-
extract-zip@2.0.1 — BSD-2-Clause
|
|
75
|
-
fast-deep-equal@3.1.3 — MIT
|
|
76
|
-
fast-uri@3.1.2 — BSD-3-Clause
|
|
77
|
-
fd-slicer@1.1.0 — MIT
|
|
78
|
-
finalhandler@2.1.1 — MIT
|
|
79
|
-
foreground-child@3.3.1 — ISC
|
|
80
|
-
forwarded@0.2.0 — MIT
|
|
81
|
-
fresh@2.0.0 — MIT
|
|
82
|
-
function-bind@1.1.2 — MIT
|
|
83
|
-
get-intrinsic@1.3.0 — MIT
|
|
84
|
-
get-proto@1.0.1 — MIT
|
|
85
|
-
get-stream@5.2.0 — MIT
|
|
86
|
-
glob@10.5.0 — ISC
|
|
87
|
-
gopd@1.2.0 — MIT
|
|
88
|
-
has-symbols@1.1.0 — MIT
|
|
89
|
-
hasown@2.0.3 — MIT
|
|
90
|
-
hono@4.12.19 — MIT
|
|
91
|
-
http-errors@2.0.1 — MIT
|
|
92
|
-
iconv-lite@0.7.2 — MIT
|
|
35
|
+
expand-template@2.0.3 — (MIT OR WTFPL)
|
|
36
|
+
file-uri-to-path@1.0.0 — MIT
|
|
37
|
+
fs-constants@1.0.0 — MIT
|
|
38
|
+
github-from-package@0.0.0 — MIT
|
|
39
|
+
ieee754@1.2.1 — BSD-3-Clause
|
|
93
40
|
inherits@2.0.4 — ISC
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
jackspeak@3.4.3 — BlueOak-1.0.0
|
|
101
|
-
jose@6.2.3 — MIT
|
|
102
|
-
json-schema-to-ts@3.1.1 — MIT
|
|
103
|
-
json-schema-traverse@1.0.0 — MIT
|
|
104
|
-
json-schema-typed@8.0.2 — BSD-2-Clause
|
|
105
|
-
lru-cache@10.4.3 — ISC
|
|
106
|
-
math-intrinsics@1.1.0 — MIT
|
|
107
|
-
media-typer@1.1.0 — MIT
|
|
108
|
-
merge-descriptors@2.0.0 — MIT
|
|
109
|
-
mime-db@1.54.0 — MIT
|
|
110
|
-
mime-types@3.0.2 — MIT
|
|
111
|
-
minimatch@9.0.9 — ISC
|
|
112
|
-
minipass@7.1.3 — BlueOak-1.0.0
|
|
113
|
-
ms@2.1.3 — MIT
|
|
114
|
-
negotiator@1.0.0 — MIT
|
|
115
|
-
node-sqlite3-wasm@0.8.57 — MIT
|
|
116
|
-
object-assign@4.1.1 — MIT
|
|
117
|
-
object-inspect@1.13.4 — MIT
|
|
118
|
-
on-finished@2.4.1 — MIT
|
|
41
|
+
ini@1.3.8 — ISC
|
|
42
|
+
mimic-response@3.1.0 — MIT
|
|
43
|
+
minimist@1.2.8 — MIT
|
|
44
|
+
mkdirp-classic@0.5.3 — MIT
|
|
45
|
+
napi-build-utils@2.0.0 — MIT
|
|
46
|
+
node-abi@3.94.0 — MIT
|
|
119
47
|
once@1.4.0 — ISC
|
|
120
|
-
|
|
121
|
-
parseurl@1.3.3 — MIT
|
|
122
|
-
path-key@3.1.1 — MIT
|
|
123
|
-
path-scurry@1.11.1 — BlueOak-1.0.0
|
|
124
|
-
path-to-regexp@8.4.2 — MIT
|
|
125
|
-
pend@1.2.0 — MIT
|
|
126
|
-
picocolors@1.1.1 — ISC
|
|
127
|
-
pkce-challenge@5.0.1 — MIT
|
|
128
|
-
proxy-addr@2.0.7 — MIT
|
|
48
|
+
prebuild-install@7.1.3 — MIT
|
|
129
49
|
pump@3.0.4 — MIT
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
side-channel-map@1.0.1 — MIT
|
|
143
|
-
side-channel-weakmap@1.0.2 — MIT
|
|
144
|
-
side-channel@1.1.0 — MIT
|
|
145
|
-
signal-exit@4.1.0 — ISC
|
|
146
|
-
sisteransi@1.0.5 — MIT
|
|
147
|
-
statuses@2.0.2 — MIT
|
|
148
|
-
string-width@4.2.3 — MIT
|
|
149
|
-
string-width@5.1.2 — MIT
|
|
150
|
-
strip-ansi@6.0.1 — MIT
|
|
151
|
-
strip-ansi@7.2.0 — MIT
|
|
152
|
-
toidentifier@1.0.1 — MIT
|
|
153
|
-
ts-algebra@2.0.0 — MIT
|
|
154
|
-
type-is@2.1.0 — MIT
|
|
155
|
-
undici-types@6.21.0 — MIT
|
|
156
|
-
unpipe@1.0.0 — MIT
|
|
157
|
-
vary@1.1.2 — MIT
|
|
158
|
-
which@2.0.2 — ISC
|
|
159
|
-
wrap-ansi@7.0.0 — MIT
|
|
160
|
-
wrap-ansi@8.1.0 — MIT
|
|
50
|
+
rc@1.2.8 — (BSD-2-Clause OR MIT OR Apache-2.0)
|
|
51
|
+
readable-stream@3.6.2 — MIT
|
|
52
|
+
safe-buffer@5.2.1 — MIT
|
|
53
|
+
semver@7.8.5 — ISC
|
|
54
|
+
simple-concat@1.0.1 — MIT
|
|
55
|
+
simple-get@4.0.1 — MIT
|
|
56
|
+
string_decoder@1.3.0 — MIT
|
|
57
|
+
strip-json-comments@2.0.1 — MIT
|
|
58
|
+
tar-fs@2.1.5 — MIT
|
|
59
|
+
tar-stream@2.2.0 — MIT
|
|
60
|
+
tunnel-agent@0.6.0 — Apache-2.0
|
|
61
|
+
util-deprecate@1.0.2 — MIT
|
|
161
62
|
wrappy@1.0.2 — ISC
|
|
162
|
-
yauzl@2.10.0 — MIT
|
|
163
|
-
zod-to-json-schema@3.25.2 — ISC
|
|
164
|
-
zod@4.4.3 — MIT
|
package/dist/SKILL.md.template
CHANGED
|
@@ -62,9 +62,16 @@ CLI usage:
|
|
|
62
62
|
$RECALL_BIN <session-id> <message-id> Read centered on matched message (use this after search)
|
|
63
63
|
$RECALL_BIN <session-id> Read from beginning (only when you need full arc)
|
|
64
64
|
$RECALL_BIN <session-id> --offset N Continue reading from offset N (shown in output footer)
|
|
65
|
+
$RECALL_BIN read <session-ref> [<message-ref>] Explicit read for any stored ID (opaque; exits
|
|
66
|
+
nonzero on failure — never falls back to search)
|
|
67
|
+
$RECALL_BIN search <terms...> Force a search when a term looks like an ID
|
|
65
68
|
$RECALL_BIN --list --since YYYY-MM-DD List recent sessions
|
|
66
69
|
$RECALL_BIN --help Full flag reference
|
|
67
70
|
|
|
71
|
+
Session/message IDs are OPAQUE strings (UUIDs, agent-<hex> subagent leaves,
|
|
72
|
+
codex-jsonl-* message ids). Paste them back exactly as displayed — full ID or
|
|
73
|
+
a literal prefix both resolve.
|
|
74
|
+
|
|
68
75
|
DATE HANDLING: Any date the user mentions MUST become a flag — never search text:
|
|
69
76
|
--since YYYY-MM-DD Only sessions on or after this date
|
|
70
77
|
--until YYYY-MM-DD Only sessions on or before this date (inclusive)
|