Enable tom (Top Of Mind) platform extension by default (#7111)

This commit is contained in:
tlongwell-block
2026-02-10 01:08:14 -05:00
committed by GitHub
parent d600c02b6d
commit 5e0a858983
+1 -1
View File
@@ -127,7 +127,7 @@ pub static PLATFORM_EXTENSIONS: Lazy<HashMap<&'static str, PlatformExtensionDef>
display_name: "Top Of Mind",
description:
"Inject custom context into every turn via GOOSE_MOIM_MESSAGE_TEXT and GOOSE_MOIM_MESSAGE_FILE environment variables",
default_enabled: false,
default_enabled: true,
client_factory: |ctx| Box::new(tom_extension::TomClient::new(ctx).unwrap()),
},
);