Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 1.75 KB

File metadata and controls

53 lines (27 loc) · 1.75 KB

Changelog

v0.2.1

compare changes

🩹 Fixes

  • Serialize reconnect resume re-probes (parity with agents 0.17.2, #1837) (#1837)

❤️ Contributors

v0.2.0

compare changes

Brings the Vue port to parity with @cloudflare/ai-chat 0.9.x on resume/recovery.

🚀 Enhancements

  • 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)
  • isRecovering reactive flag, driven by the cf_agent_chat_recovering frame and distinct from streaming (upstream 0.8.0)
  • 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)
  • cf_agent_stream_pending handling: extend the resume probe 5s → 60s during the server's pre-stream window (upstream 0.9.0)
  • connectionError surfaced from the AgentClient on terminal WebSocket close (upstream 0.9.0)

🏡 Chore

  • Bump agents to 0.17.0 and raise the peer floor to >=0.17.0 (first version exporting connectionError / onConnectionError)

❤️ Contributors

v0.1.0

🚀 Enhancements

📖 Documentation

  • Write README with usage, API, coverage table (16461f2)

❤️ Contributors