Add Codex Computer Use setup for Codex mode (#71842)

* Add Codex Computer Use setup

* Tighten Codex Computer Use setup checks

* Handle fresh Codex Computer Use marketplace setup

* Fix channel setup manifest fixture

* Match Codex Computer Use marketplace loading

* Harden plugin manifest test fixtures

* Isolate auth choice legacy manifest test

* Update aggregate shard test expectation

* Improve Codex Computer Use first-run setup

* Harden Codex Computer Use auto-install

* Fix plugin auto-enable test fixture roots
This commit is contained in:
pash-openai
2026-04-26 13:21:56 -07:00
committed by GitHub
parent df542f75a9
commit 67ffa3df8b
18 changed files with 1691 additions and 37 deletions

View File

@@ -84,7 +84,7 @@ const disqualifyingPatterns = [
},
{
code: "module-mocking-helper",
pattern: /runtime-module-mocks/u,
pattern: /(?:runtime-module-mocks|plugins-cli-test-helpers)/u,
},
{
code: "vitest-mock-api",