@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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 package `0.3.0`
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)`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents24/chat-react",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Headless React controller and MessageScroller primitives for Agents24 chat surfaces.",
5
5
  "private": false,
6
6
  "type": "module",