mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 21:03:19 +00:00
Mark Hook API Changes as complete in plan
This commit is contained in:
parent
4ff5f61ffc
commit
1721bb8398
1 changed files with 2 additions and 2 deletions
|
|
@ -128,7 +128,7 @@ Behavior:
|
|||
- [x] `registerCustomMessageRenderer(customType, renderer)` in HookAPI for custom renderers
|
||||
- [x] Renderer returns inner Component, TUI wraps in styled Box
|
||||
|
||||
### Hook API Changes
|
||||
### Hook API Changes ✅
|
||||
|
||||
**Renamed:**
|
||||
- `renderCustomMessage()` → `registerCustomMessageRenderer()`
|
||||
|
|
@ -212,7 +212,7 @@ Wiring (all in AgentSession.prompt()):
|
|||
- [x] If handler returns undefined, return early (no LLM call)
|
||||
- [x] Works for all modes (interactive, RPC, print) via shared AgentSession
|
||||
|
||||
**New: `ui.custom()`**
|
||||
**New: `ui.custom()` ✅**
|
||||
|
||||
For arbitrary hook UI with keyboard focus:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue