From 369fc518d410542e30f36d276e6de89261787fcc Mon Sep 17 00:00:00 2001 From: alexsong-oai Date: Tue, 14 Apr 2026 21:42:20 -0700 Subject: [PATCH] gen --- codex-rs/core/config.schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/codex-rs/core/config.schema.json b/codex-rs/core/config.schema.json index 7e607de758..d502e06dd5 100644 --- a/codex-rs/core/config.schema.json +++ b/codex-rs/core/config.schema.json @@ -389,6 +389,9 @@ "experimental_windows_sandbox": { "type": "boolean" }, + "external_migrate": { + "type": "boolean" + }, "fast_mode": { "type": "boolean" }, @@ -2277,6 +2280,9 @@ "experimental_windows_sandbox": { "type": "boolean" }, + "external_migrate": { + "type": "boolean" + }, "fast_mode": { "type": "boolean" },