-
Notifications
You must be signed in to change notification settings - Fork 1
Update changelog for sdk-js v0.0.131 #228
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
🤖 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:
|
WalkthroughA new changelog entry for version v0.0.131 was added to the Agentuity JavaScript SDK documentation. This entry documents the introduction of bulk delete support for vector storage and updates to documentation and type definitions for vector search parameters and metadata. Changes
Suggested reviewers
Poem
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Deploying with
|
Status | Name | Latest Commit | Updated (UTC) |
---|---|---|---|
🔵 In progress View logs |
docs | ef51a16 | Jul 08 2025, 05:30 AM |
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)
18-19
: Add deep-links to docs for quicker reader navigationFor each bullet, consider adding direct links to the relevant API docs (e.g., vector storage bulk-delete endpoint or updated type-definition section). This makes the changelog more actionable for users skimming for implementation details.
Example:
- **Added**: Support for bulk delete in vector storage ([PR #145](https://github.com/agentuity/sdk-js/pull/145)) + **Added**: Support for bulk delete in vector storage ([PR #145](https://github.com/agentuity/sdk-js/pull/145), see [docs](../reference/vector-storage#bulk-delete))
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
content/Changelog/sdk-js.mdx
(1 hunks)
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: afterrburn
PR: agentuity/docs#208
File: agent-docs/src/agents/doc-qa/retriever.ts:46-51
Timestamp: 2025-06-28T15:55:43.334Z
Learning: In Agentuity vector search API, the query parameter cannot be an empty string as it would throw an error. When performing metadata-only searches (like retrieving all chunks for a specific document path), a single space ' ' can be used as a workaround since the API requires a non-empty query string.
Learnt from: CR
PR: agentuity/docs#0
File: agent-docs/.cursor/rules/sdk.mdc:0-0
Timestamp: 2025-07-01T12:36:46.237Z
Learning: Applies to agent-docs/src/agents/**/*.ts : Use the storage APIs for persisting data
Learnt from: CR
PR: agentuity/docs#0
File: agent-docs/.cursor/rules/sdk.mdc:0-0
Timestamp: 2025-07-01T12:36:46.237Z
Learning: Applies to agent-docs/src/agents/**/*.ts : Import types from `@agentuity/sdk`
Learnt from: CR
PR: agentuity/docs#0
File: agent-docs/.cursor/rules/agent.mdc:0-0
Timestamp: 2025-07-01T12:36:36.319Z
Learning: Applies to agent-docs/**/src/agents/**/index.ts : Prefer loading types from the node modules package `@agentuity/sdk` in the node_modules folder
content/Changelog/sdk-js.mdx (2)
Learnt from: CR
PR: agentuity/docs#0
File: agent-docs/.cursor/rules/sdk.mdc:0-0
Timestamp: 2025-07-01T12:36:46.237Z
Learning: Applies to agent-docs/src/agents/**/*.ts : Import types from `@agentuity/sdk`
Learnt from: CR
PR: agentuity/docs#0
File: agent-docs/.cursor/rules/agent.mdc:0-0
Timestamp: 2025-07-01T12:36:36.319Z
Learning: Applies to agent-docs/**/src/agents/**/index.ts : Prefer loading types from the node modules package `@agentuity/sdk` in the node_modules folder
⏰ 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-16
: Version header & release metadata correctly formattedThe new
## v0.0.131
section and its corresponding<Callout>
match the established style in the rest of the changelog.
Update changelog for sdk-js v0.0.131
Summary
This PR updates the JavaScript SDK changelog in the documentation repository to include the v0.0.131 release notes. The changes add a new changelog entry following the established format pattern with proper Callout component, release date, and categorized changes.
Changes made:
content/Changelog/sdk-js.mdx
Note: The main SDK repository changelog was already correctly updated, so no changes were needed there.
Review & Testing Checklist for Human
Suggested test plan:
Diagram
Notes
Summary by CodeRabbit