Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/ai-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## @forestadmin/ai-proxy [1.12.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/ai-proxy@1.12.1...@forestadmin/ai-proxy@1.12.2) (2026-07-24)


### Bug Fixes

* **ai-proxy:** exclude deprecated *-chat-latest OpenAI models ([#1779](https://github.com/ForestAdmin/agent-nodejs/issues/1779)) ([ff6589f](https://github.com/ForestAdmin/agent-nodejs/commit/ff6589fcf738351459b84d8aaee5a0432e25a2f2))
Expand Down
1 change: 0 additions & 1 deletion packages/datasource-demo-fintech/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## @forestadmin/datasource-demo-fintech [1.0.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-demo-fintech@1.0.0...@forestadmin/datasource-demo-fintech@1.0.1) (2026-06-18)


### Bug Fixes

* **demo fintech ds:** allow multiple restart ([#1681](https://github.com/ForestAdmin/agent-nodejs/issues/1681)) ([983b9b8](https://github.com/ForestAdmin/agent-nodejs/commit/983b9b89db61ea14c8f288901a13b2e708bdf3b9))
Expand Down
1 change: 0 additions & 1 deletion packages/datasource-mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@




### Dependencies

* **@forestadmin/datasource-mongoose:** upgraded to 1.13.4
Expand Down
1 change: 0 additions & 1 deletion packages/datasource-replica/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@




### Dependencies

* **@forestadmin/datasource-customizer:** upgraded to 1.69.3
Expand Down
1 change: 0 additions & 1 deletion packages/plugin-aws-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@




### Dependencies

* **@forestadmin/datasource-toolkit:** upgraded to 1.54.0
Expand Down
1 change: 0 additions & 1 deletion packages/plugin-export-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@




### Dependencies

* **@forestadmin/datasource-customizer:** upgraded to 1.69.3
Expand Down
14 changes: 14 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1758,6 +1758,20 @@
"@fastify/forwarded" "^3.0.0"
ipaddr.js "^2.1.0"

"@forestadmin/ai-proxy@1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@forestadmin/ai-proxy/-/ai-proxy-1.12.1.tgz#84db6328e29b505c5bbd4b3afec0b9f420107cf2"
integrity sha512-CHZ+XIZTDxThFL0zTf14yusREW5sYJscgvBgBbdayTYYE4w6q2mxT3nwCx9zkS/VkrkV+JD0FEuA+VW4o0J6AQ==
dependencies:
"@forestadmin/agent-toolkit" "1.2.0"
"@forestadmin/datasource-toolkit" "1.54.0"
"@langchain/anthropic" "1.4.0"
"@langchain/core" "1.1.48"
"@langchain/langgraph" "1.3.7"
"@langchain/mcp-adapters" "1.1.3"
"@langchain/openai" "1.4.7"
zod "^4.3.5"

"@forestadmin/context@1.37.1":
version "1.37.1"
resolved "https://registry.yarnpkg.com/@forestadmin/context/-/context-1.37.1.tgz#301486c456061d43cb653b3e8be60644edb3f71a"
Expand Down
Loading