Skip to content

[Agents] Add changelog for Agents SDK v0.6.0#28581

Merged
whoiskatrin merged 4 commits into
productionfrom
agents-sdk-v0.6.0-changelog
Feb 25, 2026
Merged

[Agents] Add changelog for Agents SDK v0.6.0#28581
whoiskatrin merged 4 commits into
productionfrom
agents-sdk-v0.6.0-changelog

Conversation

@whoiskatrin

Copy link
Copy Markdown
Contributor

Summary

  • Adds changelog entry for Agents SDK v0.6.0
  • Covers RPC transport for MCP (same-Worker Agent ↔ McpAgent via DO binding), optional OAuth for non-authenticated MCP servers, hardened JSON Schema converter, and a batch of @cloudflare/ai-chat reliability fixes

@whoiskatrin
whoiskatrin requested a review from a team as a code owner February 25, 2026 09:30
@whoiskatrin
whoiskatrin requested a review from a team February 25, 2026 09:30
@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

@whoiskatrin

Copy link
Copy Markdown
Contributor Author

/bonk review this changelog and fix minor issues if any

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

ask-bonk Bot commented Feb 25, 2026

Copy link
Copy Markdown
Contributor

Review Summary

This is a well-written changelog entry that closely follows the established pattern from prior Agents SDK changelogs (particularly v0.5.0). Here is the full breakdown:

Fixed (1 issue)

  • Unused import (Warning) — WranglerConfig was imported on line 10 but never used in the file. Removed it, leaving only TypeScriptExample.

No issues found in these areas

  • Frontmatter — All required fields presentHere is the full review:

Review Summary

This is a well-written changelog entry that closely follows the established pattern from the v0.5.0 changelog. One minor fix was applied.

Fix applied

  • Unused import (line 10): Removed WranglerConfig from the import statement — it was imported but never used in the file. This could cause a build warning or linting error.

What passed review

Category Status
Frontmatter All required fields present. title, description, date valid. products references (agents, workers) are valid directory entries.
File path src/content/changelog/agents/2026-02-25-agents-sdk-v0.6.0.mdx follows the {YYYY-MM-DD}-{slug}.mdx convention.
Writing style Active voice, present tense, no contractions, no e.g./i.e., no LLM-isms. Consistent with the v0.5.0 entry.
MDX syntax No unescaped {, }, <, > in prose. :::note admonition is properly closed.
Code blocks All use ts or sh — valid lowercase language identifiers. No $ prefix on shell commands.
Code examples TypeScriptExample components properly wrap the code blocks for the API changes (RPC transport, optional OAuth).
Heading hierarchy H2 sections (##) with one H3 (### Upgrade) under the last H2 — matches the v0.5.0 structure exactly.
Links External GitHub links are appropriate for the SDK repo and tracking issue. No internal doc links needed fixing.
Consistency Structure, tone, and the ### Upgrade footer with npm i agents@latest all match the prior agents SDK changelogs.

No other issues found. The entry is clean and ready to merge.

github run

@github-actions

github-actions Bot commented Feb 25, 2026

Copy link
Copy Markdown
Contributor

Comment thread src/content/changelog/agents/2026-02-25-agents-sdk-v0.6.0.mdx
@whoiskatrin

Copy link
Copy Markdown
Contributor Author

/bonk fix the build

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

ask-bonk Bot commented Feb 25, 2026

Copy link
Copy Markdown
Contributor

Content syncs successfully now. The fix is straightforward:

Root cause: The title and description frontmatter values contained unquoted colons (: ), which YAML interprets as mapping indicators. This caused a bad indentation of a mapping entry parse error at line 2, column 24 — right at v0.6.0: RPC.

Fix: Wrapped both title and description values in double quotes so YAML treats them as plain strings.

github run

@whoiskatrin
whoiskatrin merged commit 4798fd1 into production Feb 25, 2026
9 checks passed
@whoiskatrin
whoiskatrin deleted the agents-sdk-v0.6.0-changelog branch February 25, 2026 13:58
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.

3 participants