Skip to content

chore: version packages - #843

Merged
Baihao Wang (byhow) merged 1 commit into
mainfrom
changeset-release/main
Sep 9, 2026
Merged

Baihao Wang (byhow) merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

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

  • Updated dependencies [eb859e8]:
    • deepagents@1.13.4

deepagents@1.13.4

Patch Changes

  • #842 eb859e8 Thanks @byhow! - fix(subagents): stop forwarding call-count bookkeeping across the subagent boundary

    Counters owned by modelCallLimitMiddleware and toolCallLimitMiddleware used to cross the subagent boundary in both directions, so parallel delegation failed with InvalidUpdateError and serial delegation let a subagent's reset rewind the parent's budget, defeating runLimit. Each agent now counts only its own calls, and deliberately shared state such as files is unaffected. Middleware outside those two can still collide, most notably a mode: "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

  • Updated dependencies [eb859e8]:
    • deepagents@1.13.4

@vercel

vercel Bot commented Sep 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
deepagentsjs-ui Ready Ready Preview Sep 9, 2026 4:42pm UTC

Request Review

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
github-actions Bot force-pushed the changeset-release/main branch from 543621e to 1712518 Compare September 9, 2026 16:42
@github-actions github-actions Bot changed the title chore: version packages (rc) chore: version packages Sep 9, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 1712518 to 2c1fe38 Compare September 9, 2026 16:42
@pkg-pr-new

pkg-pr-new Bot commented Sep 9, 2026

Copy link
Copy Markdown

Open in StackBlitz

deepagents-acp

npm i https://pkg.pr.new/deepagents-acp@843

deepagents

npm i https://pkg.pr.new/deepagents@843

@langchain/sandbox-standard-tests

npm i https://pkg.pr.new/@langchain/sandbox-standard-tests@843

@langchain/daytona

npm i https://pkg.pr.new/@langchain/daytona@843

@langchain/deno

npm i https://pkg.pr.new/@langchain/deno@843

@langchain/modal

npm i https://pkg.pr.new/@langchain/modal@843

@langchain/node-vfs

npm i https://pkg.pr.new/@langchain/node-vfs@843

@langchain/quickjs

npm i https://pkg.pr.new/@langchain/quickjs@843

commit: 2c1fe38

@byhow
Baihao Wang (byhow) merged commit daf3f99 into main Sep 9, 2026
30 of 31 checks passed
@byhow
Baihao Wang (byhow) deleted the changeset-release/main branch September 9, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants