Files
whiletrue0x 447fad19b2 feat: v0.2.0 — zero-login clients, instant startup, billing header strip
Major overhaul for usability and security:

- Client launcher (ccg): install/hijack/release/status/help subcommands,
  supports zsh/bash/fish, coexists with native claude
- Auth via x-api-key header (matches how CC sends ANTHROPIC_API_KEY)
- Strip billing header entirely instead of rewriting hash — eliminates
  detectable fingerprint and enables 99.98% prompt cache hit rate
- Use existing access token on startup (zero network call), auto-refresh
  only when expired
- Proxy support (HTTPS_PROXY/HTTP_PROXY) for outbound connections
- Path rewriting scoped to <system-reminder> tags only — no longer
  corrupts user message content
- Admin tooling: quick-setup.sh, admin-setup.sh, add-client.sh
- Connection-level request logging
- Docker healthcheck, TLS auto-generation for remote deployment
- 16 tests passing, stale scripts removed, dead code cleaned up

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 18:50:01 +08:00
..