docs: add changelog and readme entry for notify.ts extension (#658)

This commit is contained in:
Mario Zechner 2026-01-12 16:33:42 +01:00
parent 424597d558
commit 06bf2493a1
2 changed files with 5 additions and 0 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Extension example: `notify.ts` for desktop notifications via OSC 777 escape sequence ([#658](https://github.com/badlogic/pi-mono/pull/658) by [@ferologics](https://github.com/ferologics))
## [0.43.0] - 2026-01-11
### Breaking Changes

View file

@ -48,6 +48,7 @@ cp permission-gate.ts ~/.pi/agent/extensions/
| `send-user-message.ts` | Demonstrates `pi.sendUserMessage()` for sending user messages from extensions |
| `timed-confirm.ts` | Demonstrates AbortSignal for auto-dismissing `ctx.ui.confirm()` and `ctx.ui.select()` dialogs |
| `modal-editor.ts` | Custom vim-like modal editor via `ctx.ui.setEditorComponent()` |
| `notify.ts` | Desktop notifications via OSC 777 when agent finishes (Ghostty, iTerm2, WezTerm) |
### Git Integration