Expand description
WASM extension event hooks — types and hook manager.
Provides bridge types for communication between WASM extensions and oxicode’s
TUI/agent. Extensions call oxicode_notify and oxicode_send_message host functions
that push to these queues; the TUI/agent loop drains them.
Structs§
- Pending
Message - A pending message injection from a WASM extension.
- Pending
Notification - A pending notification from a WASM extension to be shown in TUI.
- Tool
Call Hook Result - Result from a tool_call hook.
- Tool
Result Hook Result - Result from a tool_result hook.
- Wasm
Hook Manager - Manages hook dispatching to WASM extensions.