docs(coding-agent): document extension UI protocol in RPC docs, add examples (#1144)

This commit is contained in:
Aliou Diallo 2026-02-01 13:25:18 +01:00 committed by GitHub
parent 4ca7bbe450
commit 7feae0d5c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 951 additions and 1 deletions

View file

@ -2,6 +2,12 @@
## [Unreleased]
### Added
- Added Extension UI Protocol documentation to RPC docs covering all request/response types for extension dialogs and notifications ([#1144](https://github.com/badlogic/pi-mono/pull/1144) by [@aliou](https://github.com/aliou))
- Added `rpc-demo.ts` example extension exercising all RPC-supported extension UI methods ([#1144](https://github.com/badlogic/pi-mono/pull/1144) by [@aliou](https://github.com/aliou))
- Added `rpc-extension-ui.ts` TUI example client demonstrating the extension UI protocol with interactive dialogs ([#1144](https://github.com/badlogic/pi-mono/pull/1144) by [@aliou](https://github.com/aliou))
## [0.50.9] - 2026-02-01
### Added