chore: 6.0.0 release branch - #59
Open
dnviti wants to merge 1 commit into
Open
Conversation
Opens the container for the next release. A major rather than a minor: the per-user environment work landing here changes where a signed-in user's terminals, agents and files actually run, and an installation that turns it on is not the same product it was. Nothing else in this commit — the version, and somewhere for the release's pull requests to land.
Contributor
There was a problem hiding this comment.
Pull request overview
Creates the 6.0.0 release container branch by bumping the project version, so stacked feature PRs targeting 6.0.0 can merge into a single release line before landing in main.
Changes:
- Bumped
package.jsonversion from5.2.0to6.0.0. - Updated corresponding
package-lock.jsonversion fields to6.0.0.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates the npm package version to 6.0.0 for the release branch. |
| package-lock.json | Keeps lockfile metadata in sync with the new 6.0.0 version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Jul 27, 2026
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.
The container for the next release. Feature branches for 6.0.0 target this
branch, not
main, so the release lands as one merge.A major rather than a minor: the per-user environment work landing here changes
where a signed-in user's terminals, agents and files actually run. An
installation that turns it on is not the same product it was.
This PR on its own is only the version bump. What it collects:
sizes and automatic scaling.
Merging
Merge the stacked PRs into this branch first, then this one into
main. Donot pass
--delete-branchwhen merging a stacked PR whose own child isstill open — deleting the head branch closes the PR above it.
🤖 Generated with Claude Code