@whalent/agent 0.3.189 → 0.3.191
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 +1 -1
- package/dist/core.cjs +7 -7
- package/dist/index.cjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ The helper is a small Go binary cached under `~/.whalent-agent/helpers/sqlite`;
|
|
|
27
27
|
if it is missing or cannot run, Codex history import is treated as unavailable
|
|
28
28
|
instead of falling back to native npm sqlite bindings or `history.jsonl`. Set
|
|
29
29
|
`WHALENT_SQLITE_HELPER_BASE_URL` to a release/CDN directory containing
|
|
30
|
-
`sqlite-helper-0.1.
|
|
30
|
+
`sqlite-helper-0.1.4-manifest.json`, or set `WHALENT_SQLITE_HELPER_MANIFEST_URL`
|
|
31
31
|
directly.
|
|
32
32
|
|
|
33
33
|
By default the daemon asks Platform's release API whether `sqlite-helper` has a
|