diff --git a/src/tools/tool_runner.py b/src/tools/tool_runner.py index 9a5f3a1..bfc7409 100644 --- a/src/tools/tool_runner.py +++ b/src/tools/tool_runner.py @@ -20,6 +20,7 @@ class ToolRunner: args = ["run", "--chat-recording=false", prompt] if yolo: args.append("--yolo") + logger.warning(f"[QWEN] yolo={yolo}, args={args}") return await self._run_tool(self.qwen_command, args, cwd=cwd) async def run_opencode(self, prompt: str, model: Optional[str] = None) -> Tuple[str, bool]: