mirror of
https://github.com/cline/cline.git
synced 2026-08-29 03:52:41 +08:00
c03e452315
ci-node-smoke.ts installs the packed SDK tarballs with a plain npm install in a fresh temp dir, where the repo root package.json overrides do not apply. When @sap-cloud-sdk 4.9.0 shipped (2026-08-24) it broke @sap-ai-sdk/ai-api 2.14.0 (via @jerome-benoit/sap-ai-provider in @cline/llms) with ERR_PACKAGE_PATH_NOT_EXPORTED, failing the smoke step on every PR even though the root already pins @sap-cloud-sdk/* to 4.6.0. Copy the root overrides block into the generated sandbox package.json so the smoke install resolves the same pinned versions as the repo and future third-party releases cannot break it independently.