@whalent/agent 0.3.87 → 0.3.88
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
|
@@ -31,7 +31,7 @@ The helper is a small Go binary cached under `~/.whalent-agent/helpers/sqlite`;
|
|
|
31
31
|
if it is missing or cannot run, the agent falls back to optional
|
|
32
32
|
`better-sqlite3`, then to `history.jsonl`. Set
|
|
33
33
|
`WHALENT_SQLITE_HELPER_BASE_URL` to a release/CDN directory containing
|
|
34
|
-
`sqlite-helper-0.1.
|
|
34
|
+
`sqlite-helper-0.1.2-manifest.json`, or set `WHALENT_SQLITE_HELPER_MANIFEST_URL`
|
|
35
35
|
directly.
|
|
36
36
|
|
|
37
37
|
By default the daemon asks Platform's release API whether `sqlite-helper` has a
|