fix: use lowercase names for builtin external extensions (#1756)

This commit is contained in:
Zaki Ali
2025-03-18 16:15:08 -07:00
committed by GitHub
parent 38071efd75
commit 7aaa9dc728
2 changed files with 26 additions and 26 deletions

View File

@@ -433,22 +433,22 @@ pub fn configure_extensions_dialog() -> Result<(), Box<dyn Error>> {
"Code editing and shell access",
)
.item(
"Computer Controller",
"computercontroller",
"Computer Controller",
"controls for webscraping, file caching, and automations",
)
.item(
"Google Drive",
"googledrive",
"Google Drive",
"Search and read content from google drive - additional config required",
)
.item(
"Memory",
"memory",
"Memory",
"Tools to save and retrieve durable memories",
)
.item(
"Tutorial",
"tutorial",
"Tutorial",
"Access interactive tutorials and guides",
)