Release v0.30.0

This commit is contained in:
Mario Zechner 2025-12-25 20:35:14 +01:00
parent 2369c09b95
commit 6d97d212d5
11 changed files with 45 additions and 43 deletions

View file

@ -2,6 +2,8 @@
## [Unreleased]
## [0.30.0] - 2025-12-25
### Breaking Changes
- **SessionManager API**: The second parameter of `create()`, `continueRecent()`, and `list()` changed from `agentDir` to `sessionDir`. When provided, it specifies the session directory directly (no cwd encoding). When omitted, uses default (`~/.pi/agent/sessions/<encoded-cwd>/`). `open()` no longer takes `agentDir`. ([#313](https://github.com/badlogic/pi-mono/pull/313))