From dc552d849f58a2a3a957ec129f379c29afa3a386 Mon Sep 17 00:00:00 2001
From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Date: Thu, 2 Oct 2025 14:02:03 +0000
Subject: [PATCH] Update sdk-js changelog with v0.0.148 and v0.0.147
- Add v0.0.148 release entry (experimental prompts support)
- Add v0.0.147 release entry (stream compression and Content-Type fixes)
- Follow existing Callout format with release dates
Co-Authored-By: unknown <>
---
content/Changelog/sdk-js.mdx | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/content/Changelog/sdk-js.mdx b/content/Changelog/sdk-js.mdx
index fc37bb4a..e25547c3 100644
--- a/content/Changelog/sdk-js.mdx
+++ b/content/Changelog/sdk-js.mdx
@@ -7,6 +7,28 @@ import { Callout } from 'fumadocs-ui/components/callout';
This page documents the release history of the [Agentuity JavaScript SDK](https://github.com/agentuity/sdk-js).
+## v0.0.148
+
+
+ Released: October 2, 2025
+
+
+**Changes**
+
+- **Added**: Experimental support for prompts ([PR #184](https://github.com/agentuity/sdk-js/pull/184))
+
+## v0.0.147
+
+
+ Released: October 1, 2025
+
+
+**Changes**
+
+- **Added**: Support for automatic stream compression with new `bytesWritten` and `compressed` properties on Stream interface ([PR #186](https://github.com/agentuity/sdk-js/pull/186))
+- **Added**: Support for direct write to Stream in addition to getWriter() method ([PR #186](https://github.com/agentuity/sdk-js/pull/186))
+- **Fixed**: Remove the explicit Content-Type header for application/json in send (internal) to allow each service caller to properly set ([PR #185](https://github.com/agentuity/sdk-js/pull/185))
+
## v0.0.146