Skip to content

Commit 7f82473

Browse files
chore: version packages (#217)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 786053f commit 7f82473

File tree

6 files changed

+19
-17
lines changed

6 files changed

+19
-17
lines changed

.changeset/fix-skills-system-message.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/wacky-humans-admire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

libs/deepagents/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# deepagents
22

3+
## 1.7.4
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
Aligns SkillsMiddleware.wrapModelCall with FilesystemMiddleware and SubAgentMiddleware
10+
by using request.systemMessage.concat() instead of request.systemPrompt string concatenation.
11+
This preserves SystemMessage content blocks including cache_control annotations for
12+
Anthropic prompt caching.
13+
314
## 1.7.3
415

516
### Patch Changes

libs/deepagents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deepagents",
3-
"version": "1.7.3",
3+
"version": "1.7.4",
44
"description": "Deep Agents - a library for building controllable AI agents with LangGraph",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",

libs/providers/deno/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @langchain/deno
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 0.1.2
410

511
### Patch Changes

libs/providers/deno/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/deno",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Deno Sandbox backend for deepagents",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)