chore: merge main into feat/prd-214-server-step-mapper#1597
Closed
Scra3 wants to merge 19 commits into
Closed
Conversation
…-375] (#1588) Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
# @forestadmin/ai-proxy [1.10.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-05-20) ### Features * **ai-proxy:** export FOREST_INTEGRATION_NAMES as runtime const [PRD-375] ([#1588](#1588)) ([89f4f64](89f4f64))
## @forestadmin/forestadmin-client [1.39.8](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-05-20) ### Dependencies * **@forestadmin/ai-proxy:** upgraded to 1.10.0
## @forestadmin/agent-client [1.5.9](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-05-20) ### Dependencies * **@forestadmin/forestadmin-client:** upgraded to 1.39.8
## @forestadmin/mcp-server [1.11.10](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-05-20) ### Dependencies * **@forestadmin/agent-client:** upgraded to 1.5.9 * **@forestadmin/forestadmin-client:** upgraded to 1.39.8
## @forestadmin/agent [1.78.12](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-05-20) ### Dependencies * **@forestadmin/forestadmin-client:** upgraded to 1.39.8 * **@forestadmin/mcp-server:** upgraded to 1.11.10
## @forestadmin/agent-testing [1.1.22](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-05-20) ### Dependencies * **@forestadmin/agent-client:** upgraded to 1.5.9 * **@forestadmin/forestadmin-client:** upgraded to 1.39.8 * **@forestadmin/agent:** upgraded to 1.78.12
## @forestadmin/forest-cloud [1.12.123](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-05-20) ### Dependencies * **@forestadmin/agent:** upgraded to 1.78.12
…[PRD-375] (#1589) Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
## @forestadmin/ai-proxy [1.10.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-05-20) ### Bug Fixes * **ai-proxy:** re-export FOREST_INTEGRATION_NAMES from package index [PRD-375] ([#1589](#1589)) ([909d050](909d050))
## @forestadmin/forestadmin-client [1.39.9](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-05-20) ### Dependencies * **@forestadmin/ai-proxy:** upgraded to 1.10.1
## @forestadmin/agent-client [1.5.10](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-05-20) ### Dependencies * **@forestadmin/forestadmin-client:** upgraded to 1.39.9
## @forestadmin/mcp-server [1.11.11](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-05-20) ### Dependencies * **@forestadmin/agent-client:** upgraded to 1.5.10 * **@forestadmin/forestadmin-client:** upgraded to 1.39.9
## @forestadmin/agent [1.78.13](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-05-20) ### Dependencies * **@forestadmin/forestadmin-client:** upgraded to 1.39.9 * **@forestadmin/mcp-server:** upgraded to 1.11.11
## @forestadmin/agent-testing [1.1.23](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-05-20) ### Dependencies * **@forestadmin/agent-client:** upgraded to 1.5.10 * **@forestadmin/forestadmin-client:** upgraded to 1.39.9 * **@forestadmin/agent:** upgraded to 1.78.13
## @forestadmin/forest-cloud [1.12.124](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-05-20) ### Dependencies * **@forestadmin/agent:** upgraded to 1.78.13
|
Coverage Impact This PR will not change total coverage. Modified Files with Diff Coverage (2)
🛟 Help
|
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.

Merge
maininto the mapper feature branch to bring it up to date with the latest releases (changelogs, package bumps, dependency updates).🤖 Generated with Claude Code
Note
Export
FOREST_INTEGRATION_NAMESas a runtime constant from@forestadmin/ai-proxyFOREST_INTEGRATION_NAMESas an exportedconstarray['Zendesk', 'Kolar', 'Snowflake']inforest-integration-client.ts, replacing the previous hardcoded string-literal union type.FOREST_INTEGRATION_NAMESfrom the package index so it is importable at runtime from@forestadmin/ai-proxy.langsmithto^0.6.0,mongooseto8.22.1, and propagates internal@forestadmin/*package version bumps across the monorepo.Macroscope summarized 75168fd.