Skip to content

Commit e7f669b

Browse files
ymansurozerclaude
andcommitted
chore(release): v0.2.0
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012MmBgJB6Z7GT9ZffT79YhA
1 parent ae4ce0a commit e7f669b

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# Changelog
22

33

4+
## v0.2.0
5+
6+
[compare changes](https://github.com/ymansurozer/agents-vue/compare/v0.1.0...v0.2.0)
7+
8+
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`)
21+
22+
### ❤️ Contributors
23+
24+
- Ymansurozer <ymansurozer@gmail.com>
25+
26+
427
## v0.1.0
528

629

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agents-vue",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Vue 3 composable for Cloudflare Agents — a port of @cloudflare/ai-chat/react's useAgentChat.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)