Skip to content

v0.4.0

Choose a tag to compare

@hampsterx hampsterx released this 12 Apr 10:34

What's new

Changed

  • Subscription-first auth — subprocess no longer forwards ANTHROPIC_API_KEY by default. Set CLAUDE_BRIDGE_USE_API_KEY=1 to opt in to API key auth. Prevents accidental API credit consumption when subscription auth is available.
  • Secret redaction in error pathscheckErrorPatterns now uses redactSecrets() before throwing, preventing secret leakage in auth/quota/connection errors

Added

  • CLAUDE_BRIDGE_USE_API_KEY env var for explicit API key auth opt-in
  • Extracted DESIGN.md and SECURITY.md from README for better navigation
  • 190 tests (up from 186)

Full Changelog: v0.3.1...v0.4.0