chore: remove @openuidev/thesys from examples - #1195
Merged
Merged
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
AbhinRustagi
enabled auto-merge (squash)
September 17, 2026 02:07
AbhinRustagi
approved these changes
Sep 17, 2026
AbhinRustagi
deleted the
devin/1789610364-remove-thesys-from-examples
branch
September 17, 2026 02:10
This branch was successfully deployed
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
@openuidev/thesyswas still declared as a dependency in 9 examples even though none of them import it anymore (they moved toopenuiLibrary/ lang-core cloud prompts in #1119). This drops the dead dependency and the webpack externalization that only existed to keep it out of the server bundle.Changes
@openuidev/thesysfrompackage.jsonin: google-adk, langgraph-platform, mastra, vercel-ai-sdk, vercel-eve, fastapi/frontend, grok-build, pi, supabasepnpm-lock.yamlandpackage-lock.jsonfor each (same commands asscripts/manage-starters.mjs examples update)harnesses/pi/next.config.ts: drop@openuidev/thesysfromserverExternalPackagesand thecommonjsexternals branch (the@earendil-works/pi-coding-agentexternalization stays)harnesses/grok-build/next.config.ts: remove thewebpack.externalsblock entirely; it only externalized@openuidev/thesys.--webpackbuild flag left as-is.Templates (
templates/openui-cloud) still import@openuidev/thesysand are intentionally untouched.Test Plan
pnpm install --frozen-lockfile+pnpm run verify(tsc + build, plus vitest where present) passes for all 9 changed examplesrg "openuidev/thesys" examplesreturns no matchesChecklist
Link to Devin session: https://app.devin.ai/sessions/7ea5f6432e654b9880f1b715b62537ba
Open in Devin Desktop: https://app.devin.ai/desktop/session/7ea5f6432e654b9880f1b715b62537ba?variant=devin