Release v0.27.3

This commit is contained in:
Mario Zechner 2025-12-24 02:46:23 +01:00
parent 81b10f2fa0
commit f8619c1564
11 changed files with 59 additions and 57 deletions

View file

@ -2,6 +2,8 @@
## [Unreleased]
## [0.27.3] - 2025-12-24
### Added
- **API keys in settings.json**: Store API keys in `~/.pi/agent/settings.json` under the `apiKeys` field (e.g., `{ "apiKeys": { "anthropic": "sk-..." } }`). Settings keys take priority over environment variables. ([#295](https://github.com/badlogic/pi-mono/issues/295))