@tokenade/cli 0.9.8 → 0.9.9

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -76,7 +76,7 @@ Every agent gets Tokenade's prompt- and CLI-level features — **code search**,
76
76
  | **Windsurf**⁵ | — | — | ✅ | ✅ | ✅ | ◐ | — | ✅ | — |
77
77
  | **Antigravity**⁵ | — | — | ✅ | ✅ | ✅ | ◐ | — | ✅ | — |
78
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. ⁶ **Aider** is wrap-only: command compaction is not automatic — run commands through `tokenade wrap …`, or enable the opt-in PATH shim with `tokenade install --shim`.</sub>
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. ⁶ **Aider** is wrap-only: command compaction is not automatic — run commands through `tokenade wrap …`.</sub>
80
80
 
81
81
  ### Command-line vs. desktop editions
82
82
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tokenade/cli",
3
- "version": "0.9.8",
3
+ "version": "0.9.9",
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": "SEE LICENSE IN LICENSE",
@@ -15,12 +15,12 @@
15
15
  "tar": "^7.5.16"
16
16
  },
17
17
  "optionalDependencies": {
18
- "@tokenade/cli-linux-x64": "0.9.8",
19
- "@tokenade/cli-linux-x64-musl": "0.9.8",
20
- "@tokenade/cli-linux-arm64-musl": "0.9.8",
21
- "@tokenade/cli-darwin-arm64": "0.9.8",
22
- "@tokenade/cli-darwin-x64": "0.9.8",
23
- "@tokenade/cli-win32-x64": "0.9.8"
18
+ "@tokenade/cli-linux-x64": "0.9.9",
19
+ "@tokenade/cli-linux-x64-musl": "0.9.9",
20
+ "@tokenade/cli-linux-arm64-musl": "0.9.9",
21
+ "@tokenade/cli-darwin-arm64": "0.9.9",
22
+ "@tokenade/cli-darwin-x64": "0.9.9",
23
+ "@tokenade/cli-win32-x64": "0.9.9"
24
24
  },
25
25
  "files": [
26
26
  "bin/",