Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Closed
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.157

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

**Changes**

- **Added**: Evaluation system with run/record capabilities and background eval job scheduler ([PR #194](https://github.com/agentuity/sdk-js/pull/194))
- **Added**: SHA-256 hash utilities (async and sync) exposed in the public API ([PR #194](https://github.com/agentuity/sdk-js/pull/194))
- **Added**: Eval references in prompt metadata for end-to-end eval tracking ([PR #194](https://github.com/agentuity/sdk-js/pull/194))
- **Changed**: Improved error reporting and diagnostics when loading prompts ([PR #194](https://github.com/agentuity/sdk-js/pull/194))

## v0.0.156

<Callout type="info">
Expand Down