chore(main): release axiom 0.11.2 - #335
Open
axiom-automation wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0b922c5. Configure here.
| { | ||
| "name": "axiom", | ||
| "version": "0.52.3", | ||
| "version": "0.11.2", |
There was a problem hiding this comment.
Published version below latest
High Severity
This commit sets the axiom package version to 0.11.2 after 0.52.3. npm rejects publishes when the new version sorts below the registry’s latest, so the release workflow can fail and consumers on 0.52.x won’t treat this as a normal upgrade.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 0b922c5. Configure here.
commit: |
axiom-automation
force-pushed
the
release-please--branches--main--components--axiom
branch
from
June 12, 2026 09:37
0b922c5 to
6339d60
Compare
axiom-automation
force-pushed
the
release-please--branches--main--components--axiom
branch
from
July 27, 2026 03:19
6339d60 to
28d7fdf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


🤖 I have created a release beep boop
0.11.2 (2026-07-27)
⚠ BREAKING CHANGES
Features
axiom.config.ts(#98) (f70239b)gen_ai.provider.namefor ai gateway (#89) (d510654)vitestConfigto axiom.config.ts (#306) (e9a59c6)--listflag (#116) (4f303cf)datato be just an array (#171) (05cfa10)chat, notgen_ai.call_llm(#108) (ad560d0)flag(#96) (50638eb)eval.case.metadataon case span (#184) (33ad844)categoryfrom feedback in sdk (#209) (0a72aad)initAxiomAIpass the corr… (#37) (7cb3410)Evaltypes, better validation error (#185) (bc57d16)chat <model> streamspans (#278) (8e238f2)/aiinstead of/ai-engineeringfor result links (#235) (87440fd)Bug Fixes
chat <model> streamspan hasgen_ai.operation.name, which it should not (#97) (3a57a0a)npx axiom loginfails due to vitest (#195) (81973cf)trace_idcolumn exists infindEvaluationCases(#292) (58dc4ff)chatspan silently with AI SDK v4 (#20) (b9c41cd)This PR was generated with Release Please. See documentation.
Note
Low Risk
Only release metadata and changelog; no runtime or build logic changes in the diff. Verify the 0.52.3 → 0.11.2 version step is intentional before publishing to avoid consumer confusion on npm.
Overview
Release Please bumps the
axiompackage from 0.52.3 to 0.11.2 with no application source changes in this PR.Updates
.release-please-manifest.json,packages/ai/package.jsonversion, and prepends a0.11.2section topackages/ai/CHANGELOG.md(generated notes sincev0.52.3, including a breaking change callout for package rename). Merging is the publish gate for that npm version.Reviewed by Cursor Bugbot for commit 28d7fdf. Bugbot is set up for automated code reviews on this repo. Configure here.