
xli-oaiandGitHub
803705f795
Add remote plugin uninstall API (#19456)
## Summary
- Adds the remote `plugin/uninstall` request form using required
`pluginId` plus optional `remoteMarketplaceName`, while preserving local
`pluginId` uninstall.
- Adds `codex_core_plugins::remote::uninstall_remote_plugin` for the
deployed ChatGPT plugin backend uninstall path and validates the backend
returns the same id with `enabled: false`.
- Routes app-server remote uninstall through feature checks, remote
plugin id validation, backend mutation, local downloaded cache deletion,
cache clearing, docs, and regenerated protocol schemas.
## Tests
- `just write-app-server-schema`
- `just fmt`
- `cargo test -p codex-app-server-protocol
plugin_uninstall_params_serialization_omits_force_remote_sync`
- `cargo test -p codex-app-server plugin_uninstall --test all`
- `cargo test -p codex-app-server plugin_uninstall`
- `cargo build -p codex-cli`
- `CODEX_BIN=/Users/xli/code/codex/codex-rs/target/debug/codex python3
/Users/xli/.codex/skills/xli-test-marketplace-api/scripts/run_marketplace_api_matrix.py`
(44 pass / 0 fail)
- `just fix -p codex-app-server-protocol -p codex-app-server -p
codex-tui`
- `just fix -p codex-app-server`
2026-04-28 03:27:53 -07:00
..
2026-04-24 01:53:13 +00:00
2026-04-27 19:29:19 +00:00
2026-04-24 17:38:45 +00:00
2026-04-16 07:57:51 -07:00
2026-04-16 07:57:51 -07:00
2026-04-27 13:41:27 -07:00
2026-04-26 17:18:09 -07:00
2026-04-16 07:57:51 -07:00
2026-03-27 19:00:44 -07:00
2026-04-26 12:43:16 -07:00
2026-04-21 14:07:08 -07:00
2026-04-21 14:13:08 +08:00
2026-04-14 00:13:13 -07:00
2026-04-26 15:10:53 -07:00
2026-04-26 12:43:16 -07:00
2026-04-26 12:43:16 -07:00
2026-04-21 14:30:55 -07:00
2026-04-25 16:25:28 -07:00
2026-04-23 11:27:17 -07:00
2026-04-26 13:29:54 -07:00
2026-04-26 15:10:53 -07:00
2026-04-15 21:02:59 +08:00
2026-04-09 13:34:52 -07:00
2026-04-21 10:09:46 -07:00
2026-04-15 12:05:39 +01:00
2026-04-24 15:45:44 -07:00
2026-04-07 17:55:40 -07:00
2026-01-14 16:41:50 -08:00
2026-03-27 19:00:44 -07:00
2026-04-28 00:53:27 -07:00
2026-04-28 00:53:27 -07:00
2026-04-28 00:53:27 -07:00
2026-04-28 03:27:53 -07:00
2026-04-17 21:41:57 -07:00
2026-04-26 12:43:16 -07:00
2026-04-26 15:10:53 -07:00
2026-04-23 00:21:59 -07:00
2026-02-27 12:45:59 -08:00
2026-03-27 19:00:44 -07:00
2026-04-22 22:24:12 -07:00
2026-04-24 17:38:45 +00:00
2026-04-20 23:38:18 +01:00
2026-04-27 19:29:19 +00:00
2026-04-26 17:18:09 -07:00
2026-04-22 06:10:09 -04:00
2026-04-20 10:27:01 -07:00
2026-04-13 18:29:49 +01:00
2026-04-17 11:49:02 -07:00
2026-04-09 18:44:26 +01:00
2026-04-22 06:10:09 -04:00
2026-04-27 19:29:19 +00:00
2026-02-20 18:26:57 -08:00
2026-04-17 11:49:02 -07:00
2026-04-27 19:29:19 +00:00
2026-02-18 15:20:03 -08:00
2026-02-20 18:26:57 -08:00
2026-04-21 14:13:08 +08:00
2026-04-24 10:47:50 -04:00
2026-04-24 17:16:58 -07:00
2026-04-27 19:29:19 +00:00
2026-04-27 19:29:19 +00:00
2026-03-27 19:00:44 -07:00