[PR #538] [MERGED] chore: version packages #547

Closed
opened 2026-06-05 17:23:38 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/538
Author: @github-actions[bot]
Created: 5/15/2026
Status: Merged
Merged: 6/1/2026
Merged by: @colifran

Base: mainHead: changeset-release/main


📝 Commits (4)

📊 Changes

13 files changed (+40 additions, -31 deletions)

View changed files

.changeset/hip-friends-make.md (+0 -5)
.changeset/old-mice-travel.md (+0 -6)
.changeset/sour-gorillas-smoke.md (+0 -5)
.changeset/ten-trams-carry.md (+0 -6)
.changeset/thirty-carrots-compare.md (+0 -5)
📝 internal/eval-harness/CHANGELOG.md (+7 -0)
📝 internal/eval-harness/package.json (+1 -1)
📝 libs/acp/CHANGELOG.md (+7 -0)
📝 libs/acp/package.json (+1 -1)
📝 libs/deepagents/CHANGELOG.md (+12 -0)
📝 libs/deepagents/package.json (+1 -1)
📝 libs/providers/quickjs/CHANGELOG.md (+10 -0)
📝 libs/providers/quickjs/package.json (+1 -1)

📄 Description

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.13

Patch Changes

deepagents@1.10.3

Patch Changes

  • #500 bfb6eec Thanks @colifran! - feat(quickjs): add swarm task tool

  • #288 9c666ba Thanks @christian-bromann! - fix(deepagents): handle non-string content blocks in tool result sizechecking

  • #566 04cc3fc Thanks @hntrl! - fix(deepagents): propagate subagent lc_agent_name during task delegation

    • Ensure task tool subagent invocations override metadata.lc_agent_name with the selected subagent_type.
    • Add regression coverage for both compiled subagents (runnable) and standard subagent specs to verify tool-time metadata reflects the active subagent.
    • Update the langsmith peer dependency range in deepagents to ^0.7.1.
  • #549 9221c8a Thanks @colifran! - chore(deepagents): move required ptc tools to metadata

  • #537 f6d3f13 Thanks @hntrl! - bump langsmith sdk version

@langchain/quickjs@0.4.1

Patch Changes

@deepagents/evals@0.0.12

Patch Changes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/deepagentsjs/pull/538 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 5/15/2026 **Status:** ✅ Merged **Merged:** 6/1/2026 **Merged by:** [@colifran](https://github.com/colifran) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (4) - [`28817b4`](https://github.com/langchain-ai/deepagentsjs/commit/28817b484755735538d93922093db73a9364be78) chore: version packages - [`9c660a6`](https://github.com/langchain-ai/deepagentsjs/commit/9c660a67407006acbc47fd0c36f592af1d6e469f) chore: trigger CI - [`1bcca40`](https://github.com/langchain-ai/deepagentsjs/commit/1bcca403d5b0fb2804108f239ba3b352d705bef8) chore: trigger CI - [`8646c16`](https://github.com/langchain-ai/deepagentsjs/commit/8646c1641ec618b35436b87cbb32d37cd21f6424) chore: trigger CI ### 📊 Changes **13 files changed** (+40 additions, -31 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/hip-friends-make.md` (+0 -5) ➖ `.changeset/old-mice-travel.md` (+0 -6) ➖ `.changeset/sour-gorillas-smoke.md` (+0 -5) ➖ `.changeset/ten-trams-carry.md` (+0 -6) ➖ `.changeset/thirty-carrots-compare.md` (+0 -5) 📝 `internal/eval-harness/CHANGELOG.md` (+7 -0) 📝 `internal/eval-harness/package.json` (+1 -1) 📝 `libs/acp/CHANGELOG.md` (+7 -0) 📝 `libs/acp/package.json` (+1 -1) 📝 `libs/deepagents/CHANGELOG.md` (+12 -0) 📝 `libs/deepagents/package.json` (+1 -1) 📝 `libs/providers/quickjs/CHANGELOG.md` (+10 -0) 📝 `libs/providers/quickjs/package.json` (+1 -1) </details> ### 📄 Description This PR was opened by the [Changesets release](https://github.com/changesets/action) 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.13 ### Patch Changes - Updated dependencies \[[`bfb6eec`](https://github.com/langchain-ai/deepagentsjs/commit/bfb6eecdfe617645b3bdebf9a60d4b08e575cef7), [`9c666ba`](https://github.com/langchain-ai/deepagentsjs/commit/9c666ba44adc1f8b428546c2191ea71d88b03998), [`04cc3fc`](https://github.com/langchain-ai/deepagentsjs/commit/04cc3fc26001ee566ed94de44c2dda2cf6adecc4), [`9221c8a`](https://github.com/langchain-ai/deepagentsjs/commit/9221c8a2b5236954f674e30f3ef0e2962f54fb56), [`f6d3f13`](https://github.com/langchain-ai/deepagentsjs/commit/f6d3f13559bd2d9dfad63e379b59ad7577e828be)]: - deepagents@1.10.3 ## deepagents@1.10.3 ### Patch Changes - [#500](https://github.com/langchain-ai/deepagentsjs/pull/500) [`bfb6eec`](https://github.com/langchain-ai/deepagentsjs/commit/bfb6eecdfe617645b3bdebf9a60d4b08e575cef7) Thanks [@colifran](https://github.com/colifran)! - feat(quickjs): add swarm task tool - [#288](https://github.com/langchain-ai/deepagentsjs/pull/288) [`9c666ba`](https://github.com/langchain-ai/deepagentsjs/commit/9c666ba44adc1f8b428546c2191ea71d88b03998) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): handle non-string content blocks in tool result sizechecking - [#566](https://github.com/langchain-ai/deepagentsjs/pull/566) [`04cc3fc`](https://github.com/langchain-ai/deepagentsjs/commit/04cc3fc26001ee566ed94de44c2dda2cf6adecc4) Thanks [@hntrl](https://github.com/hntrl)! - fix(deepagents): propagate subagent `lc_agent_name` during task delegation - Ensure `task` tool subagent invocations override `metadata.lc_agent_name` with the selected `subagent_type`. - Add regression coverage for both compiled subagents (`runnable`) and standard subagent specs to verify tool-time metadata reflects the active subagent. - Update the `langsmith` peer dependency range in `deepagents` to `^0.7.1`. - [#549](https://github.com/langchain-ai/deepagentsjs/pull/549) [`9221c8a`](https://github.com/langchain-ai/deepagentsjs/commit/9221c8a2b5236954f674e30f3ef0e2962f54fb56) Thanks [@colifran](https://github.com/colifran)! - chore(deepagents): move required ptc tools to metadata - [#537](https://github.com/langchain-ai/deepagentsjs/pull/537) [`f6d3f13`](https://github.com/langchain-ai/deepagentsjs/commit/f6d3f13559bd2d9dfad63e379b59ad7577e828be) Thanks [@hntrl](https://github.com/hntrl)! - bump langsmith sdk version ## @langchain/quickjs@0.4.1 ### Patch Changes - [#545](https://github.com/langchain-ai/deepagentsjs/pull/545) [`b3f0d6e`](https://github.com/langchain-ai/deepagentsjs/commit/b3f0d6e8fa2980652123e0053c116fc9945720ac) Thanks [@colifran](https://github.com/colifran)! - chore(quickjs): update swarm task tool to use withStructuredOutput - [#500](https://github.com/langchain-ai/deepagentsjs/pull/500) [`bfb6eec`](https://github.com/langchain-ai/deepagentsjs/commit/bfb6eecdfe617645b3bdebf9a60d4b08e575cef7) Thanks [@colifran](https://github.com/colifran)! - feat(quickjs): add swarm task tool - [#549](https://github.com/langchain-ai/deepagentsjs/pull/549) [`9221c8a`](https://github.com/langchain-ai/deepagentsjs/commit/9221c8a2b5236954f674e30f3ef0e2962f54fb56) Thanks [@colifran](https://github.com/colifran)! - chore(deepagents): move required ptc tools to metadata ## @deepagents/evals@0.0.12 ### Patch Changes - Updated dependencies \[[`bfb6eec`](https://github.com/langchain-ai/deepagentsjs/commit/bfb6eecdfe617645b3bdebf9a60d4b08e575cef7), [`9c666ba`](https://github.com/langchain-ai/deepagentsjs/commit/9c666ba44adc1f8b428546c2191ea71d88b03998), [`04cc3fc`](https://github.com/langchain-ai/deepagentsjs/commit/04cc3fc26001ee566ed94de44c2dda2cf6adecc4), [`9221c8a`](https://github.com/langchain-ai/deepagentsjs/commit/9221c8a2b5236954f674e30f3ef0e2962f54fb56), [`f6d3f13`](https://github.com/langchain-ai/deepagentsjs/commit/f6d3f13559bd2d9dfad63e379b59ad7577e828be)]: - deepagents@1.10.3 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 17:23:38 -04:00
yindo closed this issue 2026-06-05 17:23:38 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#547