Skip to content

2026-04-09

Choose a tag to compare

@ben-vargas ben-vargas released this 10 Apr 01:02
· 19 commits to main since this release

What's New

@benvargas/pi-claude-code-use v1.0.0 (new package)

Anthropic/Claude OAuth compatibility extension for Pi. Transforms outbound API payloads so Pi works seamlessly with Anthropic subscription tokens without triggering third-party usage classification.

  • System prompt rewriting ("pi itself""the cli itself")
  • Tool filtering: passes core Claude Code tools, Anthropic-native tools, and mcp__-prefixed tools; filters unknown flat-named tools
  • Companion tool MCP aliasing: remaps exa, firecrawl, and antigravity tools to mcp__-prefixed names
  • tool_choice and message history remapping to match surviving tool names
  • Alias activation tracking with per-alias provenance (auto vs user-selected)
  • Debug logging via PI_CLAUDE_CODE_USE_DEBUG_LOG env var

Install: pi install npm:@benvargas/pi-claude-code-use

Package README