fix(studio): restore BytePlus updates and harness performance - #1079
Merged
yaozheng-fang merged 2 commits intoSep 8, 2026
Merged
Conversation
zyn080302
force-pushed
the
perf/studio-update-harness-load-20260906
branch
from
September 8, 2026 09:39
061a346 to
4949bad
Compare
zyn080302
force-pushed
the
perf/studio-update-harness-load-20260906
branch
from
September 8, 2026 12:08
e2a0d44 to
12318ae
Compare
yaozheng-fang
approved these changes
Sep 8, 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.
Summary
veadk studio updatebundles lightweight by excluding the full offline Runtime and bundled AgentKit CLI archive while preserving both for first deploy and Release bundlesWhy
The Release workflow previously forwarded one global
thin_bundles=truevalue to both providers. BytePlus accepted the release request but correctly failed during preparation because thin releases are disabled there.Separately, overseas Studio updates copied the same full offline Runtime into the Scheduler scan Function, Scheduler worker Function, and Studio Function. Returning from the terminal to the Harness main view also unmounted the iframe, which reloaded all client plugins and amplified proxy connections.
Validation
mainat4f3169ca203 passed1 passed1048 passedruff,ruff-format, hardcoded-secret scan): passedgit diff --check: passedwheelhouse/,studio-runtime.json, or AgentKit CLI archiveThis PR combines the former provider-scoped Release workflow PR #1076 with the Studio update/Harness performance fix. It does not deploy or publish a Studio release.