openzoo 0.48.86 → 0.48.87

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/lib/grokui.mjs +0 -1
  2. package/package.json +1 -1
package/lib/grokui.mjs CHANGED
@@ -3928,7 +3928,6 @@ const APP_HTML = `<!doctype html>
3928
3928
 
3929
3929
  const hudBtn = document.getElementById('hudBtn');
3930
3930
  const hud = document.getElementById('hud');
3931
- const chatHeader = document.getElementById('chatHeader');
3932
3931
  const mainEl = document.getElementById('main');
3933
3932
  // Pin the cost card just under the header. #chatHeader wraps, so a fixed
3934
3933
  // 40px sat on top of the spend dials. Measure the live bottom each time
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openzoo",
3
- "version": "0.48.86",
3
+ "version": "0.48.87",
4
4
  "description": "Local x402-paying proxy + MCP server for openzoo.fun \u2014 point any OpenAI-compatible harness (Cursor, Claude Code, aider, SDKs) at localhost and it pays per call from a local burner wallet. Solana and Base rails live; Robinhood experimental.",
5
5
  "license": "MIT",
6
6
  "type": "module",