Release v0.26.0

This commit is contained in:
Mario Zechner 2025-12-22 12:53:58 +01:00
parent 207c2cd566
commit 42bc368e70
11 changed files with 42 additions and 40 deletions

View file

@ -2,6 +2,8 @@
## [Unreleased]
## [0.26.0] - 2025-12-22
### Added
- **SDK for programmatic usage**: New `createAgentSession()` factory with full control over model, tools, hooks, skills, session persistence, and settings. Philosophy: "omit to discover, provide to override". Includes 12 examples and comprehensive documentation. ([#272](https://github.com/badlogic/pi-mono/issues/272))