chore(publish): rename npm package to pxpipe-proxy (registry typo-squat filter blocked pxpipe); CLI command stays pxpipe

This commit is contained in:
teamchong
2026-06-10 07:06:22 -04:00
parent 63c1eab83e
commit e57cc07c1b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ eval (see benchmarks).*
## Try it (30 seconds)
```bash
npx pxpipe # proxy on 127.0.0.1:47821
npx pxpipe-proxy # proxy on 127.0.0.1:47821
ANTHROPIC_BASE_URL=http://localhost:47821 claude # point Claude Code at it
```
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "pxpipe",
"name": "pxpipe-proxy",
"version": "0.2.0",
"description": "Token-saving proxy for Claude Code: renders bulky context (system prompt, tool docs, old history) as dense PNGs to cut input tokens. Runs on Node and Cloudflare Workers.",
"type": "module",