added custom header support and example extension

This commit is contained in:
Tudor Oancea 2026-01-06 14:59:26 +01:00 committed by Mario Zechner
parent 512ae4b4c0
commit f755f69e0a
9 changed files with 127 additions and 2 deletions

View file

@ -5,6 +5,7 @@
### Added
- Session picker (`pi -r`) and `--session` flag now support searching/resuming by session ID (UUID prefix) ([#495](https://github.com/badlogic/pi-mono/issues/495) by [@arunsathiya](https://github.com/arunsathiya))
- Extensions can now replace the startup header with `ctx.ui.setHeader()`, see `examples/extensions/custom-header.ts` ([#500](https://github.com/badlogic/pi-mono/pull/500) by [@tudoroancea](https://github.com/tudoroancea))
### Fixed