mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
minor
This commit is contained in:
@@ -50,6 +50,7 @@ impl ExternalAgentConfigApi {
|
||||
}
|
||||
|
||||
let settings_json = self.claude_home.join("settings.json");
|
||||
// TODO: check if the migratable fields exists in the settings.json and the mapped config.toml fields are empty
|
||||
if settings_json.is_file() {
|
||||
items.push(ExternalAgentConfigMigrationItem {
|
||||
item_type: ExternalAgentConfigMigrationItemType::Config,
|
||||
|
||||
Reference in New Issue
Block a user