You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brings the Vue port to parity with `@cloudflare/ai-chat` 0.9.x on resume/recovery.
9
+
10
+
### 🚀 Enhancements
11
+
12
+
- Resume dedupe: fallback-ACK a resume offer at most once per socket, preventing duplicated assistant text on a double resume replay (upstream 0.8.5)
13
+
-`isRecovering` reactive flag, driven by the `cf_agent_chat_recovering` frame and distinct from streaming (upstream 0.8.0)
14
+
-`cancelOnClientAbort` option: generic client aborts are local-only by default; explicit `stop()` always cancels the server turn — including resume-fallback-observed and transport-resumed turns (upstream 0.7.0)
15
+
-`cf_agent_stream_pending` handling: extend the resume probe 5s → 60s during the server's pre-stream window (upstream 0.9.0)
16
+
-`connectionError` surfaced from the `AgentClient` on terminal WebSocket close (upstream 0.9.0)
17
+
18
+
### 🏡 Chore
19
+
20
+
- Bump `agents` to 0.17.0 and raise the peer floor to `>=0.17.0` (first version exporting `connectionError` / `onConnectionError`)
0 commit comments