From 0992da0ece8361f3e1c2237b4d9877b1f286637e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D1=83=D1=80=D0=BD=D0=B0=D1=82=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Wed, 15 Jul 2026 09:47:09 +0300 Subject: [PATCH] chore: bump training agent protocol version --- tools/windows_training_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/windows_training_agent.py b/tools/windows_training_agent.py index 6a2c766..3c244b1 100644 --- a/tools/windows_training_agent.py +++ b/tools/windows_training_agent.py @@ -575,7 +575,7 @@ def worker_payload(args: argparse.Namespace, repo_root: Path) -> dict[str, Any]: "worker_id": args.worker_id or f"{name}:{repo_root}", "name": name, "path": str(repo_root), - "version": "2", + "version": "3", }