Skip to content

chore: version packages (rc) - #838

Merged
Hunter Lovell (hntrl) merged 2 commits into
mainfrom
changeset-release/main
Sep 6, 2026
Merged

Hunter Lovell (hntrl) merged 2 commits into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 6, 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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

deepagents-acp@0.1.30-rc.0

Patch Changes

  • Updated dependencies [22cc873]:
    • deepagents@1.13.4-rc.0

deepagents@1.13.4-rc.0

Patch Changes

  • #837 22cc873 Thanks @hntrl! - fix(middleware): omit repeated conversation and state inputs from owned middleware lifecycle traces

    Keep middleware spans and outputs, and preserve model/tool tracing and user-supplied middleware policies. Apply the defaults to standalone middleware, subagents, and QuickJS cleanup. Lifecycle chain events also receive the omitted inputs.

@langchain/daytona@0.2.3-rc.0

Patch Changes

  • Updated dependencies [22cc873]:
    • deepagents@1.13.4-rc.0

@langchain/deno@0.2.4-rc.0

Patch Changes

  • Updated dependencies [22cc873]:
    • deepagents@1.13.4-rc.0

@langchain/modal@0.1.7-rc.0

Patch Changes

  • Updated dependencies [22cc873]:
    • deepagents@1.13.4-rc.0

@langchain/node-vfs@0.2.4-rc.0

Patch Changes

  • Updated dependencies [22cc873]:
    • deepagents@1.13.4-rc.0

@langchain/quickjs@0.6.3-rc.0

Patch Changes

  • #837 22cc873 Thanks @hntrl! - fix(middleware): omit repeated conversation and state inputs from owned middleware lifecycle traces

    Keep middleware spans and outputs, and preserve model/tool tracing and user-supplied middleware policies. Apply the defaults to standalone middleware, subagents, and QuickJS cleanup. Lifecycle chain events also receive the omitted inputs.

  • Updated dependencies [22cc873]:

    • deepagents@1.13.4-rc.0

@langchain/sandbox-standard-tests@2.0.1-rc.0

Patch Changes

  • Updated dependencies [22cc873]:
    • deepagents@1.13.4-rc.0

@deepagents/evals@0.0.29-rc.0

Patch Changes

  • Updated dependencies [22cc873]:
    • deepagents@1.13.4-rc.0

@vercel

vercel Bot commented Sep 6, 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 6, 2026 3:24am UTC

Request Review

@pkg-pr-new

pkg-pr-new Bot commented Sep 6, 2026

Copy link
Copy Markdown

Open in StackBlitz

deepagents-acp

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

deepagents

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

@langchain/sandbox-standard-tests

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

@langchain/daytona

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

@langchain/deno

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

@langchain/modal

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

@langchain/node-vfs

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

@langchain/quickjs

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

commit: 20a7e80

@hntrl
Hunter Lovell (hntrl) merged commit 59b95c6 into main Sep 6, 2026
21 checks passed
@hntrl
Hunter Lovell (hntrl) deleted the changeset-release/main branch September 6, 2026 03:28
Baihao Wang (byhow) added a commit that referenced this pull request Sep 9, 2026
## Summary

Reverts #837 (`fix(deepagents): omit middleware trace inputs`).

That change adopted `tracePolicy` / `omitPayload`, which only exist in
prerelease langchain, so it moved the workspace onto rc dependency
ranges — `langchain` `^1.5.10` to `^1.5.11-rc.0`, `@langchain/langgraph`
`^1.4.10` to `^1.4.15-rc.0`, plus a new `langchain: ^1.5.11-rc.0` peer
on `@langchain/quickjs`. A stable release cannot depend on rc packages,
which is what blocks the release.

Reverting restores the stable ranges and removes the `tracePolicy`
usages, the `trace_policy.test.ts` suite, and the accompanying
changeset.

Pairs with #845, which exits rc prerelease mode. Both are needed before
a stable release can go out.

One manual conflict resolution, in
`libs/providers/quickjs/package.json`: #838 bumped the `deepagents` peer
to `>=1.13.4-rc.0` after #837 landed, so the peer block conflicted. I
kept #838's bump and dropped only the `langchain` peer that #837 added —
reverting #837 should not undo the release versioning done by #838.

## Testing

- `pnpm install --frozen-lockfile` is clean, and `langchain` resolves
back to `1.5.10`.
- `pnpm build` passes.
- `pnpm test` passes: 43 files in `libs/deepagents` and 4 in `libs/acp`,
no type errors, lint and format clean. The deepagents file count drops
by one because the revert removes `trace_policy.test.ts`.
- With this and #845 applied together, `changeset status` reports a
clean patch bump across all packages, so the pair leaves the release
plan in a valid state.

This branch was successfully deployed

1 active deployment
Preview — 20a7e80c Deployed Sep 6, 2026 by vercel[bot]
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.

1 participant