openclaw/extensions/codex/src/migration
Kevin Lin d922edd861
Fix Codex plugin migration selection UX (#79160)
* fix: prompt for codex plugin migration selection

* test: use shared ANSI stripping in migrate output test

* fix(codex): guard migrated plugins with guardian mode

* fix(codex): keep plugin migration interactive after skill skip

* fix(codex): keep migration plugins on default app server

* fix(codex): exit cleanly when migration selection is empty

* fix(codex): remove migration test non-null assertions

* test(codex): drop auth profile migration fixture
2026-05-08 18:17:41 -07:00
..
apply.ts feat(codex): enable native plugin app support (#78733) 2026-05-07 17:20:28 -07:00
helpers.ts Refactor file access to use fs-safe primitives (#78255) 2026-05-06 05:03:11 +01:00
plan.ts Fix Codex plugin migration selection UX (#79160) 2026-05-08 18:17:41 -07:00
provider.test.ts Fix Codex plugin migration selection UX (#79160) 2026-05-08 18:17:41 -07:00
provider.ts feat(codex): enable native plugin app support (#78733) 2026-05-07 17:20:28 -07:00
source.ts feat(codex): enable native plugin app support (#78733) 2026-05-07 17:20:28 -07:00
targets.ts