feat: platform extension migrator + code mode rename (#6611)

This commit is contained in:
Alex Hancock
2026-01-29 17:12:51 -05:00
committed by GitHub
parent fb4ac05016
commit edd0109997
14 changed files with 207 additions and 52 deletions
+2 -1
View File
@@ -314,8 +314,9 @@ impl CliSession {
if PLATFORM_EXTENSIONS.contains_key(extension_name) {
ExtensionConfig::Platform {
name: extension_name.to_string(),
bundled: None,
description: extension_name.to_string(),
display_name: None,
bundled: None,
available_tools: Vec::new(),
}
} else {