fix(app-shell): org-package Install routes by deployment shape#1663
Merged
Conversation
…ll-local vs control plane) Self-hosted/single-env runtimes (features.installLocal) own their desired state — installing an org package merges it into THEIR kernel via /marketplace/install-local, with the bound oscc_ credential fetching the org manifest (ADR-0008). The control-plane /cloud-connection/install path (previously always used) 401s there and is the wrong semantics; cloud-managed environments keep it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
✅ Console Performance Budget
📦 Bundle Size Report
Size Limits
|
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.
自托管绑定 E2E 抓到的真 bug:「Your organization」的 Install 一律调控制面
/cloud-connection/install—— 自托管运行时(无服务键)401,且语义错误(自托管期望态在本地)。修法:
runtime-config features.installLocal分流 —— install-local 运行时走/marketplace/install-local(经绑定的 oscc_ 凭据取 org manifest,装进自己内核;E2E 已验 200);云托管环境保持原路径。418/418 app-shell 测试过。
🤖 Generated with Claude Code