Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Oct 2, 2025

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:

  • Added v0.0.148 entry with experimental prompts support (October 2, 2025)
  • Added v0.0.147 entry with stream compression features and Content-Type fixes (October 1, 2025)
  • Followed existing format with Callout components for release dates and categorized changes

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

  • Documentation
    • Updated SDK JS changelog with v0.0.148, including an info callout for the release date and an “Added” entry for experimental prompt support.
    • Retained v0.0.147 notes with an info callout and entries for: added stream compression properties, ability to write directly to Stream, and a fix removing the explicit application/json Content-Type header in send.
    • Earlier versions remain unchanged.

- 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-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 2, 2025

Walkthrough

Updates 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

Cohort / File(s) Summary of Changes
Docs: Changelog updates
content/Changelog/sdk-js.mdx
Added v0.0.148 entry with info callout and “Added: Experimental support for prompts.” Ensured v0.0.147 entry includes two “Added” (stream compression props, direct Stream write) and one “Fixed” (remove explicit JSON Content-Type in send). Formatting-only edits; no code changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • jhaynie

Poem

I thump my paw: new notes compiled,
v0.0.148 hops in, neatly filed.
Streams whoosh softly, headers light,
Prompts peek out—experimental delight.
In burrows of docs, I nibble and grin,
Changelog carrots stacked within. 🥕🐇

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The pull request title succinctly and accurately describes the primary change of updating the sdk-js changelog with the new v0.0.148 and v0.0.147 entries, matching the contents of the changeset without unnecessary detail or noise.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch devin/1759413528-update-changelog-v0.0.148

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai bot requested a review from jhaynie October 2, 2025 14:03
@cloudflare-workers-and-pages
Copy link

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
docs dc552d8 Oct 02 2025, 02:07 PM

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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.147

Wrap 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

📥 Commits

Reviewing files that changed from the base of the PR and between 55d9697 and dc552d8.

📒 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.

@jhaynie jhaynie merged commit 61130a0 into main Oct 2, 2025
2 checks passed
@jhaynie jhaynie deleted the devin/1759413528-update-changelog-v0.0.148 branch October 2, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants