Add changelog entry for terminal title feature (#407)

This commit is contained in:
Mario Zechner 2026-01-02 22:02:14 +01:00
parent 5ef3cc90d1
commit 1e7d991a25

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Terminal window title now displays "pi - dirname" to identify which project session you're in ([#407](https://github.com/badlogic/pi-mono/pull/407) by [@kaofelix](https://github.com/kaofelix))
### Fixed
- `AgentSession.prompt()` now throws if called while the agent is already streaming, preventing race conditions. Use `queueMessage()` to queue messages during streaming.