Refresh Codex dev app-server components - #722
Conversation
🦋 Changeset detectedLatest commit: ec419a6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f98bd17523
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
plugin/installrequest before a dev epoch is attachedAB7202Closes #716
Validation
pnpm build && pnpm typecheck && pnpm lint && pnpm test:unit— passed (300 files; 4,425 passed, 6 skipped)pnpm test:host-install— passed (4 files; 26 passed, 2 skipped)AGENT_BUNDLE_NATIVE_HOST_CONTRACTS=1 pnpm exec rstest --config rstest.native-host.config.ts --testNamePattern 'app-server started before'— passed against Codex 0.153.4 (1 passed, 31 filtered skips)pnpm docs:site:build— passedDeslop
Deslop: GPT-5.6 Sol, 9 edits.
Removed the redundant CLI refresh path, kept Codex's atomic host-owned install as the live-app-server publication, reused the existing stable source, host-root, and path-existence helpers, made server-request frames non-responses, and limited the native fixture to its opt-in lane.
Self-review
Reviewer: Claude Fable 5.1 Thinking High
First pass findings and disposition:
native-codex-app-server.test.tsand added it torstest.native-host.config.tsthroughnativeHostTestFiles.AB7202reference text.methodare now ignored by the response matcher and covered by the fake contract.origin/main; the changeset now ends in(#722).Second and final passes: no bugs, breaking changes, security concerns, or documentation gaps. Guarded the native fixture build when prerequisites are absent. The native-host workflow remains intentionally local/manual and its passing command is recorded above.
GitHub Codex review: one path-helper finding; fixed in
ec419a69c8, replied to, and resolved.