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: |
0b922c5 to
6339d60
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-06-12)
⚠ 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
Metadata-only release bump; risk is mainly consumer confusion from the version number dropping 0.52.3 → 0.11.2, not from code changes in this diff.
Overview
Release Please bumps the published
axiompackage from 0.52.3 to 0.11.2 and keeps release tooling in sync.The diff updates
packages/ai/package.jsonand.release-please-manifest.jsonto 0.11.2, and prepends a new [0.11.2] section topackages/ai/CHANGELOG.md(dated 2026-06-12) that aggregates features, fixes, and a breaking change note for package rename since the prior release tag. No runtime or library source files are modified in this PR—only version and changelog metadata for publishing.Reviewed by Cursor Bugbot for commit 6339d60. Bugbot is set up for automated code reviews on this repo. Configure here.