token-goat 2.6.12 → 2.6.14
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/token-goat-hook.mjs +37458 -0
- package/dist/token-goat.mjs +156221 -122058
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -256,7 +256,7 @@ Token-goat tracks how close a session is to the autocompact trigger and tightens
|
|
|
256
256
|
|
|
257
257
|
> **Easiest install:** paste this repo's URL into your AI and ask it to install token-goat properly. It will run the commands, check codecs, and confirm everything is working.
|
|
258
258
|
|
|
259
|
-
**Requirements:** Node.js
|
|
259
|
+
**Requirements:** Node.js 22 or later (all platforms)
|
|
260
260
|
|
|
261
261
|
```
|
|
262
262
|
npm install -g token-goat
|