From 036a9b5686181540d8f110a2adbae6efd07760ed Mon Sep 17 00:00:00 2001 From: mirivlad Date: Sun, 1 Mar 2026 22:14:55 +0800 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D0=BD=D1=83=D1=82=20=D1=84?= =?UTF-8?q?=D0=BB=D0=B0=D0=B3=20--approval-mode=20yolo=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D0=B0=D0=B2=D1=82=D0=BE-=D0=BF=D0=BE=D0=B4=D1=82?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D0=B6=D0=B4=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B4?= =?UTF-8?q?=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Qwen-Coder --- qwen_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qwen_integration.py b/qwen_integration.py index 004e89d..26b1e59 100644 --- a/qwen_integration.py +++ b/qwen_integration.py @@ -360,7 +360,7 @@ class QwenCodeManager: "-p", task, "--output-format", "stream-json", # Правильный streaming формат "--auth-type", "qwen-oauth", # Явное указание типа авторизации - # НЕ используем --yolo чтобы получить OAuth ссылку если нужно + "--approval-mode", "yolo", # Авто-подтверждение действий ] logger.info(f"Выполнение задачи (stream-json): {' '.join(cmd)}")