[PR #321] [MERGED] chore: version packages #356

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/321
Author: @github-actions[bot]
Created: 3/17/2026
Status: Merged
Merged: 3/24/2026
Merged by: @christian-bromann

Base: mainHead: changeset-release/main


📝 Commits (1)

📊 Changes

15 files changed (+43 additions, -43 deletions)

View changed files

.changeset/big-horses-fail.md (+0 -7)
.changeset/fix-vfs-absolute-paths.md (+0 -5)
.changeset/fresh-ways-cross.md (+0 -5)
.changeset/grumpy-weeks-wave.md (+0 -5)
.changeset/middleware-reorder.md (+0 -7)
.changeset/pretty-kangaroos-tap.md (+0 -5)
.changeset/serious-eels-love.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 (+19 -0)
📝 libs/deepagents/package.json (+1 -1)
📝 libs/providers/node-vfs/CHANGELOG.md (+6 -0)
📝 libs/providers/node-vfs/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.4

Patch Changes

deepagents@1.8.5

Patch Changes

  • #330 140e9ef Thanks @maahir30! - fix(deepagents): throw on built-in tool collision

    • createDeepAgent now throws at construction time if any user-supplied tool name collides with a built-in tool (ls, read_file, write_file, edit_file, glob, grep, execute, task, write_todos). Previously, colliding tools silently shadowed the built-in, causing cryptic schema-validation errors at runtime.
  • #335 3254f71 Thanks @pawel-twardziak! - fix(deepagents): remove orphaned ToolMessages for Gemini compatibility

  • #336 2b76272 Thanks @christian-bromann! - fix(deepagents): use crypto.randomUUID() instead of uuid

  • #331 759fe19 Thanks @hntrl! - fix(deepagents): reorder middleware so prompt caching and memory run last

    Move anthropicPromptCachingMiddleware and memoryMiddleware after all static and user-supplied middleware. This ensures that updates to memory contents do not invalidate Anthropic prompt caches.

  • #332 3ff382e Thanks @maahir30! - improve condition for checking sandbox backends

  • #324 cb352a0 Thanks @christian-bromann! - feat(deepagent): add LangSmithSandbox

@langchain/node-vfs@0.1.3

Patch Changes

@deepagents/evals@0.0.3

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/321 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 3/17/2026 **Status:** ✅ Merged **Merged:** 3/24/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (1) - [`3277f8e`](https://github.com/langchain-ai/deepagentsjs/commit/3277f8ebc78204e4225a5d90560e5024fac12dae) chore: version packages ### 📊 Changes **15 files changed** (+43 additions, -43 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/big-horses-fail.md` (+0 -7) ➖ `.changeset/fix-vfs-absolute-paths.md` (+0 -5) ➖ `.changeset/fresh-ways-cross.md` (+0 -5) ➖ `.changeset/grumpy-weeks-wave.md` (+0 -5) ➖ `.changeset/middleware-reorder.md` (+0 -7) ➖ `.changeset/pretty-kangaroos-tap.md` (+0 -5) ➖ `.changeset/serious-eels-love.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` (+19 -0) 📝 `libs/deepagents/package.json` (+1 -1) 📝 `libs/providers/node-vfs/CHANGELOG.md` (+6 -0) 📝 `libs/providers/node-vfs/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.4 ### Patch Changes - Updated dependencies \[[`140e9ef`](https://github.com/langchain-ai/deepagentsjs/commit/140e9ef5176776261ddc0775d1858eb1374a20cb), [`3254f71`](https://github.com/langchain-ai/deepagentsjs/commit/3254f71708de076fb1e17f5065b45318394d0c9e), [`2b76272`](https://github.com/langchain-ai/deepagentsjs/commit/2b76272e9c435b5e23bede7cd79ab4ba8efae2c8), [`759fe19`](https://github.com/langchain-ai/deepagentsjs/commit/759fe19a776eb0befb55d83b1030824c28704a32), [`3ff382e`](https://github.com/langchain-ai/deepagentsjs/commit/3ff382e2ba0aa3ffa1f7431eec5bdf908075fa74), [`cb352a0`](https://github.com/langchain-ai/deepagentsjs/commit/cb352a0412f2cf66109f7fbe63c65b7d14b0df88)]: - deepagents@1.8.5 ## deepagents@1.8.5 ### Patch Changes - [#330](https://github.com/langchain-ai/deepagentsjs/pull/330) [`140e9ef`](https://github.com/langchain-ai/deepagentsjs/commit/140e9ef5176776261ddc0775d1858eb1374a20cb) Thanks [@maahir30](https://github.com/maahir30)! - fix(deepagents): throw on built-in tool collision - `createDeepAgent` now throws at construction time if any user-supplied tool name collides with a built-in tool (`ls`, `read_file`, `write_file`, `edit_file`, `glob`, `grep`, `execute`, `task`, `write_todos`). Previously, colliding tools silently shadowed the built-in, causing cryptic schema-validation errors at runtime. - [#335](https://github.com/langchain-ai/deepagentsjs/pull/335) [`3254f71`](https://github.com/langchain-ai/deepagentsjs/commit/3254f71708de076fb1e17f5065b45318394d0c9e) Thanks [@pawel-twardziak](https://github.com/pawel-twardziak)! - fix(deepagents): remove orphaned ToolMessages for Gemini compatibility - [#336](https://github.com/langchain-ai/deepagentsjs/pull/336) [`2b76272`](https://github.com/langchain-ai/deepagentsjs/commit/2b76272e9c435b5e23bede7cd79ab4ba8efae2c8) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): use `crypto.randomUUID()` instead of uuid - [#331](https://github.com/langchain-ai/deepagentsjs/pull/331) [`759fe19`](https://github.com/langchain-ai/deepagentsjs/commit/759fe19a776eb0befb55d83b1030824c28704a32) Thanks [@hntrl](https://github.com/hntrl)! - fix(deepagents): reorder middleware so prompt caching and memory run last Move `anthropicPromptCachingMiddleware` and `memoryMiddleware` after all static and user-supplied middleware. This ensures that updates to memory contents do not invalidate Anthropic prompt caches. - [#332](https://github.com/langchain-ai/deepagentsjs/pull/332) [`3ff382e`](https://github.com/langchain-ai/deepagentsjs/commit/3ff382e2ba0aa3ffa1f7431eec5bdf908075fa74) Thanks [@maahir30](https://github.com/maahir30)! - improve condition for checking sandbox backends - [#324](https://github.com/langchain-ai/deepagentsjs/pull/324) [`cb352a0`](https://github.com/langchain-ai/deepagentsjs/commit/cb352a0412f2cf66109f7fbe63c65b7d14b0df88) Thanks [@christian-bromann](https://github.com/christian-bromann)! - feat(deepagent): add LangSmithSandbox ## @langchain/node-vfs@0.1.3 ### Patch Changes - [#322](https://github.com/langchain-ai/deepagentsjs/pull/322) [`8dc4e9c`](https://github.com/langchain-ai/deepagentsjs/commit/8dc4e9ca29c2aac0ac823b5de6de3b5c608d041e) Thanks [@hnustwjj](https://github.com/hnustwjj)! - fix(node-vfs): rewrite absolute VFS paths in execute() commands ## @deepagents/evals@0.0.3 ### Patch Changes - Updated dependencies \[[`140e9ef`](https://github.com/langchain-ai/deepagentsjs/commit/140e9ef5176776261ddc0775d1858eb1374a20cb), [`3254f71`](https://github.com/langchain-ai/deepagentsjs/commit/3254f71708de076fb1e17f5065b45318394d0c9e), [`2b76272`](https://github.com/langchain-ai/deepagentsjs/commit/2b76272e9c435b5e23bede7cd79ab4ba8efae2c8), [`759fe19`](https://github.com/langchain-ai/deepagentsjs/commit/759fe19a776eb0befb55d83b1030824c28704a32), [`3ff382e`](https://github.com/langchain-ai/deepagentsjs/commit/3ff382e2ba0aa3ffa1f7431eec5bdf908075fa74), [`cb352a0`](https://github.com/langchain-ai/deepagentsjs/commit/cb352a0412f2cf66109f7fbe63c65b7d14b0df88)]: - deepagents@1.8.5 --- <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:22:47 -04:00
yindo closed this issue 2026-06-05 17:22:47 -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#356