[PR #216] [MERGED] feat(deno): better support for sandbox volumes #216

Closed
opened 2026-02-16 06:17:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/216
Author: @christian-bromann
Created: 2/10/2026
Status: Merged
Merged: 2/10/2026
Merged by: @christian-bromann

Base: mainHead: cb/update-deno-package


📝 Commits (4)

📊 Changes

7 files changed (+307 additions, -80 deletions)

View changed files

.changeset/wacky-humans-admire.md (+5 -0)
📝 libs/providers/deno/src/auth.test.ts (+12 -1)
📝 libs/providers/deno/src/auth.ts (+6 -4)
📝 libs/providers/deno/src/index.ts (+3 -2)
📝 libs/providers/deno/src/sandbox.test.ts (+4 -4)
📝 libs/providers/deno/src/sandbox.ts (+57 -64)
📝 libs/providers/deno/src/types.ts (+220 -5)

📄 Description

This patch updates the DenoSandbox options (in a backwards compatible way) to allow users attach volumes to the sandbox.


🔄 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/216 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/update-deno-package` --- ### 📝 Commits (4) - [`9ec2cf3`](https://github.com/langchain-ai/deepagentsjs/commit/9ec2cf3a1a0a14e26f8509b31c6b2f9e24e868d5) feat(deno): better support for sandbox volumes - [`464dd09`](https://github.com/langchain-ai/deepagentsjs/commit/464dd09bdd01c8e2bfe86aa1fdcb3aff144a9e1d) format - [`afc581e`](https://github.com/langchain-ai/deepagentsjs/commit/afc581e22a31c44d139eb3732e2922d7511e45f5) cr - [`5af3f08`](https://github.com/langchain-ai/deepagentsjs/commit/5af3f08feb298eda7bc8603695e6ecb5d0072d39) format ### 📊 Changes **7 files changed** (+307 additions, -80 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/wacky-humans-admire.md` (+5 -0) 📝 `libs/providers/deno/src/auth.test.ts` (+12 -1) 📝 `libs/providers/deno/src/auth.ts` (+6 -4) 📝 `libs/providers/deno/src/index.ts` (+3 -2) 📝 `libs/providers/deno/src/sandbox.test.ts` (+4 -4) 📝 `libs/providers/deno/src/sandbox.ts` (+57 -64) 📝 `libs/providers/deno/src/types.ts` (+220 -5) </details> ### 📄 Description This patch updates the DenoSandbox options (in a backwards compatible way) to allow users attach volumes to the sandbox. --- <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-02-16 06:17:28 -05:00
yindo closed this issue 2026-02-16 06:17:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#216