chore: version packages - #843
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Baihao Wang (byhow)
added a commit
that referenced
this pull request
Sep 9, 2026
## Summary Runs `changeset pre exit` so the next release publishes stable versions rather than `-rc` ones. `.changeset/pre.json` moves to `"mode": "exit"`; the release workflow deletes the file when it next versions, and the open release PR (#843) will regenerate as a stable `chore: version packages`. Pairs with #844, which reverts #837. #837 is what pulled rc dependency ranges into the tree, so both are needed before a stable release can go out. ## Testing No code change — `.changeset/pre.json` only.
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 9, 2026 16:42
543621e to
1712518
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 9, 2026 16:42
1712518 to
2c1fe38
Compare
deepagents-acp
deepagents
@langchain/sandbox-standard-tests
@langchain/daytona
@langchain/deno
@langchain/modal
@langchain/node-vfs
@langchain/quickjs
commit: |
Hunter Lovell (hntrl)
approved these changes
Sep 9, 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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm 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
deepagents-acp@0.1.30
Patch Changes
eb859e8]:deepagents@1.13.4
Patch Changes
#842
eb859e8Thanks @byhow! - fix(subagents): stop forwarding call-count bookkeeping across the subagent boundaryCounters owned by
modelCallLimitMiddlewareandtoolCallLimitMiddlewareused to cross the subagent boundary in both directions, so parallel delegation failed withInvalidUpdateErrorand serial delegation let a subagent's reset rewind the parent's budget, defeatingrunLimit. Each agent now counts only its own calls, and deliberately shared state such asfilesis unaffected. Middleware outside those two can still collide, most notably amode: "fork"subagent combined with parent-side custom middleware.@langchain/daytona@0.2.3
@langchain/deno@0.2.4
@langchain/modal@0.1.7
@langchain/node-vfs@0.2.4
@langchain/quickjs@0.6.3
@langchain/sandbox-standard-tests@2.0.1
@deepagents/evals@0.0.29
Patch Changes
eb859e8]: