[PR #282] [MERGED] chore: version packages #323

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

📋 Pull Request Information

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

Base: mainHead: changeset-release/main


📝 Commits (1)

📊 Changes

12 files changed (+37 additions, -40 deletions)

View changed files

.changeset/deepagents-ptc-task.md (+0 -7)
.changeset/great-dolphins-guess.md (+0 -5)
.changeset/loud-pigs-clap.md (+0 -5)
.changeset/polite-lands-do.md (+0 -5)
.changeset/quickjs-repl.md (+0 -10)
.changeset/weak-singers-wash.md (+0 -5)
📝 libs/acp/CHANGELOG.md (+9 -0)
📝 libs/acp/package.json (+1 -1)
📝 libs/deepagents/CHANGELOG.md (+14 -0)
📝 libs/deepagents/package.json (+1 -1)
libs/providers/quickjs/CHANGELOG.md (+11 -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

@langchain/quickjs@0.2.0

Minor Changes

  • #261 454fa26 Thanks @hntrl! - feat(quickjs): add @langchain/quickjs — sandboxed JavaScript/TypeScript REPL tool
    • New createQuickJSMiddleware() providing a WASM-sandboxed QuickJS REPL (js_eval tool) with VFS integration, TypeScript support, top-level await, and cross-eval state persistence
    • Programmatic tool calling (PTC): expose any agent tool as a typed async function inside the REPL for code-driven orchestration, batching, and parallel execution
    • Environment variable isolation with secret management: opaque placeholders for secrets, per-tool allowlists, and file-write leak prevention
    • AST-based transform pipeline (acorn + estree-walker + magic-string) for TypeScript stripping, declaration hoisting, and auto-return

deepagents-acp@0.1.1

Patch Changes

deepagents@1.8.2

Patch Changes

  • #261 454fa26 Thanks @hntrl! - fix(subagents): support PTC invocation of task tool

    Task tool now returns plain string when invoked without a tool call ID (i.e. via programmatic tool calling inside the REPL), instead of throwing.

  • #286 5f499ed Thanks @JadenKim-dev! - fix: delegate CompositeBackend.id to default sandbox backend

  • #281 1b8bde9 Thanks @JadenKim-dev! - fix: add truncation to grep/glob/ls tool results

  • #285 5af9514 Thanks @colifran! - fix(deepagents): prompt caching with anthropic models results in higher than expected cache miss rates


🔄 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/282 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 3/6/2026 **Status:** ✅ Merged **Merged:** 3/10/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (1) - [`0ae7a17`](https://github.com/langchain-ai/deepagentsjs/commit/0ae7a176d45e95d5b73693414952c85244ce6cbb) chore: version packages ### 📊 Changes **12 files changed** (+37 additions, -40 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/deepagents-ptc-task.md` (+0 -7) ➖ `.changeset/great-dolphins-guess.md` (+0 -5) ➖ `.changeset/loud-pigs-clap.md` (+0 -5) ➖ `.changeset/polite-lands-do.md` (+0 -5) ➖ `.changeset/quickjs-repl.md` (+0 -10) ➖ `.changeset/weak-singers-wash.md` (+0 -5) 📝 `libs/acp/CHANGELOG.md` (+9 -0) 📝 `libs/acp/package.json` (+1 -1) 📝 `libs/deepagents/CHANGELOG.md` (+14 -0) 📝 `libs/deepagents/package.json` (+1 -1) ➕ `libs/providers/quickjs/CHANGELOG.md` (+11 -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 ## @langchain/quickjs@0.2.0 ### Minor Changes - [#261](https://github.com/langchain-ai/deepagentsjs/pull/261) [`454fa26`](https://github.com/langchain-ai/deepagentsjs/commit/454fa268041a5ad08af2eff991102079e5d5d50b) Thanks [@hntrl](https://github.com/hntrl)! - feat(quickjs): add `@langchain/quickjs` — sandboxed JavaScript/TypeScript REPL tool - New `createQuickJSMiddleware()` providing a WASM-sandboxed QuickJS REPL (`js_eval` tool) with VFS integration, TypeScript support, top-level await, and cross-eval state persistence - Programmatic tool calling (PTC): expose any agent tool as a typed async function inside the REPL for code-driven orchestration, batching, and parallel execution - Environment variable isolation with secret management: opaque placeholders for secrets, per-tool allowlists, and file-write leak prevention - AST-based transform pipeline (acorn + estree-walker + magic-string) for TypeScript stripping, declaration hoisting, and auto-return ## deepagents-acp@0.1.1 ### Patch Changes - [#291](https://github.com/langchain-ai/deepagentsjs/pull/291) [`2195638`](https://github.com/langchain-ai/deepagentsjs/commit/2195638ae813d40ce3f5ef5b2d5c3c775529c800) Thanks [@christian-bromann](https://github.com/christian-bromann)! - feat(acp): add authMethods to InitializeResponse for ACP registry compliance - Updated dependencies \[[`454fa26`](https://github.com/langchain-ai/deepagentsjs/commit/454fa268041a5ad08af2eff991102079e5d5d50b), [`5f499ed`](https://github.com/langchain-ai/deepagentsjs/commit/5f499ed5af8aeab21dfe7a596a7339eef374d92a), [`1b8bde9`](https://github.com/langchain-ai/deepagentsjs/commit/1b8bde902f071803781761c48a7d3f3c0fec5578), [`5af9514`](https://github.com/langchain-ai/deepagentsjs/commit/5af9514ac4f51a909f202eacaabbc13972978791)]: - deepagents@1.8.2 ## deepagents@1.8.2 ### Patch Changes - [#261](https://github.com/langchain-ai/deepagentsjs/pull/261) [`454fa26`](https://github.com/langchain-ai/deepagentsjs/commit/454fa268041a5ad08af2eff991102079e5d5d50b) Thanks [@hntrl](https://github.com/hntrl)! - fix(subagents): support PTC invocation of task tool Task tool now returns plain string when invoked without a tool call ID (i.e. via programmatic tool calling inside the REPL), instead of throwing. - [#286](https://github.com/langchain-ai/deepagentsjs/pull/286) [`5f499ed`](https://github.com/langchain-ai/deepagentsjs/commit/5f499ed5af8aeab21dfe7a596a7339eef374d92a) Thanks [@JadenKim-dev](https://github.com/JadenKim-dev)! - fix: delegate CompositeBackend.id to default sandbox backend - [#281](https://github.com/langchain-ai/deepagentsjs/pull/281) [`1b8bde9`](https://github.com/langchain-ai/deepagentsjs/commit/1b8bde902f071803781761c48a7d3f3c0fec5578) Thanks [@JadenKim-dev](https://github.com/JadenKim-dev)! - fix: add truncation to grep/glob/ls tool results - [#285](https://github.com/langchain-ai/deepagentsjs/pull/285) [`5af9514`](https://github.com/langchain-ai/deepagentsjs/commit/5af9514ac4f51a909f202eacaabbc13972978791) Thanks [@colifran](https://github.com/colifran)! - fix(deepagents): prompt caching with anthropic models results in higher than expected cache miss rates --- <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:40 -04:00
yindo closed this issue 2026-06-05 17:22:40 -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#323