Extract CLIProxy renderer into its owner repository - #1
Merged
Merged
Conversation
NWYLZW
force-pushed
the
codex/extract-renderer
branch
from
September 6, 2026 16:44
50f646b to
f39529f
Compare
NWYLZW
force-pushed
the
codex/extract-renderer
branch
from
September 6, 2026 19:55
16e784e to
6cd0713
Compare
NWYLZW
force-pushed
the
codex/extract-renderer
branch
from
September 6, 2026 20:15
6cd0713 to
85668b7
Compare
6 tasks
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.
The CLIProxy renderer and provider adapter were maintained inside CordisX Host, which mixed plugin product changes with Host lifecycle and UI work. This moves the renderer, styles, CLIProxy method declarations, response projection, lifecycle, and approval adaptation into the standalone plugin repository.
The branch now publishes a schema-valid plugin-package/runtime-manifest v9 candidate and a bundled
platform-providerNode service. The service consumes only the public Protocol broker andctx.platformProviders.register; it receives closed Host-issued provider configuration and opaque workspace handles. Endpoint and credential resolution, process startup, raw transport, configuration persistence, method/schema policy, and the single ProviderFleet remain Host-owned.Validation:
npm run checknpm pack --dry-runincludes renderer graph, stylesheet,dist/service.mjs, package manifest, and runtime manifest6cd0713f52c2090eb43bffaaeb40854e9420cd2eproduced the 126,832-byte renderer and 25,445-byte service throughprepareThis PR remains open. It must not merge until Host #340 is formally merged and pinned. The branch consumes the formal Protocol v2 safe model-mapping projection at
cbfd15ef4d2f51bcffa659f393cd65730bbe5f0d. The matching Host v2 implementation must still be formalized and pinned before this plugin can merge or the Host-built consumer can be deleted.No live Codex Desktop launch or user acceptance was performed.