@firstpick/pi-extension-anthropic-auth-recovery

Offer a plan-only Pi recovery flow for classified Anthropic compatibility errors.

Packages

Package details

extension

Install @firstpick/pi-extension-anthropic-auth-recovery from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-extension-anthropic-auth-recovery
Package
@firstpick/pi-extension-anthropic-auth-recovery
Version
0.3.1
Published
Sep 5, 2026
Downloads
7,937/mo · 143/wk
Author
firstpick
License
MIT
Types
extension
Size
57.3 KB
Dependencies
1 dependency · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./anthropic-subscription-auth-recovery.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Anthropic Auth Recovery for Pi

Helps you recover from a narrow class of Anthropic compatibility errors without changing anything automatically.

What you can do

  • Recognizes supported Anthropic compatibility errors.
  • Shows a recovery option only when it matches the problem.
  • Shows startup compatibility warnings only while you are signed in to an Anthropic subscription.
  • Uses another authenticated model to prepare a recovery plan.
  • Never applies compatibility changes automatically.

Install

Install it through Pi:

pi install npm:@firstpick/pi-extension-anthropic-auth-recovery

Restart Pi if the package does not appear in your current session.

How to use it

Use Pi normally. If a supported Anthropic compatibility error appears:

  1. Open the offered recovery action.
  2. Choose an available non-Anthropic model for the investigation.
  3. Review the recovery plan it creates.
  4. Decide separately whether you want any proposed compatibility patch applied.

Technical details

See TECHNICAL.md for complete commands, configuration, compatibility, security, and troubleshooting information.