Skip to content

release: v0.1.1223 - #3511

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

release: v0.1.1223#3511
kojiwakayama merged 1 commit into
mainfrom
release/v0.1.1223

Conversation

@kojiwakayama

@kojiwakayama kojiwakayama commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Patch release cutting #3509.

Contents

fix(agent): let elapsedMs reach the wire through the AG-UI SSE schemas (#3509)

elapsedMs has been stamped since #3502 but never reached storage. The AG-UI SSE payload schemas are an allow-list, and formatAgUiEvent serializes schema.parse(payload) — the parse result — so any undeclared field is dropped between the encoder and the wire:

formatAgUiEvent("StepStarted", { stepName: "step-1", elapsedMs: 42 })
→ 'event: StepStarted\ndata: {"stepName":"step-1"}\n\n'

That one fact explains the whole confusing signature: stepName survived because it is on the allow-list; elapsedMs never was.

Verified against production v0.1.1222 before the fix — the 14:00 tick showed no elapsedMs on pods confirmed to report 0.1.1222.

Version files

deno.json, src/utils/version-constant.ts, and src/html/hydration-script-builder/hydration-runtime.generated.ts — all three at 0.1.1223. (The generated file needs deno task generate; the release script's --no-build path skips it.)

Cut with --no-test --no-build: --no-test is now optional since #3505 fixed the #dnt breakage (issue #425), but --no-build remains mandatory because deno task verify:dist does not exist — filed as issue #435.

Summary by CodeRabbit

  • Chores
    • Updated the application version to 0.1.1223.
    • Version information is now consistent across the application.

@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: b31a2a29-2f7f-4a6d-98ea-4b60657a95dc

📥 Commits

Reviewing files that changed from the base of the PR and between c994891 and 7975f1a.

⛔ 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.1222 to 0.1.1223 in package metadata and the exported version constant.

Changes

Release version update

Layer / File(s) Summary
Synchronize release version
deno.json, src/utils/version-constant.ts
The package version and exported VERSION constant change to 0.1.1223.

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 the release version and matches the version updates in the pull request.
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.1223

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 a0b1c9b Aug 9, 2026
33 checks passed
@kojiwakayama
kojiwakayama deleted the release/v0.1.1223 branch August 9, 2026 15:21
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