Version Packages - #189
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 3, 2026 05:42
0176246 to
037e39c
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 3, 2026 06:01
037e39c to
475e9cd
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@openspec-ui/core@0.47.0
Minor Changes
eca84bc: Bound retained checkpoints on their own limit and stop reading every one at startup.
WorkbenchRunJournal.load()returns checkpoint references with aloadCheckpoint()reader instead of reading and parsing every payload. On this repository that read was 531 MB on every activation.maxCheckpointSessions(default 10), separate frommaxProcesses: a process entry is tens of bytes, a checkpoint tens of megabytes, and one limit over both is not a limit.canRollbackcovers completed and failed runs, so evicting them by state would withdraw a rollback the product offers.Patch Changes
openspec-ui-vscode@0.34.0
Minor Changes
eca84bc: Bound retained checkpoints on their own limit and stop reading every one at startup.
WorkbenchRunJournal.load()returns checkpoint references with aloadCheckpoint()reader instead of reading and parsing every payload. On this repository that read was 531 MB on every activation.maxCheckpointSessions(default 10), separate frommaxProcesses: a process entry is tens of bytes, a checkpoint tens of megabytes, and one limit over both is not a limit.canRollbackcovers completed and failed runs, so evicting them by state would withdraw a rollback the product offers.Patch Changes
@openspec-ui/server@1.13.16
Patch Changes
@openspec-ui/webui@1.23.2
Patch Changes