Skip to content

Commit 71181d5

Browse files
committed
chore: release v19.0.13
1 parent ef03ceb commit 71181d5

File tree

7 files changed

+26
-10
lines changed

7 files changed

+26
-10
lines changed

CHANGELOG.md

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

3+
## [19.0.13](///compare/19.0.11...19.0.12) (2026-03-07)
4+
5+
### Features
6+
7+
* implement patchGlobals method for AxCodeSession and update related functionality ef03ceb
8+
## [19.0.12](///compare/19.0.11...19.0.12) (2026-03-06)
9+
10+
### Features
11+
12+
* add inputUpdateCallback for dynamic input updates during actor turns b233e2f
13+
* add RLM Discovery example with writing coach and analytics tools 9f5ec0d
14+
15+
### Bug Fixes
16+
17+
* update model names and costs for Google Gemini configurations 48b3235
18+
319
## [19.0.12](///compare/19.0.10...19.0.11) (2026-03-06)
420

521
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@
7474
],
7575
"author": "Vikram <https://twitter.com/dosco>",
7676
"private": "true",
77-
"version": "19.0.12"
77+
"version": "19.0.13"
7878
}

src/aisdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-llm/ax-ai-sdk-provider",
3-
"version": "19.0.12",
3+
"version": "19.0.13",
44
"type": "module",
55
"description": "Ax AI SDK Provider for the Vercel AI SDK",
66
"repository": {
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@ai-sdk/provider-utils": "^3.0.10",
35-
"@ax-llm/ax": "19.0.12",
35+
"@ax-llm/ax": "19.0.13",
3636
"ai": "^5.0.100",
3737
"zod": "^3.23.8"
3838
},

src/aws-bedrock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-llm/ax-ai-aws-bedrock",
3-
"version": "19.0.12",
3+
"version": "19.0.13",
44
"type": "module",
55
"description": "AWS Bedrock Provider for AX - supports Claude, GPT OSS, and Titan Embed models",
66
"repository": {
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@aws-sdk/client-bedrock-runtime": "^3.709.0",
41-
"@ax-llm/ax": "19.0.12"
41+
"@ax-llm/ax": "19.0.13"
4242
},
4343
"peerDependencies": {
4444
"@ax-llm/ax": "14.0.31"

src/ax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-llm/ax",
3-
"version": "19.0.12",
3+
"version": "19.0.13",
44
"type": "module",
55
"description": "The best library to work with LLMs",
66
"repository": {

src/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"tsx": "node --env-file=.env --import=tsx"
2222
},
2323
"dependencies": {
24-
"@ax-llm/ax": "19.0.12",
25-
"@ax-llm/ax-tools": "19.0.12",
24+
"@ax-llm/ax": "19.0.13",
25+
"@ax-llm/ax-tools": "19.0.13",
2626
"@opentelemetry/auto-instrumentations-node": "^0.60.1",
2727
"@opentelemetry/exporter-metrics-otlp-http": "^0.208.0",
2828
"@opentelemetry/exporter-prometheus": "^0.202.0",

src/tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-llm/ax-tools",
3-
"version": "19.0.12",
3+
"version": "19.0.13",
44
"type": "module",
55
"description": "Ax tools package",
66
"repository": {
@@ -32,7 +32,7 @@
3232
"postbuild": "node ../../scripts/postbuild.js"
3333
},
3434
"dependencies": {
35-
"@ax-llm/ax": "19.0.12"
35+
"@ax-llm/ax": "19.0.13"
3636
},
3737
"files": [
3838
"**/*"

0 commit comments

Comments
 (0)