Skip to content

chore(release): 0.2.0 - #1105

Merged
blove merged 1 commit into
mainfrom
blove/release-0.2.0
Sep 18, 2026
Merged

blove merged 1 commit into
mainfrom
blove/release-0.2.0

Conversation

@blove

@blove blove commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Synchronized minor bump across the six publishable libraries, from 0.1.0 to 0.2.0. docs/RELEASE.md sets minor bumps as the convention, and the last two releases both landed this way: as a pull request, with the tag placed on the merged commit afterwards.

What is in this release

The headline change is pull request 1103. An agent stream that closes without terminal evidence is now reported as an interruption rather than a completed turn, and only the recovery the adapter can prove is safe gets offered: Retry when the request never left, a read-only status check where the backend supports one, otherwise a plain explanation and no action.

Consumer-visible behaviour change

retryable on an interrupted AgentError is now true only when recovery is retry. Previously every interruption was retryable. An interruption whose request may already have reached the server no longer offers a replay, because replaying it could duplicate a tool call or a booking.

Anyone whose UI branches on retryable alone will find that interruptions stop rendering a Retry button. The new branch to add reads recovery, and Agent gained an optional checkStatus for the read-only check. The error handling guide covers both.

How this was prepared

Versioned with nx release version --specifier=minor, agent context files regenerated so they state v0.2.0, changelog generated by nx release changelog. Two deliberate deviations from a plain run, both to keep the tag honest:

  • Tag, commit and push were disabled so the release commit could go through review first.
  • GitHub release creation was suppressed for the generation step. Left on, it would have created a release against a tag that does not exist yet, which would have fired the publish workflow from a commit without the version bump. The tag goes on the merged commit instead.

The generated package-version.ts constants were deliberately not included. The pre-version build embeds the previous version, which docs/RELEASE.md warns about, so committing them would have written a different stale value. They are regenerated correctly at publish time. Worth noting separately that the copies committed on main are stale at 0.0.66 against manifests at 0.1.0; that predates this release and is not fixed here.

package-lock.json was checked for the macOS regeneration hazard. All eight @next/swc-* entries survive across darwin, linux and win32.

🤖 Generated with Claude Code

Synchronized minor bump across the six publishable libraries, matching the
convention in docs/RELEASE.md. The headline change is that an agent stream
closing without terminal evidence is now reported as an interruption rather
than a completed turn, and only the recovery the adapter can prove is safe
gets offered.

Consumer-visible: retryable on an interrupted AgentError is now true only
when recovery is retry, so an interruption whose request may already have
reached the server no longer offers a replay.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Sep 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
threadplane Ready Ready Preview Sep 18, 2026 4:22pm UTC

Request Review

@github-actions github-actions Bot 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.

Automated approval: this PR received an intelligent (AI) code review. See the review comments on this PR.

@github-actions

github-actions Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Claude finished @blove's task in 0s —— View job


I'll analyze this and get back to you.

@blove
blove merged commit 8daea78 into main Sep 18, 2026
78 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant