Release 0.12.1 - #856
Closed
blove wants to merge 1 commit into
Closed
Release 0.12.1#856blove wants to merge 1 commit into
blove wants to merge 1 commit into
Conversation
Run `pnpm run version` (changeset version + chart appVersion sync) on main c075436: the fixed group of 21 packages goes 0.12.0 -> 0.12.1 and both charts' appVersion to 0.12.1, consuming the 14 pending patch changesets. Identical to the bot's Version Packages branch at 222a0e9. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
Superseded by the 0.13.0 release PR: Brian asked for a minor release instead of 0.12.1. |
Open
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.12.1
This prepares the fixed group of 21 B4.run packages at 0.12.1 from main
c0754368d. Both charts'appVersionmoves to 0.12.1 (b4-app chart 0.2.21, b4-sandbox-infra chart 0.1.25). All 14 pending changesets arepatch, so this is a plainpnpm run version(changeset versionplus the chart sync) with no hand retarget. The result is byte-identical to the bot's Version Packages branch (#818 at222a0e92). This release is cut from its own branch because the bot force-pushes that branch on every push to main.What ships
editFiletool and rangedreadFile; staged workspaces (sandbox.stagedWorkspaces, source upload plusworkspaceonPOST /threads); read a thread's workspace over HTTP (sandbox.workspaceRead: "http").sandbox.threaddecides each thread's workspace, image and policy once at first admission. A thread can have its own permission allow-list and keeps "Always" grants on the thread's record.nodebuild target now carries the thread access policy in its build. A missing policy file at boot refuses to start instead of serving thread endpoints ungated.responseSchemaoncreateAgentHarness/defineEval; recordings that replay would reject now fail at record time; aimock^1.43.0.EPIPE. The sandboxnetworkdefault is now honest:{ mode: "allow" }with no unenforced denylist.Verification
0.12.1. No changeset files remain.pnpm build,node scripts/check-docs.mjs(which scans the generated CHANGELOGs),pnpm test:release-integrity,pnpm test:sync-chart-appversion, andpnpm verify:typescript-tooling-pack(smoke passed at 0.12.1).c0754368dpassed (CI, CodeQL, Release).🤖 Generated with Claude Code