mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-19 23:24:23 +01:00
fix: use lowercase names for builtin external extensions (#1756)
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user