Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/forty-plants-rescue.md

This file was deleted.

6 changes: 6 additions & 0 deletions libs/deepagents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# deepagents

## 1.7.3

### Patch Changes

- [#200](https://github.com/langchain-ai/deepagentsjs/pull/200) [`a837eac`](https://github.com/langchain-ai/deepagentsjs/commit/a837eacb8145b3c5467c56d18946cf7ae1ddb69f) Thanks [@JadenKim-dev](https://github.com/JadenKim-dev)! - fix: normalize path handling for cross-platform compatibility

## 1.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/deepagents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deepagents",
"version": "1.7.2",
"version": "1.7.3",
"description": "Deep Agents - a library for building controllable AI agents with LangGraph",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down