Release v0.28.0

This commit is contained in:
Mario Zechner 2025-12-25 03:57:41 +01:00
parent 1059d39d54
commit fa716246ea
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,8 @@
## [Unreleased]
## [0.28.0] - 2025-12-25
### Breaking Changes
- **OAuth storage removed** ([#296](https://github.com/badlogic/pi-mono/issues/296)): All storage functions (`loadOAuthCredentials`, `saveOAuthCredentials`, `setOAuthStorage`, etc.) removed. Callers are responsible for storing credentials.

View file

@ -2,6 +2,8 @@
## [Unreleased]
## [0.28.0] - 2025-12-25
### Changed
- **Credential storage refactored**: API keys and OAuth tokens are now stored in `~/.pi/agent/auth.json` instead of `oauth.json` and `settings.json`. Existing credentials are automatically migrated on first run. ([#296](https://github.com/badlogic/pi-mono/issues/296))