chore(cli): refresh template dependencies and build allowlists - #967
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 13, 2026 11:52
461d041 to
d2c02eb
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 13, 2026 11:57
d2c02eb to
2d75b46
Compare
AbhinRustagi
marked this pull request as ready for review
August 13, 2026 11:57
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 13, 2026 12:21
2d75b46 to
11c2977
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 14, 2026 06:11
11c2977 to
ce901b0
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 14, 2026 06:17
ce901b0 to
2c92e26
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 14, 2026 10:25
2c92e26 to
8a12897
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 14, 2026 11:17
8159f98 to
ea3935e
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 17, 2026 08:05
ea3935e to
8c2466b
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 17, 2026 08:06
8c2466b to
2624833
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 17, 2026 08:06
2624833 to
df0bea4
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 23, 2026 17:10
9cd78cb to
9cf9ca5
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 23, 2026 19:38
9cf9ca5 to
f57519e
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 24, 2026 06:23
f57519e to
ea878ee
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 24, 2026 06:57
ea878ee to
2f40167
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 24, 2026 08:58
2f40167 to
b450cc5
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 24, 2026 11:48
b450cc5 to
8faf129
Compare
Parallel local tools produce multiple ToolMessages; slice(-1) dropped siblings so the second model step got an incomplete function_call_output set and returned no answer on the live stream.
So npm framework scaffolds can npm ci from a lock that already includes the merged manifest dependencies, matching the default template path.
Match the internal overlay naming from the select PR; public CLI copy stays --backend-framework.
abhithesys
approved these changes
Aug 25, 2026
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.
What
Refreshes both scaffold templates' dependencies, adds LangGraph / Vercel AI SDK framework overlays, and tidies their pnpm build allowlists.
Changes
@openuidevpackages. Self-hosted moves to lang-core 0.2.11 to match Cloud.^4.4.3in the Cloud template so it matches what the framework overlays expect.overlays/<framework>/(not a public term — CLI still says backend framework).pnpm,onlyBuiltDependencies,allowBuilds) and addesbuild, which the LangGraph CLI needs to build.package-lock.jsonin the four framework overlays and regenerate base-template lockfiles.Test Plan
Scaffolded both templates and confirmed the bumped versions land in the generated
package.json. Full dependency installs were not run locally.Checklist