mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:10:45 +00:00
feat: improve Codex skill migration selection (#77597)
* feat: improve Codex skill migration selection * docs: add Codex migration changelog entry * fix codex skill migration bulk toggles * fix codex migration skip selection * fix codex migration skip option order * fix: handle codex migration shortcut toggles * fix codex migration shortcut reconciliation * fix: unblock Codex migration CI
This commit is contained in:
@@ -119,9 +119,10 @@ your personal Codex CLI state by default.
|
||||
|
||||
Running `openclaw migrate codex` in an interactive terminal previews the full
|
||||
plan, then opens a checkbox selector for skill copy items before the final
|
||||
apply confirmation. All skills start selected; uncheck any skill you do not want
|
||||
copied into this agent. For scripted or exact runs, pass `--skill <name>` once
|
||||
per skill, for example:
|
||||
apply confirmation. Use `Toggle all on` or `Toggle all off` for bulk selection;
|
||||
planned skills start checked, conflict skills start unchecked, and `Skip for now`
|
||||
leaves skills unchanged without applying. For scripted or exact runs, pass
|
||||
`--skill <name>` once per skill, for example:
|
||||
|
||||
```bash
|
||||
openclaw migrate codex --dry-run --skill gog-vault77-google-workspace
|
||||
|
||||
Reference in New Issue
Block a user