@tokenade/cli 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. package/install.js +6 -0
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -115,6 +115,12 @@ async function main() {
115
115
 
116
116
  console.log(`✓ tokenade ${manifest.version} installed (${target})`);
117
117
  console.log(" Next: run `tokenade login` to activate this machine.");
118
+ console.log(
119
+ " Login also wires up your coding agents (hooks + MCP) so token savings start —",
120
+ );
121
+ console.log(
122
+ " already activated? run `tokenade install`, or `tokenade healthcheck` to verify the wiring.",
123
+ );
118
124
  }
119
125
 
120
126
  main().catch((err) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tokenade/cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "Tokenade — cut your AI coding agent's token bill. Installs the Tokenade CLI + MCP server (a local, paid token-reduction tool; activate via your browser).",
5
5
  "homepage": "https://tokenade.net",
6
6
  "license": "UNLICENSED",