From e57cc07c1b6d7657d679e3671967c5774eb14cf9 Mon Sep 17 00:00:00 2001 From: teamchong <25894545+teamchong@users.noreply.github.com> Date: Wed, 10 Jun 2026 07:06:22 -0400 Subject: [PATCH] chore(publish): rename npm package to pxpipe-proxy (registry typo-squat filter blocked pxpipe); CLI command stays pxpipe --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 580341c..a5425d7 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/package.json b/package.json index a99c381..7200f0b 100644 --- a/package.json +++ b/package.json @@ -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",