Fix: restore the Summary tab in Pocodex - #17
Open
xIGBClutchIx wants to merge 1 commit into
Open
Conversation
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
This restores the missing Summary tab in Pocodex so the current Codex desktop bundle once again shows the full side-panel tab set for git-backed threads.
What changed
version,buildFlavor, andbuildNumberthroughextension-infoso the bundle evaluates the current Summary gate against the correct app identityhost_configthrough the CLI runtime, app-server bridge, and bootstrap payload so the desktop webview sees the workspace as the correct host type during startuphost_config,remote_connections, and the newer theme/menu bridge methodsplatform-familyRPC support that the newer bundle now calls during its startup flowRoot cause
The missing Summary tab came from two newer Codex bundle assumptions that Pocodex was not satisfying:
extension-info, so the bundle evaluated the Summary Statsig gate against the wrong app identityhost_config, shared-object snapshots, and the git-worker startup RPCsImpact
Summary,Review, andUnstagedagain in PocodexValidation
pnpm run check:commitpnpm exec vitest run test/app-server-bridge-basic.test.ts test/app-server-bridge-host-config.test.ts test/bootstrap-script.test.ts test/codex-desktop-git-worker.test.tspnpm exec tsx src/cli.ts --dev --listen 127.0.0.1:8812http://127.0.0.1:8812/that opening the affected thread and toggling the side panel showsSummary,Review, andUnstaged