Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ScriptedAlchemy/agent-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ScriptedAlchemy/agent-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cursor/codex-install-add-only-71f7
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 12 files changed
  • 2 contributors

Commits on Sep 17, 2026

  1. fix(install): replace Codex plugins with add-only to keep settings

    Native `codex plugin remove` deletes the plugin config subtree, so
    `agent-bundle install codex` now refreshes through add-only. Capture
    config.toml around add and restore it when inventory reported
    enabled=false or when add fails after mutation.
    
    Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
    cursoragent and ScriptedAlchemy committed Sep 17, 2026
    Configuration menu
    Copy the full SHA
    b3ba11b View commit details
    Browse the repository at this point in the history
  2. test(install): allow INSTALL.md to warn that Codex remove deletes set…

    …tings
    
    The reinstall recipe is add-only; the prose still names plugin remove so
    operators know why that verb is not in the executable block.
    
    Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
    cursoragent and ScriptedAlchemy committed Sep 17, 2026
    Configuration menu
    Copy the full SHA
    269f875 View commit details
    Browse the repository at this point in the history
  3. fix(install): refuse disabled Codex replace without rewriting config

    Keep native add-only for enabled Codex replacements so nested MCP
    overrides survive. Pinned Codex has no settings-preserving update API,
    so disabled or unknown-enablement replacements fail closed before any
    host mutation instead of capturing or rewriting config.toml.
    
    Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
    cursoragent and ScriptedAlchemy committed Sep 17, 2026
    Configuration menu
    Copy the full SHA
    dde840d View commit details
    Browse the repository at this point in the history
  4. docs(install): name native plugin CLI limitation, not missing app-server

    State that the native plugin CLI has no qualified settings-preserving
    update API. Do not deny app-server config/value/write. Record that the
    plugin-list enabled snapshot is not atomic against a concurrent edit of
    the same plugin flag between list and add.
    
    Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
    cursoragent and ScriptedAlchemy committed Sep 17, 2026
    Configuration menu
    Copy the full SHA
    5886a5f View commit details
    Browse the repository at this point in the history
  5. test(install): expect qualified settings-preserving API wording

    Align install and INSTALL.md assertions with the production
    AB7004 / Codex reinstall phrase.
    
    Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
    cursoragent and ScriptedAlchemy committed Sep 17, 2026
    Configuration menu
    Copy the full SHA
    2ebfcd8 View commit details
    Browse the repository at this point in the history
Loading