diff --git a/crates/chat-cli/src/cli/chat/tools/thinking.rs b/crates/chat-cli/src/cli/chat/tools/thinking.rs index b6fe099e4d..c998276e1a 100644 --- a/crates/chat-cli/src/cli/chat/tools/thinking.rs +++ b/crates/chat-cli/src/cli/chat/tools/thinking.rs @@ -30,7 +30,7 @@ pub struct Thinking { impl Thinking { /// Checks if the thinking feature is enabled in settings pub fn is_enabled(database: &Database) -> bool { - database.settings.get_bool(Setting::EnabledThinking).unwrap_or(true) + database.settings.get_bool(Setting::EnabledThinking).unwrap_or(false) } /// Queues up a description of the think tool for the user