You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pi 0.80.0 through 0.80.7 hosts are no longer supported; upgrade to @earendil-works/pi-coding-agent@0.80.8 or later. Dropping the oauth override also removes the mergeRefreshedCredentials refresh-token guard that preserved a rotated refresh_token when the refresh response omitted one; Pi's built-in anthropicOAuth now owns login and refresh, and recovery from a dropped rotation token is a manual /login anthropic.
Bug Fixes
require @earendil-works/pi-ai and pi-coding-agent >=0.80.8 (6e84d5d)
restore /login on Pi 0.80.8 by dropping the removed-API oauth override (9624771)
Documentation
caveat upstream oauth-override note after Issue #43 (0178c8c)
document the registerProvider merge migration hazard for #43 (8f5618b)
drop OAuth override references after delegating login/refresh to Pi (8f12fc2)
plan re-enabling pi-anthropic-auth on Pi 0.80.8+ (#43) (07df94d)
retro: add build stage notes for issue #43 (cf8fee1)
retro: add planning stage notes for issue #43 (cb3c506)