Prepare CUA package releases#57
Merged
Merged
Conversation
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.
Summary
@onkernel/cua-aito0.6.0@onkernel/cua-agentto0.6.0and pin@onkernel/cua-ai@0.6.0@onkernel/cua-clito0.4.0and pin both CUA libraries at0.6.0After merge, publish sequentially from the same commit: AI, then Agent, then CLI. Each dependent tag waits for the prior package to become available on npm.
Testing
npm run build --workspace @onkernel/cua-aienv -u GOOGLE_API_KEY -u GEMINI_API_KEY npm test --workspace @onkernel/cua-ai(142 passed)npm run build --workspace @onkernel/cua-agentnpm run typecheck --workspace @onkernel/cua-agentnpm test --workspace @onkernel/cua-agent -- --exclude '**/*.live.test.ts'(160 passed)npm run build --workspace @onkernel/ptywrightPTYWRIGHT_REQUIRED=1 npm test --workspace @onkernel/cua-cli(92 passed)cua --helpsmoke testNote
Low Risk
Release-only version and documentation updates with no runtime code changes in the PR diff.
Overview
Prepares a coordinated npm release by bumping
@onkernel/cua-aito 0.6.0,@onkernel/cua-agentto 0.6.0 (pinned on AI 0.6.0), and@onkernel/cua-clito 0.4.0 (pinned on both libraries at 0.6.0), with matchingpackage-lock.jsonworkspace entries.Adds 0.6.0 changelog notes that document behavior already in the tree: AI’s breaking move from
CUA_DISABLE_RESPONSE_THREADINGto per-requestdisableResponseThreading/ agentresponseThreading; agent opt-inretry, defaulttoolResultImageReplayLimit,responseThreading, andemptyResponseRecovery. No application source changes in this diff—release metadata only.Reviewed by Cursor Bugbot for commit 6c35a7e. Bugbot is set up for automated code reviews on this repo. Configure here.