[PR #433] [MERGED] chore: version packages #458

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/433
Author: @github-actions[bot]
Created: 4/6/2026
Status: Merged
Merged: 4/7/2026
Merged by: @hntrl

Base: mainHead: changeset-release/main


📝 Commits (2)

📊 Changes

35 files changed (+115 additions, -128 deletions)

View changed files

.changeset/bumpy-apples-drum.md (+0 -7)
.changeset/clear-years-end.md (+0 -5)
.changeset/curvy-donkeys-walk.md (+0 -5)
.changeset/dry-insects-occur.md (+0 -10)
.changeset/few-sails-tie.md (+0 -5)
.changeset/lucky-candles-reply.md (+0 -5)
.changeset/nice-swans-ring.md (+0 -5)
.changeset/pre.json (+0 -30)
.changeset/solid-lies-worry.md (+0 -12)
.changeset/strong-tigers-share.md (+0 -5)
.changeset/tame-ladybugs-sleep.md (+0 -9)
.changeset/ten-masks-flow.md (+0 -5)
.changeset/thirty-steaks-see.md (+0 -5)
.changeset/true-buckets-hide.md (+0 -5)
.changeset/upset-ways-win.md (+0 -5)
examples/async-subagents/parallel-research/ui/CHANGELOG.md (+3 -0)
📝 examples/async-subagents/parallel-research/ui/package.json (+2 -1)
📝 internal/eval-harness/CHANGELOG.md (+9 -0)
📝 internal/eval-harness/package.json (+1 -1)
📝 libs/acp/CHANGELOG.md (+13 -0)

...and 15 more files

📄 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@1.9.0

Minor Changes

  • #404 ca5cc0a Thanks @hntrl! - feat(deepagents): support multimodal files for backends

  • #404 ca5cc0a Thanks @hntrl! - chore(deepagents): refactor backend method names - lsInfo -> ls, grepRaw -> grep, globInfo -> glob

  • #404 ca5cc0a Thanks @hntrl! - feat(sdk): add async subagent middleware for remote LangGraph servers

Patch Changes

  • #434 89ee206 Thanks @hntrl! - bump langgraph + langchain versions

  • #404 ca5cc0a Thanks @hntrl! - feat(deepagents): add completion notifier middleware for async subagents

  • #404 ca5cc0a Thanks @hntrl! - chore(sdk): unify sync subagents and async subagents into a single property

  • #419 815bc0f Thanks @colifran! - fix: deprecate backend factories and support zero-arg constructors for StateBackend and StoreBackend

  • #422 dc030a5 Thanks @JadenKim-dev! - fix: add default value to grep tool glob schema for strict mode compatibility

  • #404 ca5cc0a Thanks @hntrl! - rename completion notifier to completion callback and align names

  • #404 ca5cc0a Thanks @hntrl! - extend supported file types

  • #404 ca5cc0a Thanks @hntrl! - fix(deepagents): align prompt templates with runtime behavior

    • Align read_file long-line guidance with runtime behavior by rendering MAX_LINE_LENGTH in the prompt.
    • Normalize middleware prompt/template text for filesystem, memory, subagents, and summarization to match current behavior and improve consistency.
    • Remove Python-specific phrasing from skills guidance to keep descriptions language-agnostic.
  • #404 ca5cc0a Thanks @hntrl! - clean up factory method middleware wiring

  • #404 ca5cc0a Thanks @hntrl! - chore(sdk): update async subagent middleware for agent protocol

  • #404 ca5cc0a Thanks @hntrl! - fix(sdk): AsyncTask updatedAt field doesn't update on task status changes

deepagents-acp@0.1.8

Patch Changes

@langchain/deno@0.2.2

Patch Changes

  • #404 ca5cc0a Thanks @hntrl! - chore(deepagents): refactor backend method names - lsInfo -> ls, grepRaw -> grep, globInfo -> glob

@langchain/modal@0.1.4

Patch Changes

  • #404 ca5cc0a Thanks @hntrl! - feat(deepagents): support multimodal files for backends

  • #404 ca5cc0a Thanks @hntrl! - chore(deepagents): refactor backend method names - lsInfo -> ls, grepRaw -> grep, globInfo -> glob

@langchain/node-vfs@0.1.4

Patch Changes

  • #404 ca5cc0a Thanks @hntrl! - feat(deepagents): support multimodal files for backends

  • #404 ca5cc0a Thanks @hntrl! - chore(deepagents): refactor backend method names - lsInfo -> ls, grepRaw -> grep, globInfo -> glob

@langchain/quickjs@0.2.5

Patch Changes

  • #434 89ee206 Thanks @hntrl! - bump langgraph + langchain versions

  • #404 ca5cc0a Thanks @hntrl! - feat(deepagents): support multimodal files for backends

  • #404 ca5cc0a Thanks @hntrl! - chore(deepagents): refactor backend method names - lsInfo -> ls, grepRaw -> grep, globInfo -> glob

@langchain/sandbox-standard-tests@1.0.0

Patch Changes

  • #404 ca5cc0a Thanks @hntrl! - feat(deepagents): support multimodal files for backends

  • #404 ca5cc0a Thanks @hntrl! - chore(deepagents): refactor backend method names - lsInfo -> ls, grepRaw -> grep, globInfo -> glob

@langchain/daytona@0.2.0

@deepagents/evals@0.0.7

Patch Changes

@examples/async-subagents-parallel-research@null

@examples/async-subagents-parallel-research

null


🔄 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/433 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 4/6/2026 **Status:** ✅ Merged **Merged:** 4/7/2026 **Merged by:** [@hntrl](https://github.com/hntrl) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (2) - [`33573fc`](https://github.com/langchain-ai/deepagentsjs/commit/33573fcf3d54cf4a4c201a33a8316b196eb874cd) chore: version packages - [`dd6b35a`](https://github.com/langchain-ai/deepagentsjs/commit/dd6b35aa0b9554e4a9849609e063029c98193ba7) cr ### 📊 Changes **35 files changed** (+115 additions, -128 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/bumpy-apples-drum.md` (+0 -7) ➖ `.changeset/clear-years-end.md` (+0 -5) ➖ `.changeset/curvy-donkeys-walk.md` (+0 -5) ➖ `.changeset/dry-insects-occur.md` (+0 -10) ➖ `.changeset/few-sails-tie.md` (+0 -5) ➖ `.changeset/lucky-candles-reply.md` (+0 -5) ➖ `.changeset/nice-swans-ring.md` (+0 -5) ➖ `.changeset/pre.json` (+0 -30) ➖ `.changeset/solid-lies-worry.md` (+0 -12) ➖ `.changeset/strong-tigers-share.md` (+0 -5) ➖ `.changeset/tame-ladybugs-sleep.md` (+0 -9) ➖ `.changeset/ten-masks-flow.md` (+0 -5) ➖ `.changeset/thirty-steaks-see.md` (+0 -5) ➖ `.changeset/true-buckets-hide.md` (+0 -5) ➖ `.changeset/upset-ways-win.md` (+0 -5) ➕ `examples/async-subagents/parallel-research/ui/CHANGELOG.md` (+3 -0) 📝 `examples/async-subagents/parallel-research/ui/package.json` (+2 -1) 📝 `internal/eval-harness/CHANGELOG.md` (+9 -0) 📝 `internal/eval-harness/package.json` (+1 -1) 📝 `libs/acp/CHANGELOG.md` (+13 -0) _...and 15 more files_ </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@1.9.0 ### Minor Changes - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - feat(deepagents): support multimodal files for backends - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - chore(deepagents): refactor backend method names - lsInfo -> ls, grepRaw -> grep, globInfo -> glob - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - feat(sdk): add async subagent middleware for remote LangGraph servers ### Patch Changes - [#434](https://github.com/langchain-ai/deepagentsjs/pull/434) [`89ee206`](https://github.com/langchain-ai/deepagentsjs/commit/89ee206ba6dd07f895c662755a2058b08fcb5315) Thanks [@hntrl](https://github.com/hntrl)! - bump langgraph + langchain versions - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - feat(deepagents): add completion notifier middleware for async subagents - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - chore(sdk): unify sync subagents and async subagents into a single property - [#419](https://github.com/langchain-ai/deepagentsjs/pull/419) [`815bc0f`](https://github.com/langchain-ai/deepagentsjs/commit/815bc0fac4b4d0d9b3e7fb97dd64ed8e2bbfb317) Thanks [@colifran](https://github.com/colifran)! - fix: deprecate backend factories and support zero-arg constructors for StateBackend and StoreBackend - [#422](https://github.com/langchain-ai/deepagentsjs/pull/422) [`dc030a5`](https://github.com/langchain-ai/deepagentsjs/commit/dc030a5238534b8f63bc9d28b1608ded45e2fffc) Thanks [@JadenKim-dev](https://github.com/JadenKim-dev)! - fix: add default value to grep tool glob schema for strict mode compatibility - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - rename completion notifier to completion callback and align names - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - extend supported file types - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - fix(deepagents): align prompt templates with runtime behavior - Align `read_file` long-line guidance with runtime behavior by rendering `MAX_LINE_LENGTH` in the prompt. - Normalize middleware prompt/template text for filesystem, memory, subagents, and summarization to match current behavior and improve consistency. - Remove Python-specific phrasing from skills guidance to keep descriptions language-agnostic. - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - clean up factory method middleware wiring - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - chore(sdk): update async subagent middleware for agent protocol - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - fix(sdk): AsyncTask updatedAt field doesn't update on task status changes ## deepagents-acp@0.1.8 ### Patch Changes - [#434](https://github.com/langchain-ai/deepagentsjs/pull/434) [`89ee206`](https://github.com/langchain-ai/deepagentsjs/commit/89ee206ba6dd07f895c662755a2058b08fcb5315) Thanks [@hntrl](https://github.com/hntrl)! - bump langgraph + langchain versions - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - feat(deepagents): support multimodal files for backends - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - chore(deepagents): refactor backend method names - lsInfo -> ls, grepRaw -> grep, globInfo -> glob - Updated dependencies \[[`89ee206`](https://github.com/langchain-ai/deepagentsjs/commit/89ee206ba6dd07f895c662755a2058b08fcb5315), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`815bc0f`](https://github.com/langchain-ai/deepagentsjs/commit/815bc0fac4b4d0d9b3e7fb97dd64ed8e2bbfb317), [`dc030a5`](https://github.com/langchain-ai/deepagentsjs/commit/dc030a5238534b8f63bc9d28b1608ded45e2fffc), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518)]: - deepagents@1.9.0 ## @langchain/deno@0.2.2 ### Patch Changes - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - chore(deepagents): refactor backend method names - lsInfo -> ls, grepRaw -> grep, globInfo -> glob ## @langchain/modal@0.1.4 ### Patch Changes - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - feat(deepagents): support multimodal files for backends - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - chore(deepagents): refactor backend method names - lsInfo -> ls, grepRaw -> grep, globInfo -> glob ## @langchain/node-vfs@0.1.4 ### Patch Changes - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - feat(deepagents): support multimodal files for backends - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - chore(deepagents): refactor backend method names - lsInfo -> ls, grepRaw -> grep, globInfo -> glob ## @langchain/quickjs@0.2.5 ### Patch Changes - [#434](https://github.com/langchain-ai/deepagentsjs/pull/434) [`89ee206`](https://github.com/langchain-ai/deepagentsjs/commit/89ee206ba6dd07f895c662755a2058b08fcb5315) Thanks [@hntrl](https://github.com/hntrl)! - bump langgraph + langchain versions - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - feat(deepagents): support multimodal files for backends - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - chore(deepagents): refactor backend method names - lsInfo -> ls, grepRaw -> grep, globInfo -> glob ## @langchain/sandbox-standard-tests@1.0.0 ### Patch Changes - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - feat(deepagents): support multimodal files for backends - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - chore(deepagents): refactor backend method names - lsInfo -> ls, grepRaw -> grep, globInfo -> glob ## @langchain/daytona@0.2.0 ## @deepagents/evals@0.0.7 ### Patch Changes - [#404](https://github.com/langchain-ai/deepagentsjs/pull/404) [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518) Thanks [@hntrl](https://github.com/hntrl)! - chore(deepagents): refactor backend method names - lsInfo -> ls, grepRaw -> grep, globInfo -> glob - Updated dependencies \[[`89ee206`](https://github.com/langchain-ai/deepagentsjs/commit/89ee206ba6dd07f895c662755a2058b08fcb5315), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`815bc0f`](https://github.com/langchain-ai/deepagentsjs/commit/815bc0fac4b4d0d9b3e7fb97dd64ed8e2bbfb317), [`dc030a5`](https://github.com/langchain-ai/deepagentsjs/commit/dc030a5238534b8f63bc9d28b1608ded45e2fffc), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518), [`ca5cc0a`](https://github.com/langchain-ai/deepagentsjs/commit/ca5cc0acfbbeec08efd4f3aa651bdbefd2008518)]: - deepagents@1.9.0 ## @examples/async-subagents-parallel-research@null # @examples/async-subagents-parallel-research ## null --- <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:10 -04:00
yindo closed this issue 2026-06-05 17:23:10 -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#458