@whalent/agent 0.3.344 → 0.3.346
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 +2 -2
- package/dist/core.cjs +7 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -43,10 +43,10 @@ local history import.
|
|
|
43
43
|
|
|
44
44
|
Codex SQLite history reads require the Whalent sqlite helper.
|
|
45
45
|
The helper is a small Go binary cached under `~/.whalent-agent/helpers/sqlite`;
|
|
46
|
-
if it is missing
|
|
46
|
+
if it is missing, cannot run, or is older than the required protocol, Codex history import is treated as unavailable
|
|
47
47
|
instead of falling back to native npm sqlite bindings or `history.jsonl`. Set
|
|
48
48
|
`WHALENT_SQLITE_HELPER_BASE_URL` to a release/CDN directory containing
|
|
49
|
-
`sqlite-helper-0.1.
|
|
49
|
+
`sqlite-helper-0.1.5-manifest.json`, or set `WHALENT_SQLITE_HELPER_MANIFEST_URL`
|
|
50
50
|
directly.
|
|
51
51
|
|
|
52
52
|
By default the daemon checks Platform's release API at startup and every five
|