-
Notifications
You must be signed in to change notification settings - Fork 1
Update sdk-js changelog with v0.0.148 and v0.0.147 #306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- 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 <>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
WalkthroughUpdates the SDK JS changelog file to add v0.0.148 (experimental prompts) and reflect v0.0.147 details (stream compression, direct Stream write, JSON header fix). Existing earlier sections remain unchanged. No source code changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
Comment |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | dc552d8 | Oct 02 2025, 02:07 PM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
content/Changelog/sdk-js.mdx (1)
20-30: Polish changelog style for v0.0.147Wrap identifiers in backticks and tighten wording:
- **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)) + **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 writes to `Stream` in addition to `getWriter()` ([PR #186](https://github.com/agentuity/sdk-js/pull/186)) + **Fixed**: Removed explicit `Content-Type: application/json` header in `send` (internal) so callers set it appropriately ([PR #185](https://github.com/agentuity/sdk-js/pull/185))
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
content/Changelog/sdk-js.mdx(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Workers Builds: docs
🔇 Additional comments (1)
content/Changelog/sdk-js.mdx (1)
10-18: Changelog update approved: PR #184 merged on 2025-10-02 and tag v0.0.148 exists with matching date.
Update sdk-js changelog with v0.0.148 and v0.0.147
Summary
Added changelog entries for two recent sdk-js releases (v0.0.148 and v0.0.147) to the documentation site. This brings the docs changelog up to date with the latest SDK releases.
Changes made:
Review & Testing Checklist for Human
Notes
This update synchronizes the documentation changelog with recent SDK releases. The format follows the existing pattern used for previous versions.
Link to Devin run: https://app.devin.ai/sessions/e3e088bc948747b2895c0724f061c259
Summary by CodeRabbit