From 408aa4fbc4839b1f770849e4e28c700b6617d07e Mon Sep 17 00:00:00 2001 From: teknium1 <127238744+teknium1@users.noreply.github.com> Date: Sat, 16 May 2026 23:30:37 -0700 Subject: [PATCH] =?UTF-8?q?port(refactor):=20deepseek=20thinking-mode=20(0?= =?UTF-8?q?68c24f8a=20+=20cd9470f41)=20=E2=80=94=20no=20net=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The original 068c24f8a (DeepSeek thinking via legacy chat_completions path) was reverted by cd9470f41 (rewired to DeepSeekProfile.build_api_kwargs_extras). Both commits' run_agent.py edits cancel out at the extracted-module level. The active fix lives in plugins/model-providers/deepseek/__init__.py (merged cleanly from main via the prior merge commit). Co-authored-by: twebefy Co-authored-by: teknium1 <127238744+teknium1@users.noreply.github.com>