From 5e0a8589830d5690b0588f63f5ab2c2e46ae6678 Mon Sep 17 00:00:00 2001 From: tlongwell-block <109685178+tlongwell-block@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:08:14 -0500 Subject: [PATCH] Enable tom (Top Of Mind) platform extension by default (#7111) --- crates/goose/src/agents/extension.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/goose/src/agents/extension.rs b/crates/goose/src/agents/extension.rs index 217f929a..9dd372b0 100644 --- a/crates/goose/src/agents/extension.rs +++ b/crates/goose/src/agents/extension.rs @@ -127,7 +127,7 @@ pub static PLATFORM_EXTENSIONS: Lazy 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()), }, );