chore: release packages#66
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
July 24, 2026 14:17
ed75be8 to
2594962
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 24, 2026 14:18
2594962 to
b8cb8f3
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
@openagentpack/cli@0.3.1
Patch Changes
@openagentpack/playground@0.3.1
Patch Changes
@openagentpack/sdk@0.3.1
Patch Changes
32778d4: Lower the SDK
enginesfloor from Node>=22to>=18.17.0.The SDK runtime only relies on APIs available since Node 18.17 (
node:fs/path/crypto/os, globalfetch/FormData,structuredClone, web streams), so the previous floor was a repository baseline rather than a runtime requirement. The tsup build target is pinned toes2022so emitted syntax stays parseable on the new floor, and CI now runs an SDK-only packed-install smoke on Node 18 and 20 (smoke-packed.ts --sdk-only) to enforce the contract. The@openagentpack/cliand@openagentpack/playgroundpackages keep their Node>=22requirement.@openagentpack/server@0.0.7
Patch Changes