[PR #246] [MERGED] chore: version packages #291

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

📋 Pull Request Information

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

Base: mainHead: changeset-release/main


📝 Commits (1)

📊 Changes

7 files changed (+20 additions, -32 deletions)

View changed files

.changeset/clean-pumpkins-stare.md (+0 -5)
.changeset/fine-cows-matter.md (+0 -5)
.changeset/khaki-emus-melt.md (+0 -5)
.changeset/preserve-toolmessage-metadata.md (+0 -5)
.changeset/store-namespace-option.md (+0 -11)
📝 libs/deepagents/CHANGELOG.md (+19 -0)
📝 libs/deepagents/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.8.1

Patch Changes

  • #227 a553936 Thanks @christian-bromann! - docs(deepagents): add streaming examples

  • d8cb607 Thanks @christian-bromann! - fix(deepagents): filter invalid content blocks from subagent ToolMessage

  • #250 4bcc9d4 Thanks @christian-bromann! - fix(deepagents): fix OOM in conversation history offloading

  • #248 20c7df0 Thanks @hntrl! - fix(deepagents): preserve ToolMessage metadata when evicting large outputs

  • #244 9e04404 Thanks @hntrl! - Add namespace option to StoreBackend for custom store namespace isolation.

    • StoreBackend now accepts an optional { namespace: string[] } to control where files are stored in the LangGraph store
    • Enables user-scoped, org-scoped, or any custom isolation pattern when combined with the backend factory on createDeepAgent
    • Namespace components are validated to prevent wildcard/glob injection
    • Defaults to ["filesystem"] (or [assistantId, "filesystem"] when assistantId is set) for backwards compatibility
    • Added integration tests verifying store propagation via invoke config (cloud deployment simulation)

🔄 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/246 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 2/23/2026 **Status:** ✅ Merged **Merged:** 2/24/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (1) - [`a3dd08e`](https://github.com/langchain-ai/deepagentsjs/commit/a3dd08e28cc0c59070c1e2a88a1e476ad13963a6) chore: version packages ### 📊 Changes **7 files changed** (+20 additions, -32 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/clean-pumpkins-stare.md` (+0 -5) ➖ `.changeset/fine-cows-matter.md` (+0 -5) ➖ `.changeset/khaki-emus-melt.md` (+0 -5) ➖ `.changeset/preserve-toolmessage-metadata.md` (+0 -5) ➖ `.changeset/store-namespace-option.md` (+0 -11) 📝 `libs/deepagents/CHANGELOG.md` (+19 -0) 📝 `libs/deepagents/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.8.1 ### Patch Changes - [#227](https://github.com/langchain-ai/deepagentsjs/pull/227) [`a553936`](https://github.com/langchain-ai/deepagentsjs/commit/a553936c5350ed148282533539491452d8815db2) Thanks [@christian-bromann](https://github.com/christian-bromann)! - docs(deepagents): add streaming examples - [`d8cb607`](https://github.com/langchain-ai/deepagentsjs/commit/d8cb607e01ffd1b7d1970b29908c401c5154695a) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): filter invalid content blocks from subagent ToolMessage - [#250](https://github.com/langchain-ai/deepagentsjs/pull/250) [`4bcc9d4`](https://github.com/langchain-ai/deepagentsjs/commit/4bcc9d46cff0d59b113034a42eede0040d4d8ba4) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): fix OOM in conversation history offloading - [#248](https://github.com/langchain-ai/deepagentsjs/pull/248) [`20c7df0`](https://github.com/langchain-ai/deepagentsjs/commit/20c7df08685754f88b5605fa426e9a07694f9a2c) Thanks [@hntrl](https://github.com/hntrl)! - fix(deepagents): preserve ToolMessage metadata when evicting large outputs - [#244](https://github.com/langchain-ai/deepagentsjs/pull/244) [`9e04404`](https://github.com/langchain-ai/deepagentsjs/commit/9e04404df2c64528e38d7c77e71bd7226e062fd5) Thanks [@hntrl](https://github.com/hntrl)! - Add `namespace` option to `StoreBackend` for custom store namespace isolation. - `StoreBackend` now accepts an optional `{ namespace: string[] }` to control where files are stored in the LangGraph store - Enables user-scoped, org-scoped, or any custom isolation pattern when combined with the `backend` factory on `createDeepAgent` - Namespace components are validated to prevent wildcard/glob injection - Defaults to `["filesystem"]` (or `[assistantId, "filesystem"]` when `assistantId` is set) for backwards compatibility - Added integration tests verifying store propagation via invoke config (cloud deployment simulation) --- <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:33 -04:00
yindo closed this issue 2026-06-05 17:22:33 -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#291