Skip to content

fix(install): preserve Codex settings during replacement - #93

Merged
ScriptedAlchemy merged 1 commit into
mainfrom
fix/codex-installer-settings
Sep 17, 2026
Merged

ScriptedAlchemy merged 1 commit into
mainfrom
fix/codex-installer-settings

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Why

Replacing a Codex installation through the generated installer used remove followed by add, which deletes nested plugin MCP overrides. Pin the verified Agent Bundle main commit ab5ae66 so replacement uses native add only and preserves those settings.

Scope

Update the compiler/runtime preview pair and native lockfile. Add a patch changeset for the generated installer correction. Preserve the pending shared-skill-library minor changeset.

Tradeoffs

Replacement refuses disabled or unknown plugin-level enablement before mutating Codex, since native add would reset that flag. Users can enable the plugin in Codex before replacing it.

Blast radius

The build inputs and generated installer change. Application source and public package versions remain unchanged; native Changesets controls the eventual release version.

Verification

  • Native npm ci and full npm run check passed: 405 unit tests and 15 route tests.
  • Packed the actual package with its native package manager and installed it offline into a source-free temporary prefix.
  • Executed its packaged installer against native Codex 0.154.0 in isolated homes. Enabled replacement used add without remove, preserved the nested embedded-MCP enabled = false override and unrelated configuration, and refreshed owned content.
  • Disabled replacement and a controlled native inventory response with enabled omitted both failed with only an inventory read. Configuration and installed content remained unchanged.
  • Verified immutable dependency package integrity and exact preview versions. git diff --check passed.

@changeset-bot

changeset-bot Bot commented Sep 17, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 12eb32f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
grok-bot-cli Patch

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

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 17, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-17T04:34:36.312257Z 12eb32f PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@ScriptedAlchemy
ScriptedAlchemy merged commit fde32cd into main Sep 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant