@tokenade/cli 0.7.7 → 0.7.8
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 +7 -7
- package/install.js +2 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,11 +24,10 @@ Set it up once, save on every prompt — same results, a fraction of the tokens.
|
|
|
24
24
|
|
|
25
25
|
```sh
|
|
26
26
|
npm install -g @tokenade/cli
|
|
27
|
-
tokenade login # opens your browser to authorize this machine — no key to type
|
|
28
27
|
tokenade install # wires Tokenade into your coding agent automatically
|
|
29
28
|
```
|
|
30
29
|
|
|
31
|
-
That's it
|
|
30
|
+
That's it — **no account needed**: every machine starts with **10M free tokens**. Tokenade now trims tokens on **every prompt**, in the background. No config, nothing to remember. When the free tokens run out, [create a free account](https://tokenade.net/signup) to keep going.
|
|
32
31
|
|
|
33
32
|
---
|
|
34
33
|
|
|
@@ -63,14 +62,15 @@ The `postinstall` step downloads the prebuilt binary for your platform from the
|
|
|
63
62
|
|
|
64
63
|
**Supported:** Linux · macOS · Windows · x64 & arm64 · Node ≥ 18.
|
|
65
64
|
|
|
66
|
-
##
|
|
65
|
+
## Connect your account (optional — browser, no key to type)
|
|
67
66
|
|
|
68
67
|
```sh
|
|
69
68
|
tokenade login # opens tokenade.net so you (logged into your dashboard) approve this device
|
|
70
|
-
tokenade install # registers the hooks with your coding agent
|
|
71
69
|
```
|
|
72
70
|
|
|
73
|
-
|
|
71
|
+
You don't need an account to start: the trial runs on an anonymous machine id. Logging in links the machine to your dashboard and your plan's quota.
|
|
72
|
+
|
|
73
|
+
**Free** and **Pro** include **unlimited machines**; **Enterprise** is sized to your fleet. Manage machines anytime at [tokenade.net/dashboard](https://tokenade.net/dashboard).
|
|
74
74
|
|
|
75
75
|
## What leaves your machine
|
|
76
76
|
|
|
@@ -85,8 +85,8 @@ tokenade install # registers the hooks with your coding agent
|
|
|
85
85
|
| All reduction features | ✓ | ✓ | ✓ |
|
|
86
86
|
| Token-savings dashboard | ✓ | ✓ | ✓ |
|
|
87
87
|
| Priority support | — | ✓ | ✓ |
|
|
88
|
-
| Price | **$0** — no card | **$19.90/mo** —
|
|
89
|
-
| | [Start free →](https://tokenade.net/signup) | [Go Pro →](https://tokenade.net/pricing) | [
|
|
88
|
+
| Price | **$0** — no card | **$19.90/mo** — beyond the cap: optional pay-as-you-save at $0.20/M saved | **Contact us** — custom fleet |
|
|
89
|
+
| | [Start free →](https://tokenade.net/signup) | [Go Pro →](https://tokenade.net/pricing) | [hello@tokenade.net](mailto:hello@tokenade.net) |
|
|
90
90
|
|
|
91
91
|
## Found a bug? Tell us!
|
|
92
92
|
|
package/install.js
CHANGED
|
@@ -313,12 +313,9 @@ async function main() {
|
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
console.log(`✓ tokenade ${manifest.version} installed (${target})`);
|
|
316
|
-
console.log(" Next: run `tokenade
|
|
316
|
+
console.log(" Next: run `tokenade install` — that's it, savings start immediately.");
|
|
317
317
|
console.log(
|
|
318
|
-
"
|
|
319
|
-
);
|
|
320
|
-
console.log(
|
|
321
|
-
" already activated? run `tokenade install`, or `tokenade healthcheck` to verify the wiring.",
|
|
318
|
+
" 10M free tokens included, no account needed. `tokenade healthcheck` verifies the wiring.",
|
|
322
319
|
);
|
|
323
320
|
}
|
|
324
321
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tokenade/cli",
|
|
3
|
-
"version": "0.7.
|
|
4
|
-
"description": "Tokenade
|
|
3
|
+
"version": "0.7.8",
|
|
4
|
+
"description": "Tokenade \u2014 cut your AI coding agent's token bill. Installs the Tokenade CLI (a local, paid token-reduction tool; activate via your browser).",
|
|
5
5
|
"homepage": "https://tokenade.net",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"bin": {
|