Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions content/Changelog/sdk-js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ 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.149

<Callout type="info">
Released: October 3, 2025
</Callout>

**Changes**

- **Changed**: Prompt API signature from `_experimental_prompts()` method to `prompts` property ([PR #190](https://github.com/agentuity/sdk-js/pull/190))
- **Added**: Generic types for prompts (PromptName, PromptObject, PromptsAPI) ([PR #190](https://github.com/agentuity/sdk-js/pull/190))
- **Added**: Conditional exports with fallback handling for generated content ([PR #190](https://github.com/agentuity/sdk-js/pull/190))


## v0.0.148

<Callout type="info">
Expand Down