[PR #164] [MERGED] chore: version packages #169

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

📋 Pull Request Information

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

Base: mainHead: changeset-release/main


📝 Commits (1)

📊 Changes

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

View changed files

.changeset/easy-oranges-watch.md (+0 -5)
.changeset/fix-skills-middleware.md (+0 -9)
.changeset/forty-bears-see.md (+0 -5)
.changeset/memory-statebackend-tests.md (+0 -9)
.changeset/puny-jars-buy.md (+0 -5)
.changeset/strong-plums-notice.md (+0 -5)
📝 libs/deepagents/CHANGELOG.md (+22 -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.6.2

Patch Changes

  • #169 e6d895b Thanks @christian-bromann! - fix(middleware): avoid unnecessary REMOVE_ALL_MESSAGES in PatchToolCallsMiddleware

  • #160 e4f9f8d Thanks @maahir30! - fix(skills): properly restore skills from StateBackend checkpoint

    • Add files channel to SkillsStateSchema for StateBackend integration
    • Fix skills restoration check to require non-empty array instead of just non-null
    • Export FileDataSchema from fs middleware for reuse
  • b3cf8e3 Thanks @christian-bromann! - fix(deepagents): handle empty oldString in performStringReplacement

  • #159 0fe09a5 Thanks @maahir30! - fix(deepagents): fix memoryMiddleware for statebacken

    • Export FileDataSchema for reuse.
    • Add files to MemoryStateSchema via StateSchema/ReducedValue.
    • Add StateBackend memory tests mirroring skills flow.
  • #172 c674c61 Thanks @christian-bromann! - fix(deepagents): prevent infinite loop when read_file returns large content

  • 0b65b09 Thanks @christian-bromann! - fix(deepagents): copy LICENSE file into published package


🔄 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/164 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 2/1/2026 **Status:** ✅ Merged **Merged:** 2/3/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (1) - [`c5c259c`](https://github.com/langchain-ai/deepagentsjs/commit/c5c259c4756eb9ebb49427f95b3e371d320e0aa6) chore: version packages ### 📊 Changes **8 files changed** (+23 additions, -39 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/easy-oranges-watch.md` (+0 -5) ➖ `.changeset/fix-skills-middleware.md` (+0 -9) ➖ `.changeset/forty-bears-see.md` (+0 -5) ➖ `.changeset/memory-statebackend-tests.md` (+0 -9) ➖ `.changeset/puny-jars-buy.md` (+0 -5) ➖ `.changeset/strong-plums-notice.md` (+0 -5) 📝 `libs/deepagents/CHANGELOG.md` (+22 -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.6.2 ### Patch Changes - [#169](https://github.com/langchain-ai/deepagentsjs/pull/169) [`e6d895b`](https://github.com/langchain-ai/deepagentsjs/commit/e6d895bdf9835701153a95cbec0c0763de78cd6a) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(middleware): avoid unnecessary REMOVE_ALL_MESSAGES in PatchToolCallsMiddleware - [#160](https://github.com/langchain-ai/deepagentsjs/pull/160) [`e4f9f8d`](https://github.com/langchain-ai/deepagentsjs/commit/e4f9f8d8c835dee073c5fc271cbaac1ad90a9647) Thanks [@maahir30](https://github.com/maahir30)! - fix(skills): properly restore skills from StateBackend checkpoint - Add `files` channel to `SkillsStateSchema` for StateBackend integration - Fix skills restoration check to require non-empty array instead of just non-null - Export `FileDataSchema` from fs middleware for reuse - [`b3cf8e3`](https://github.com/langchain-ai/deepagentsjs/commit/b3cf8e391d98f47f1fb2ee339f775bdf05356123) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): handle empty oldString in performStringReplacement - [#159](https://github.com/langchain-ai/deepagentsjs/pull/159) [`0fe09a5`](https://github.com/langchain-ai/deepagentsjs/commit/0fe09a51ded895e93973d6d12e8cbd56747fd31d) Thanks [@maahir30](https://github.com/maahir30)! - fix(deepagents): fix memoryMiddleware for statebacken - Export FileDataSchema for reuse. - Add files to MemoryStateSchema via StateSchema/ReducedValue. - Add StateBackend memory tests mirroring skills flow. - [#172](https://github.com/langchain-ai/deepagentsjs/pull/172) [`c674c61`](https://github.com/langchain-ai/deepagentsjs/commit/c674c619cdee057c5e0d6d7237f61f70886cf193) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): prevent infinite loop when read_file returns large content - [`0b65b09`](https://github.com/langchain-ai/deepagentsjs/commit/0b65b09864e8618860b8ba002412f4239beae2ac) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): copy LICENSE file into published package --- <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:20 -05:00
yindo closed this issue 2026-02-16 06:17:20 -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#169