mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-08-11 23:38:44 +00:00
The reasoning-effort selector trigger only appended a value for the four explicit efforts; when reasoning_effort was unset it rendered "Reasoning Effort:" with an empty value. The dropdown already treats an unset effort as medium (highlighted and checked), so the trigger and the menu disagreed on the default. Show "Medium" in the trigger when unset to match the dropdown's existing default.