[PR #202] [MERGED] chore: version packages #204

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/202
Author: @github-actions[bot]
Created: 2/7/2026
Status: Merged
Merged: 2/9/2026
Merged by: @christian-bromann

Base: mainHead: changeset-release/main


📝 Commits (1)

📊 Changes

8 files changed (+39 additions, -20 deletions)

View changed files

.changeset/forty-plants-rescue.md (+0 -5)
.changeset/strict-sails-kick.md (+0 -12)
internal/standard-tests/CHANGELOG.md (+12 -0)
📝 internal/standard-tests/package.json (+1 -1)
📝 libs/deepagents/CHANGELOG.md (+13 -0)
📝 libs/deepagents/package.json (+1 -1)
📝 libs/providers/deno/CHANGELOG.md (+11 -0)
📝 libs/providers/deno/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@1.7.3

Patch Changes

  • #200 a837eac Thanks @JadenKim-dev! - fix: normalize path handling for cross-platform compatibility

  • #201 3f30ba7 Thanks @christian-bromann! - fix(deepagents): cross-platform shell commands for Alpine/BusyBox and macOS

    The BaseSandbox shell commands for lsInfo, globInfo, and grepRaw now work across three environments via runtime detection:

    • GNU Linux (Ubuntu, Debian): uses find -printf for efficient metadata listing
    • BusyBox / Alpine: uses find -exec sh -c with stat -c for size/mtime and POSIX test builtins for file type detection
    • BSD / macOS: uses find -exec stat -f as a fallback

@langchain/deno@0.1.2

Patch Changes

  • #201 3f30ba7 Thanks @christian-bromann! - fix(deepagents): cross-platform shell commands for Alpine/BusyBox and macOS

    The BaseSandbox shell commands for lsInfo, globInfo, and grepRaw now work across three environments via runtime detection:

    • GNU Linux (Ubuntu, Debian): uses find -printf for efficient metadata listing
    • BusyBox / Alpine: uses find -exec sh -c with stat -c for size/mtime and POSIX test builtins for file type detection
    • BSD / macOS: uses find -exec stat -f as a fallback

@langchain/standard-tests@0.0.2

Patch Changes

  • #201 3f30ba7 Thanks @christian-bromann! - fix(deepagents): cross-platform shell commands for Alpine/BusyBox and macOS

    The BaseSandbox shell commands for lsInfo, globInfo, and grepRaw now work across three environments via runtime detection:

    • GNU Linux (Ubuntu, Debian): uses find -printf for efficient metadata listing
    • BusyBox / Alpine: uses find -exec sh -c with stat -c for size/mtime and POSIX test builtins for file type detection
    • BSD / macOS: uses find -exec stat -f as a fallback

🔄 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/202 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 2/7/2026 **Status:** ✅ Merged **Merged:** 2/9/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (1) - [`9cf04f4`](https://github.com/langchain-ai/deepagentsjs/commit/9cf04f4e88671996118f64dcea185eaf23833eb7) chore: version packages ### 📊 Changes **8 files changed** (+39 additions, -20 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/forty-plants-rescue.md` (+0 -5) ➖ `.changeset/strict-sails-kick.md` (+0 -12) ➕ `internal/standard-tests/CHANGELOG.md` (+12 -0) 📝 `internal/standard-tests/package.json` (+1 -1) 📝 `libs/deepagents/CHANGELOG.md` (+13 -0) 📝 `libs/deepagents/package.json` (+1 -1) 📝 `libs/providers/deno/CHANGELOG.md` (+11 -0) 📝 `libs/providers/deno/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@1.7.3 ### Patch Changes - [#200](https://github.com/langchain-ai/deepagentsjs/pull/200) [`a837eac`](https://github.com/langchain-ai/deepagentsjs/commit/a837eacb8145b3c5467c56d18946cf7ae1ddb69f) Thanks [@JadenKim-dev](https://github.com/JadenKim-dev)! - fix: normalize path handling for cross-platform compatibility - [#201](https://github.com/langchain-ai/deepagentsjs/pull/201) [`3f30ba7`](https://github.com/langchain-ai/deepagentsjs/commit/3f30ba7e1dc20ec8c892838392b2df6a2c4155ac) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): cross-platform shell commands for Alpine/BusyBox and macOS The BaseSandbox shell commands for lsInfo, globInfo, and grepRaw now work across three environments via runtime detection: - GNU Linux (Ubuntu, Debian): uses find -printf for efficient metadata listing - BusyBox / Alpine: uses find -exec sh -c with stat -c for size/mtime and POSIX test builtins for file type detection - BSD / macOS: uses find -exec stat -f as a fallback ## @langchain/deno@0.1.2 ### Patch Changes - [#201](https://github.com/langchain-ai/deepagentsjs/pull/201) [`3f30ba7`](https://github.com/langchain-ai/deepagentsjs/commit/3f30ba7e1dc20ec8c892838392b2df6a2c4155ac) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): cross-platform shell commands for Alpine/BusyBox and macOS The BaseSandbox shell commands for lsInfo, globInfo, and grepRaw now work across three environments via runtime detection: - GNU Linux (Ubuntu, Debian): uses find -printf for efficient metadata listing - BusyBox / Alpine: uses find -exec sh -c with stat -c for size/mtime and POSIX test builtins for file type detection - BSD / macOS: uses find -exec stat -f as a fallback ## @langchain/standard-tests@0.0.2 ### Patch Changes - [#201](https://github.com/langchain-ai/deepagentsjs/pull/201) [`3f30ba7`](https://github.com/langchain-ai/deepagentsjs/commit/3f30ba7e1dc20ec8c892838392b2df6a2c4155ac) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): cross-platform shell commands for Alpine/BusyBox and macOS The BaseSandbox shell commands for lsInfo, globInfo, and grepRaw now work across three environments via runtime detection: - GNU Linux (Ubuntu, Debian): uses find -printf for efficient metadata listing - BusyBox / Alpine: uses find -exec sh -c with stat -c for size/mtime and POSIX test builtins for file type detection - BSD / macOS: uses find -exec stat -f as a fallback --- <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:26 -05:00
yindo closed this issue 2026-02-16 06:17:26 -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#204