Skip to content

Commit d3b8dd0

Browse files
chore(main): release axiom 0.46.1 (#267)
🤖 I have created a release *beep* *boop* --- ## [0.46.1](axiom-v0.46.0...axiom-v0.46.1) (2026-02-25) ### Bug Fixes * **ai:** move online eval scorer counters to eval.* namespace ([#264](#264)) ([bef94db](bef94db)) * **ai:** normalize boolean scores in onlineEval scoresSummary ([#263](#263)) ([ff75842](ff75842)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Release metadata/changelog-only changes with no functional code modifications in this PR. > > **Overview** > Publishes `packages/ai` version `0.46.1` by updating the release manifest, `package.json` version, and `CHANGELOG.md`. > > The changelog for `0.46.1` notes two bug fixes: moving online eval scorer counters into the `eval.*` namespace and normalizing boolean scores in `onlineEval` `scoresSummary`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 90b0bd1. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent bef94db commit d3b8dd0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/ai": "0.46.0"
2+
"packages/ai": "0.46.1"
33
}

packages/ai/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.46.1](https://github.com/axiomhq/ai/compare/axiom-v0.46.0...axiom-v0.46.1) (2026-02-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **ai:** move online eval scorer counters to eval.* namespace ([#264](https://github.com/axiomhq/ai/issues/264)) ([bef94db](https://github.com/axiomhq/ai/commit/bef94db48b59e923e57b2fca7238cc2a89c66bfd))
9+
* **ai:** normalize boolean scores in onlineEval scoresSummary ([#263](https://github.com/axiomhq/ai/issues/263)) ([ff75842](https://github.com/axiomhq/ai/commit/ff758426d58cd3d1ca3b0824b55b9656d9b71d17))
10+
311
## [0.46.0](https://github.com/axiomhq/ai/compare/axiom-v0.45.0...axiom-v0.46.0) (2026-02-19)
412

513

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axiom",
3-
"version": "0.46.0",
3+
"version": "0.46.1",
44
"type": "module",
55
"author": "Axiom, Inc.",
66
"contributors": [

0 commit comments

Comments
 (0)