@tokenade/cli 0.9.0 → 0.9.2
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 +39 -5
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
**Tokenade is the simplest way to slash what your coding agent sends to the model.**
|
|
10
10
|
Set it up once, save on every prompt — same results, a fraction of the tokens.
|
|
11
11
|
|
|
12
|
-
**Freemium** —
|
|
12
|
+
**Freemium** — free with a free account (10M tokens/month, no credit card), upgrade only when you scale.
|
|
13
13
|
|
|
14
14
|
[](https://www.npmjs.com/package/@tokenade/cli)
|
|
15
15
|
[](https://tokenade.net)
|
|
@@ -25,9 +25,10 @@ Set it up once, save on every prompt — same results, a fraction of the tokens.
|
|
|
25
25
|
```sh
|
|
26
26
|
npm install -g @tokenade/cli
|
|
27
27
|
tokenade install # wires Tokenade into your coding agent automatically
|
|
28
|
+
tokenade login # connect your free account (opens tokenade.net to approve this device)
|
|
28
29
|
```
|
|
29
30
|
|
|
30
|
-
That's it — **
|
|
31
|
+
That's it — Tokenade is **free**, you just need a free account. After `tokenade login` it trims tokens on **every prompt**, in the background. No config, nothing to remember. Don't have an account yet? [Create one](https://tokenade.net/signup) — it's free (10M tokens/month, no credit card).
|
|
31
32
|
|
|
32
33
|
---
|
|
33
34
|
|
|
@@ -50,7 +51,40 @@ Your coding agent burns tokens on things the model never needed to see — whole
|
|
|
50
51
|
|
|
51
52
|
## Works with the agents you already use
|
|
52
53
|
|
|
53
|
-
**
|
|
54
|
+
Every agent gets Tokenade's prompt- and CLI-level features — **code search**, **lean output**, **context optimization**, and **privacy** (fully local — your code never leaves your machine). What varies is how much of the agent's **tool output** Tokenade can reach (command output, web results, MCP tool outputs, file reads) — which drives **command compaction**, **web search** folding, **MCP optimization**, **re-read dedup**, and **security** (automatic secret redaction, which needs both command and file-read coverage).
|
|
55
|
+
|
|
56
|
+
**Legend:** ✅ full · ◐ partial · — not available
|
|
57
|
+
|
|
58
|
+
| Agent | Command compaction | Web search | MCP optimization | Code search | Lean output | Context opt.¹ | Re-read dedup | Privacy | Security² |
|
|
59
|
+
|---|:--:|:--:|:--:|:--:|:--:|:--:|:--:|:--:|:--:|
|
|
60
|
+
| **Claude Code CLI** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
61
|
+
| **OpenCode** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
62
|
+
| **Kilo Code** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
63
|
+
| **Copilot CLI**³ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
64
|
+
| **Hermes** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
65
|
+
| **Cline** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
66
|
+
| **Gemini CLI** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
67
|
+
| **T3 Code**⁴ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
68
|
+
| **OpenClaw** | ✅ | ✅ | — | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
69
|
+
| **Pi** | ✅ | ✅ | — | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
70
|
+
| **Qwen Code** | ✅ | — | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
71
|
+
| **Codex CLI** | ✅ | — | ✅ | ✅ | ✅ | ✅ | — | ✅ | — |
|
|
72
|
+
| **Cursor** | ✅ | — | ✅ | ✅ | ✅ | ✅ | — | ✅ | — |
|
|
73
|
+
| **Grok** | ✅ | — | ✅ | ✅ | ✅ | ✅ | — | ✅ | — |
|
|
74
|
+
| **Droid** | ✅ | — | — | ✅ | ✅ | ✅ | — | ✅ | — |
|
|
75
|
+
| **Aider** | ◐ | — | — | ✅ | ✅ | ✅ | — | ✅ | — |
|
|
76
|
+
| **Windsurf**⁵ | — | — | ✅ | ✅ | ✅ | ◐ | — | ✅ | — |
|
|
77
|
+
| **Antigravity**⁵ | — | — | ✅ | ✅ | ✅ | ◐ | — | ✅ | — |
|
|
78
|
+
|
|
79
|
+
<sub>¹ Batching and lean-output savings apply everywhere; prompt-cache trimming is available on Claude Code today. ² Automatic secret redaction requires both command and file-read coverage. ³ Copilot **CLI** — the VS Code Copilot extension is not covered. ⁴ Inherits full coverage from the Claude Code it runs on. ⁵ MCP-based integration: Tokenade compacts MCP tool outputs; the agent's native command/read/web tools aren't reachable.</sub>
|
|
80
|
+
|
|
81
|
+
### Command-line vs. desktop editions
|
|
82
|
+
|
|
83
|
+
The table above is for each tool's **command-line edition** — that's where Tokenade attaches (hooks, config, shell). A product's **desktop or IDE app is a separate integration** and is **not** covered by its CLI row:
|
|
84
|
+
|
|
85
|
+
- **Desktop / IDE apps that speak MCP** (e.g. **Claude Desktop**): only **MCP optimization** applies — command, web, file-read compaction and security are not available, because a GUI exposes no command or read hooks. *(Per-app desktop coverage is still being verified — don't assume parity with the CLI.)*
|
|
86
|
+
- **Claude Cowork** (the autonomous desktop mode): **not supported**.
|
|
87
|
+
- **Editions are not interchangeable:** **Codex CLI** (full, above) ≠ a Codex desktop app; **Claude Code** (CLI, full) ≠ **Claude Desktop** (MCP only) ≠ **Cowork** (unsupported). The same holds for any other product shipping both a CLI and a desktop/IDE build.
|
|
54
88
|
|
|
55
89
|
## Install
|
|
56
90
|
|
|
@@ -62,13 +96,13 @@ The `postinstall` step downloads the prebuilt binary for your platform from the
|
|
|
62
96
|
|
|
63
97
|
**Supported:** Linux · macOS · Windows · x64 & arm64 · Node ≥ 18.
|
|
64
98
|
|
|
65
|
-
## Connect your account (
|
|
99
|
+
## Connect your account (required — browser, no key to type)
|
|
66
100
|
|
|
67
101
|
```sh
|
|
68
102
|
tokenade login # opens tokenade.net so you (logged into your dashboard) approve this device
|
|
69
103
|
```
|
|
70
104
|
|
|
71
|
-
|
|
105
|
+
Tokenade needs a free account. `tokenade login` links this machine to your dashboard and your plan's quota. No account yet? [Create one](https://tokenade.net/signup) — it's free.
|
|
72
106
|
|
|
73
107
|
**Free** and **Pro** include **unlimited machines**; **Enterprise** is sized to your fleet. Manage machines anytime at [tokenade.net/dashboard](https://tokenade.net/dashboard).
|
|
74
108
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tokenade/cli",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"description": "Tokenade — 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",
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"tar": "^7.5.16"
|
|
16
16
|
},
|
|
17
17
|
"optionalDependencies": {
|
|
18
|
-
"@tokenade/cli-linux-x64": "0.9.
|
|
19
|
-
"@tokenade/cli-linux-x64-musl": "0.9.
|
|
20
|
-
"@tokenade/cli-linux-arm64-musl": "0.9.
|
|
21
|
-
"@tokenade/cli-darwin-arm64": "0.9.
|
|
22
|
-
"@tokenade/cli-darwin-x64": "0.9.
|
|
23
|
-
"@tokenade/cli-win32-x64": "0.9.
|
|
18
|
+
"@tokenade/cli-linux-x64": "0.9.2",
|
|
19
|
+
"@tokenade/cli-linux-x64-musl": "0.9.2",
|
|
20
|
+
"@tokenade/cli-linux-arm64-musl": "0.9.2",
|
|
21
|
+
"@tokenade/cli-darwin-arm64": "0.9.2",
|
|
22
|
+
"@tokenade/cli-darwin-x64": "0.9.2",
|
|
23
|
+
"@tokenade/cli-win32-x64": "0.9.2"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"bin/",
|