From 706e6bf3a9b32e371e70158b5bfd51a7148fe7aa Mon Sep 17 00:00:00 2001 From: Michael Liu <34015028+ljxw88@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:52:09 +0000 Subject: [PATCH] Update cli/utils.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- cli/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/utils.py b/cli/utils.py index d95dfd3b..df75c775 100644 --- a/cli/utils.py +++ b/cli/utils.py @@ -227,8 +227,8 @@ def select_shallow_thinking_agent(provider) -> str: def select_deep_thinking_agent(provider) -> str: """Select deep thinking llm engine using an interactive selection.""" - # Define shallow thinking llm engine options with their corresponding model names - # Ordering: medium → light → heavy (balanced first for quick tasks) + # Define deep thinking llm engine options with their corresponding model names + # Ordering: heavy → medium → light (most capable first for deep tasks) # Within same tier, newer models first DEEP_AGENT_OPTIONS = { "openai": [