[PR #217] [MERGED] chore: version packages #217

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/217
Author: @github-actions[bot]
Created: 2/10/2026
Status: Merged
Merged: 2/10/2026
Merged by: @christian-bromann

Base: mainHead: changeset-release/main


📝 Commits (1)

📊 Changes

6 files changed (+19 additions, -17 deletions)

View changed files

.changeset/fix-skills-system-message.md (+0 -10)
.changeset/wacky-humans-admire.md (+0 -5)
📝 libs/deepagents/CHANGELOG.md (+11 -0)
📝 libs/deepagents/package.json (+1 -1)
📝 libs/providers/deno/CHANGELOG.md (+6 -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

@langchain/deno@0.2.0

Minor Changes

deepagents@1.7.4

Patch Changes

  • #208 4ea1858 Thanks @antonnak! - fix(skills): use systemMessage.concat() instead of systemPrompt string in SkillsMiddleware

    Aligns SkillsMiddleware.wrapModelCall with FilesystemMiddleware and SubAgentMiddleware
    by using request.systemMessage.concat() instead of request.systemPrompt string concatenation.
    This preserves SystemMessage content blocks including cache_control annotations for
    Anthropic prompt caching.


🔄 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/217 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (1) - [`4a87935`](https://github.com/langchain-ai/deepagentsjs/commit/4a87935046cbcfa4f8231c0c47eda04b7217c3fb) chore: version packages ### 📊 Changes **6 files changed** (+19 additions, -17 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/fix-skills-system-message.md` (+0 -10) ➖ `.changeset/wacky-humans-admire.md` (+0 -5) 📝 `libs/deepagents/CHANGELOG.md` (+11 -0) 📝 `libs/deepagents/package.json` (+1 -1) 📝 `libs/providers/deno/CHANGELOG.md` (+6 -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 ## @langchain/deno@0.2.0 ### Minor Changes - [#216](https://github.com/langchain-ai/deepagentsjs/pull/216) [`786053f`](https://github.com/langchain-ai/deepagentsjs/commit/786053fe42e7df66a5d728cd4635a18bde049387) Thanks [@christian-bromann](https://github.com/christian-bromann)! - feat(deno): better support for sandboxes with volume ## deepagents@1.7.4 ### Patch Changes - [#208](https://github.com/langchain-ai/deepagentsjs/pull/208) [`4ea1858`](https://github.com/langchain-ai/deepagentsjs/commit/4ea18587a3799a1cffcfa706ae00c5b9a89040b3) Thanks [@antonnak](https://github.com/antonnak)! - fix(skills): use systemMessage.concat() instead of systemPrompt string in SkillsMiddleware Aligns SkillsMiddleware.wrapModelCall with FilesystemMiddleware and SubAgentMiddleware by using request.systemMessage.concat() instead of request.systemPrompt string concatenation. This preserves SystemMessage content blocks including cache_control annotations for Anthropic prompt caching. --- <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#217