Skip to content
This repository was archived by the owner on Jan 23, 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: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# @agentuity/sdk Changelog

## 0.0.157
## [0.0.157] - 2025-10-22

### Patch Changes
### Added

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

### Changed

- Add support for eval running
- Improved error reporting and diagnostics when loading prompts ([#194](https://github.com/agentuity/sdk-js/pull/194))

## [0.0.156] - 2025-10-15

Expand Down Expand Up @@ -832,6 +838,7 @@ All notable changes to this project will be documented in this file.

- Refactor the JS SDK to better support new workflow

[0.0.157]: https://github.com/agentuity/sdk-js/compare/v0.0.156...v0.0.157
[0.0.156]: https://github.com/agentuity/sdk-js/compare/v0.0.155...v0.0.156
[0.0.155]: https://github.com/agentuity/sdk-js/compare/v0.0.154...v0.0.155
[0.0.154]: https://github.com/agentuity/sdk-js/compare/v0.0.153...v0.0.154
Expand Down
Loading