From 0c93bbe5742643b3e27ed35ab22a6cd3a995fbf2 Mon Sep 17 00:00:00 2001 From: "swe-agent[bot]" <0+swe-agent[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:23:26 +0800 Subject: [PATCH] change version --- codeagent-wrapper/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeagent-wrapper/main.go b/codeagent-wrapper/main.go index 7d642e9..1659566 100644 --- a/codeagent-wrapper/main.go +++ b/codeagent-wrapper/main.go @@ -14,7 +14,7 @@ import ( ) const ( - version = "5.2.2" + version = "5.2.3" defaultWorkdir = "." defaultTimeout = 7200 // seconds codexLogLineLimit = 1000