@agents24/chat-react 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ The package owns thread hydration, older-page pagination, stream/reattach state,
|
|
|
22
22
|
- `appendStableStreamingTurn(messages, userMessage, assistantMessage)`
|
|
23
23
|
- `upsertStableAssistantMessage(messages, input)`
|
|
24
24
|
- normalized chat message, part, transport, and storage types
|
|
25
|
-
- typed V2 `pendingHitl`, `isResolvingHitl`, and `resumeHitl(...)` controller state/actions in
|
|
25
|
+
- typed V2 `pendingHitl`, `isResolvingHitl`, and `resumeHitl(...)` controller state/actions in the current `0.3.x` contract
|
|
26
26
|
- strict HITL response-block parsing and `waitForMcpOauthComplete(...)` for validated host-owned OAuth popup completion
|
|
27
27
|
- `partsFromResponseBlocks(blocks, fallbackText)`
|
|
28
28
|
- `renderChatPart(part, message, renderOptions)`
|