feat: default todo message (#6217)

This commit is contained in:
tlongwell-block
2025-12-24 14:23:01 -05:00
committed by GitHub
parent fa3885d2d4
commit a23e2cfcb2
2 changed files with 20 additions and 24 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ pub static PLATFORM_EXTENSIONS: Lazy<HashMap<&'static str, PlatformExtensionDef>
PlatformExtensionDef {
name: todo_extension::EXTENSION_NAME,
description:
"Enable a todo list for Goose so it can keep track of what it is doing",
"Enable a todo list for goose so it can keep track of what it is doing",
default_enabled: true,
client_factory: |ctx| Box::new(todo_extension::TodoClient::new(ctx).unwrap()),
},