Skip to content

Commit e43f13a

Browse files
chore: version packages
1 parent bad62bd commit e43f13a

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/happy-flowers-mix.md

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

libs/deepagents/CHANGELOG.md

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

3+
## 1.7.7
4+
5+
### Patch Changes
6+
7+
- [#223](https://github.com/langchain-ai/deepagentsjs/pull/223) [`bfa843d`](https://github.com/langchain-ai/deepagentsjs/commit/bfa843d4fe8df5f735307f18ab256098e518c929) Thanks [@maahir30](https://github.com/maahir30)! - fix(deepagents): prevent write_file crash when model omits content
8+
- Default the content parameter to an empty string so a missing argument doesn't crash the entire agent run via Zod validation failure.
9+
310
## 1.7.6
411

512
### 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.6",
3+
"version": "1.7.7",
44
"description": "Deep Agents - a library for building controllable AI agents with LangGraph",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)