Skip to content

release: v0.1.1221 - #3499

Merged
kojiwakayama merged 1 commit into
mainfrom
release/v0.1.1221
Aug 9, 2026
Merged

release: v0.1.1221#3499
kojiwakayama merged 1 commit into
mainfrom
release/v0.1.1221

Conversation

@kojiwakayama

@kojiwakayama kojiwakayama commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Patch release cutting #3497.

Contents

fix(agent): keep one run-scoped encoder across hosted stream chunks (#3497)

createConversationHostedStreamLifecycleAdapter constructed a fresh ConversationRunEventEncoder per chunk, so on the top-level hosted path — the path production runs take — stepCount restarted at 1 every chunk and elapsedMs was stamped against a just-created anchor.

v0.1.1220 shipped the encoder clock (#3483) but wired it into createConversationRunChunkMirror, which only serves child runs. That's why persisted events on 1220 still carry no elapsedMs.

Version files

deno.json, src/utils/version-constant.ts, and src/html/hydration-script-builder/hydration-runtime.generated.ts — all three bumped to 0.1.1221, matching the shape of the v0.1.1220 release commit. (The generated file needs deno task generate; the release script's --no-build path skips it.)

Cut with --no-test --no-build per the #dnt import breakage (issue #425).

Summary by CodeRabbit

  • Chores
    • Updated the application version to 0.1.1221.
    • Ensured the displayed and packaged version information remains consistent.

@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: e1db5f97-b89d-435a-8313-107aaaa0c98a

📥 Commits

Reviewing files that changed from the base of the PR and between 6bf6da7 and 0277844.

⛔ Files ignored due to path filters (1)
  • src/html/hydration-script-builder/hydration-runtime.generated.ts is excluded by !**/*.generated.*
📒 Files selected for processing (2)
  • deno.json
  • src/utils/version-constant.ts

📝 Walkthrough

Walkthrough

The release version changes from 0.1.1220 to 0.1.1221 in deno.json and the exported VERSION constant.

Changes

Release version synchronization

Layer / File(s) Summary
Update release version
deno.json, src/utils/version-constant.ts
The package metadata and exported VERSION constant now report 0.1.1221.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: kwakayama

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies this pull request as the v0.1.1221 release, which matches the stated patch release objective.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.1.1221

Comment @coderabbitai help to get the list of available commands.

@kojiwakayama
kojiwakayama added this pull request to the merge queue Aug 9, 2026
Merged via the queue into main with commit f49e7d0 Aug 9, 2026
33 checks passed
@kojiwakayama
kojiwakayama deleted the release/v0.1.1221 branch August 9, 2026 11:44
@kwakayama kwakayama mentioned this pull request Aug 9, 2026
@coderabbitai coderabbitai Bot mentioned this pull request Aug 9, 2026
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