From 181a10617f2c2f0820fbe5bb2bd9da1846ade70b Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 21:00:48 +0000 Subject: [PATCH 1/3] Update changelog for v0.0.89 Co-Authored-By: unknown <> --- content/docs/SDKs/javascript/changelog.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/docs/SDKs/javascript/changelog.mdx b/content/docs/SDKs/javascript/changelog.mdx index aee8647d..7ee8c734 100644 --- a/content/docs/SDKs/javascript/changelog.mdx +++ b/content/docs/SDKs/javascript/changelog.mdx @@ -7,6 +7,16 @@ description: Release notes for the Agentuity JavaScript SDK This page contains the release notes for the Agentuity JavaScript SDK. +## v0.0.89 + +**Release Date:** 2025-03-25 + +**Changes:** +- Add the agentName to the log attributes ([#33](https://github.com/agentuity/sdk-js/pull/33)) +- Console Logger: show max depth for any objects ([#32](https://github.com/agentuity/sdk-js/pull/32)) +- When stream is requested but the response isn't a stream, chunk up the response data into chunks and smooth out as if streamed ([#31](https://github.com/agentuity/sdk-js/pull/31)) +- Fixed issue with buffer underrun getting sent and issue with json encoding ([#34](https://github.com/agentuity/sdk-js/pull/34)) + ## [0.0.84] - 2025-03-14 ### Added From cb92533a8dd3ac297db56c8fe75333cee1abfc3b Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 00:40:54 +0000 Subject: [PATCH 2/3] Update changelog: fix heading format for v0.0.89 Co-Authored-By: unknown <> --- content/docs/SDKs/javascript/changelog.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/docs/SDKs/javascript/changelog.mdx b/content/docs/SDKs/javascript/changelog.mdx index 7ee8c734..50af3b7a 100644 --- a/content/docs/SDKs/javascript/changelog.mdx +++ b/content/docs/SDKs/javascript/changelog.mdx @@ -7,9 +7,7 @@ description: Release notes for the Agentuity JavaScript SDK This page contains the release notes for the Agentuity JavaScript SDK. -## v0.0.89 - -**Release Date:** 2025-03-25 +## [0.0.89] - 2025-03-25 **Changes:** - Add the agentName to the log attributes ([#33](https://github.com/agentuity/sdk-js/pull/33)) From 039b340139719e2e50d6ac2cd3a0baed3b44092b Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 03:22:29 +0000 Subject: [PATCH 3/3] Add missing releases between 0.0.84 and 0.0.89 Co-Authored-By: unknown <> --- content/docs/SDKs/javascript/changelog.mdx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/content/docs/SDKs/javascript/changelog.mdx b/content/docs/SDKs/javascript/changelog.mdx index 50af3b7a..5e3ecb2e 100644 --- a/content/docs/SDKs/javascript/changelog.mdx +++ b/content/docs/SDKs/javascript/changelog.mdx @@ -15,6 +15,28 @@ This page contains the release notes for the Agentuity JavaScript SDK. - When stream is requested but the response isn't a stream, chunk up the response data into chunks and smooth out as if streamed ([#31](https://github.com/agentuity/sdk-js/pull/31)) - Fixed issue with buffer underrun getting sent and issue with json encoding ([#34](https://github.com/agentuity/sdk-js/pull/34)) +## [0.0.88] - 2025-03-21 + +**Changes:** +- Improve loading project when using node or bun directly vs using start script or agentuity dev +- Fix mismatch between local run vs remote run with HTTP headers as property of metadata vs the metadata object + +## [0.0.87] - 2025-03-18 + +**Changes:** +- Slight improvement in location of when context.logger for agent is created + +## [0.0.86] - 2025-03-16 + +**Changes:** +- Add support for agentId on context.logger +- Fix issue with underrun on base64 stream + +## [0.0.85] - 2025-03-15 + +**Changes:** +- Streaming Support including SSE + ## [0.0.84] - 2025-03-14 ### Added