Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 15:58

2.0.0 (2026-07-17)

⚠ BREAKING CHANGES

  • 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)
  • retro: add retro notes for issue #40 (b4dd58b)