clawzempic 1.0.8 → 1.0.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.
package/bin/clawzempic.js CHANGED
@@ -27,7 +27,7 @@ import { join, basename } from 'node:path';
27
27
  // ── Constants ─────────────────────────────────────────────────────────────────
28
28
 
29
29
  const API_BASE = 'https://api.clawzempic.ai';
30
- const VERSION = '1.0.8';
30
+ const VERSION = '1.0.9';
31
31
  const OPENCLAW_DIR_NAME = '.openclaw';
32
32
 
33
33
  // ── ANSI Colors (no dependencies) ─────────────────────────────────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawzempic",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Intelligent LLM API proxy — prompt caching, smart routing, memory. Drop-in replacement that cuts your Claude API costs 70-95%.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",