Show HN: Tokenhush – keeps your secrets out of what Claude Code sends Tokenhush, an Apache-2.0 local HTTP gateway released by developer fregie, sits between AI coding tools and vendor APIs on 127.0.0.1 to replace detected secrets in outbound request bodies with session-scoped __PII____ placeholders and restore the originals in responses. The tool ships 6 built-in detectors — prefix, jwt, pem, luhn, and email on by default, with entropy opt-in because its false positives on real agent traffic broke function calling — and provides ready-to-paste base-URL snippets for 14 AI coding tools via `tokenhush env `. Written in pure Go with CGO_ENABLED=0, Tokenhush installs no root certificate, performs no TLS termination or MITM, and disables telemetry by default, with its two optional outbound requests (update check and rule sync) each switchable off. What the model receives with Tokenhush running: detected secrets across many files at once, every value replaced by a placeholder. Tokenhush is a local, loopback-only HTTP gateway. It sits between your AI coding tool and the vendor API. It replaces detected secrets in the outbound request body with session-scoped placeholders, forwards the cleaned request, and restores the originals in the response, so your tool still gets the real values back. The model only ever sees placeholders. It listens on 127.0.0.1 only and installs no root certificate. Your tool sends OPENAI API KEY=