release: v0.1.1256 - #4414
release: v0.1.1256#4414
Conversation
There was a problem hiding this comment.
kwakayama has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
📦 Client bundle boundary
A server module in a client graph aborts hydration in the browser. New leaks fail CI; known leaks are tracked in |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Team Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe release version changes from ChangesStable release version
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This updates the release-candidate version to the stable 0.1.1256 value for publishing and version metadata. No current merge-blocking risk remains. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Review: 94/100 — clean, well-documented mechanical release bumpThis is a standard release-promotion PR ( Strengths
Concerns (minor, non-blocking)
No actionable code changes requested — approve pending green CI. Generated by Claude Code |
There was a problem hiding this comment.
🟢 Approval recommended
The change is a consistent, fully-aligned version promotion across the canonical version sources and the generated hydration bundle.
Pull request overview
Promotes the repository version from the 0.1.1256-rc prerelease stream to the stable 0.1.1256 release so the publishing pipeline can ship veryfront@latest to npm. This fits the codebase’s release process by updating the authoritative version in deno.json, the shared runtime constant, and the pre-bundled hydration runtime that embeds the version string.
Changes:
- Bump
deno.jsonpackage version to0.1.1256. - Update
src/utils/version-constant.tsto the stable0.1.1256. - Regenerate the hydration runtime bundle so it embeds
VERSION = "0.1.1256".
Verification noted in PR description:
deno task typecheck(exit 0, no “is stale” output). Not re-run in this review session.
File summaries
| File | Description |
|---|---|
| deno.json | Sets the published package version to 0.1.1256. |
| src/utils/version-constant.ts | Keeps the shared VERSION constant in sync with deno.json. |
| src/html/hydration-script-builder/hydration-runtime.generated.ts | Regenerates the bundled hydration runtime to embed the stable version string. |
Review details
- Files reviewed: 2/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Note Automatic reviews are paused because your trial's included automatic processing has been used for this period. Upgrade now, or comment "Gitar review" to run a review anytime. Code Review ✅ ApprovedVersion bump to v0.1.1256 for npm OptionsDisplay: compact → Showing less information. Comment with these commands to change the behavior for this request:
Important Your trial ends in 4 days — upgrade now to keep code review, CI analysis, auto-apply, custom automations, and more. Was this helpful? React with 👍 / 👎 | Gitar |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|



Promotes
mainfrom0.1.1256-rcto a clean0.1.1256so the release job publishes to npm--tag latest.Why now
latesthas been at0.1.1255since 2026-08-31 -- 5 days, longer than this repo's typical 1-4 day stable-release cadence. Thercchannel has moved on to0.1.1256-rc.18533, which now carries the full fix chain from this week's staging-401 incident work: veryfront-code#4407 (header-parsing 401 fix), #4411 (DetachedRunTracker crash-loop fix), #4412/#4413 (internal-URL trust hardening for run-scoped inference credentials), all verified end-to-end via a greenRemote E2E Healthtarget=stagingrun (39/39ai-live, every catalogue model). Anyone consumingveryfront@latestunpinned is still 9 RC builds behind that.Files
Mirrors the v0.1.1255 release:
deno.json,src/utils/version-constant.ts, and the regeneratedsrc/html/hydration-script-builder/hydration-runtime.generated.ts(it embeds the version string).templates/manifest.generated.tsneeded no change this time.Verified
0.1.1256is above bothmain(0.1.1256-rc) and npmlatest(0.1.1255), so the release job will not no-op.deno task typecheck-- exit 0, nois staleoutput.b894ff492, fix(provider): trust internal cluster hostnames for run-scoped inference credentials #4413's merge) already verified viaRemote E2E Healthtarget=stagingrun 33918528975.Note
Companion to veryfront-infrastructure#329, which adds
veryfront-code's release process to the production-release runbook (previously undocumented there).Release doc: veryfront-infrastructure#330 (consolidated view of this and four other release PRs prepared the same session). Follow-up: #4415 (draft, stacked, resumes the RC line after this merges).
Summary by CodeRabbit
0.1.1256-rcto stable release0.1.1256.