Skip to content

[Agents] Add changelog for Agents SDK v0.5.0 and @cloudflare/ai-chat v0.1.0#28357

Merged
threepointone merged 9 commits into
productionfrom
changelog/agents-sdk-v0.5.0
Feb 17, 2026
Merged

[Agents] Add changelog for Agents SDK v0.5.0 and @cloudflare/ai-chat v0.1.0#28357
threepointone merged 9 commits into
productionfrom
changelog/agents-sdk-v0.5.0

Conversation

@whoiskatrin

Copy link
Copy Markdown
Contributor

Summary

  • Adds a changelog entry for the Agents SDK v0.5.0 release, covering:
    • Built-in retry utilities with exponential backoff, per-task retry options, and class-level defaults
    • First stable release of @cloudflare/ai-chat v0.1.0 with major refactor, new features (maxPersistedMessages, body option, incremental persistence), and numerous bug fixes
    • Synchronous queue and schedule getter methods (backward compatible)
    • React hooks lint fix, TypeScript deep recursion fix, POST SSE keepalive, widened peer dependency ranges

@whoiskatrin
whoiskatrin requested a review from a team as a code owner February 16, 2026 10:26
@whoiskatrin
whoiskatrin requested a review from a team February 16, 2026 10:26
@whoiskatrin

Copy link
Copy Markdown
Contributor Author

/bonk review this changelog and fix minor issues if needed

@github-actions

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/changelog/ @cloudflare/pm-changelogs, @cloudflare/pcx-technical-writing

@ask-bonk

ask-bonk Bot commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

Review Summary

This is a well-written changelog entry. The frontmatter, MDX structure, code examples, and overall content are solid and consistent with the existing v0.4.0 changelog conventions.

What looks good:

  • Frontmatter is schema-compliant with valid products references (agents, workers)
  • TypeScriptExample component is correctly imported and used
  • Code blocks all have proper lowercase language specifiers (ts, sh)
  • No unescaped JSX-special characters ({, }, <, >) in prose
  • Heading hierarchy is correct (H2 sections, H3 for Upgrade under Other improvements — matches v0.4.0 pattern)
  • Internal structure follows the established pattern: intro paragraph, feature sections with code examples, other improvements list, upgrade instructions

One minor fix applied:

  • Line 68: Converted the dense comma-separated bug fix sentence into a bulleted list. The original packed five distinct bug fixes into a single run-on sentence, making it harder to scan. The bulleted format is consistent with how the rest of the entry (and the "Key new features" section directly above) presents lists of items.

github run

@github-actions

github-actions Bot commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

Comment thread src/content/changelog/agents/2026-02-16-agents-sdk-v0.5.0.mdx Outdated
Comment thread src/content/changelog/agents/2026-02-16-agents-sdk-v0.5.0.mdx Outdated
Comment thread src/content/changelog/agents/2026-02-16-agents-sdk-v0.5.0.mdx Outdated
whoiskatrin and others added 2 commits February 16, 2026 16:14
Co-authored-by: Sunil Pai <spai@cloudflare.com>
Co-authored-by: Sunil Pai <spai@cloudflare.com>
@whoiskatrin

Copy link
Copy Markdown
Contributor Author

/bonk update the date to the 17th

Co-authored-by: whoiskatrin <whoiskatrin@users.noreply.github.com>
@ask-bonk

ask-bonk Bot commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

Done. Updated the date to the 17th in both the frontmatter (date: 2026-02-17) and the filename (2026-02-16-agents-sdk-v0.5.0.mdx2026-02-17-agents-sdk-v0.5.0.mdx).

github run

Comment thread src/content/changelog/agents/2026-02-17-agents-sdk-v0.5.0.mdx Outdated
Comment thread src/content/changelog/agents/2026-02-17-agents-sdk-v0.5.0.mdx Outdated
whoiskatrin and others added 3 commits February 17, 2026 09:34
Co-authored-by: Jun Lee <junlee@cloudflare.com>
Revise the Agents SDK v0.5.0 changelog to include per-connection protocol message control and data parts. Adds a new 'Per-connection protocol message control' section with a TypeScript example and link to docs, updates the release summary to mention protocol control and data parts, and expands the @cloudflare/ai-chat v0.1.0 notes to include data parts, tool approval persistence, and several bug-fix clarifications and reordering.
@threepointone
threepointone enabled auto-merge (squash) February 17, 2026 11:52
@threepointone
threepointone merged commit bfd9191 into production Feb 17, 2026
9 checks passed
@threepointone
threepointone deleted the changelog/agents-sdk-v0.5.0 branch February 17, 2026 12:09

@threepointone threepointone left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tweaks to version numbers

Comment thread src/content/changelog/agents/2026-02-17-agents-sdk-v0.5.0.mdx
Comment thread src/content/changelog/agents/2026-02-17-agents-sdk-v0.5.0.mdx
@threepointone

Copy link
Copy Markdown
Contributor

ah nevermind the tweaks, it'll be fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants