Skip to content

Commit 53720e9

Browse files
committed
chore(release): @forestadmin/agent@1.72.4 [skip ci]
## @forestadmin/agent [1.72.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.72.3...@forestadmin/agent@1.72.4) (2026-02-06) ### Bug Fixes * **ai-proxy:** validate model tool support at Router init (fail fast) ([#1452](#1452)) ([adf2efd](adf2efd)) ### Dependencies * **@forestadmin/ai-proxy:** upgraded to 1.4.1 * **@forestadmin/forestadmin-client:** upgraded to 1.37.10 * **@forestadmin/mcp-server:** upgraded to 1.7.6
1 parent 1091d54 commit 53720e9

2 files changed

Lines changed: 21 additions & 4 deletions

File tree

packages/agent/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## @forestadmin/agent [1.72.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.72.3...@forestadmin/agent@1.72.4) (2026-02-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **ai-proxy:** validate model tool support at Router init (fail fast) ([#1452](https://github.com/ForestAdmin/agent-nodejs/issues/1452)) ([adf2efd](https://github.com/ForestAdmin/agent-nodejs/commit/adf2efddac8ca2a5c278d2e6bd01b1bf0c1f271f))
7+
8+
9+
10+
11+
12+
### Dependencies
13+
14+
* **@forestadmin/ai-proxy:** upgraded to 1.4.1
15+
* **@forestadmin/forestadmin-client:** upgraded to 1.37.10
16+
* **@forestadmin/mcp-server:** upgraded to 1.7.6
17+
118
## @forestadmin/agent [1.72.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.72.2...@forestadmin/agent@1.72.3) (2026-02-05)
219

320

packages/agent/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/agent",
3-
"version": "1.72.3",
3+
"version": "1.72.4",
44
"main": "dist/index.js",
55
"license": "GPL-3.0",
66
"publishConfig": {
@@ -13,11 +13,11 @@
1313
},
1414
"dependencies": {
1515
"@fast-csv/format": "^4.3.5",
16-
"@forestadmin/ai-proxy": "1.4.0",
16+
"@forestadmin/ai-proxy": "1.4.1",
1717
"@forestadmin/datasource-customizer": "1.67.3",
1818
"@forestadmin/datasource-toolkit": "1.50.1",
19-
"@forestadmin/forestadmin-client": "1.37.9",
20-
"@forestadmin/mcp-server": "1.7.5",
19+
"@forestadmin/forestadmin-client": "1.37.10",
20+
"@forestadmin/mcp-server": "1.7.6",
2121
"@koa/bodyparser": "^6.0.0",
2222
"@koa/cors": "^5.0.0",
2323
"@koa/router": "^13.1.0",

0 commit comments

Comments
 (0)