[PR #382] [MERGED] feat(daytona): support autoArchiveInterval & autoDeleteInterval #414

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/382
Author: @Ehesp
Created: 3/27/2026
Status: Merged
Merged: 3/29/2026
Merged by: @christian-bromann

Base: mainHead: daytona-options


📝 Commits (2)

  • 482a537 feat(daytona): support autoArchiveInterval & autoDeleteInterval
  • b46fce4 chore: add changset

📊 Changes

5 files changed (+93 additions, -0 deletions)

View changed files

.changeset/wild-dancers-peel.md (+5 -0)
📝 libs/providers/daytona/README.md (+32 -0)
📝 libs/providers/daytona/src/sandbox.test.ts (+22 -0)
📝 libs/providers/daytona/src/sandbox.ts (+20 -0)
📝 libs/providers/daytona/src/types.ts (+14 -0)

📄 Description

Allows the proxing the autoArchiveInterval & autoDeleteInterval options when creating a sandbox with Daytona.

Currently only autoStopInterval is supported.


🔄 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/382 **Author:** [@Ehesp](https://github.com/Ehesp) **Created:** 3/27/2026 **Status:** ✅ Merged **Merged:** 3/29/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `daytona-options` --- ### 📝 Commits (2) - [`482a537`](https://github.com/langchain-ai/deepagentsjs/commit/482a53745150055eaf1613bbb361b4960b1ca8dc) feat(daytona): support autoArchiveInterval & autoDeleteInterval - [`b46fce4`](https://github.com/langchain-ai/deepagentsjs/commit/b46fce41307bc40a480c856ae209975717394e62) chore: add changset ### 📊 Changes **5 files changed** (+93 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/wild-dancers-peel.md` (+5 -0) 📝 `libs/providers/daytona/README.md` (+32 -0) 📝 `libs/providers/daytona/src/sandbox.test.ts` (+22 -0) 📝 `libs/providers/daytona/src/sandbox.ts` (+20 -0) 📝 `libs/providers/daytona/src/types.ts` (+14 -0) </details> ### 📄 Description Allows the proxing the [autoArchiveInterval](https://www.daytona.io/docs/en/sandboxes/#auto-archive-interval) & [autoDeleteInterval](https://www.daytona.io/docs/en/sandboxes/#auto-delete-interval) options when creating a sandbox with Daytona. Currently only `autoStopInterval` is supported. --- <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:59 -04:00
yindo closed this issue 2026-06-05 17:22:59 -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#414