From 420eb857ff2abd82f7c6a0dc39ccfd16ec1ce754 Mon Sep 17 00:00:00 2001 From: cexll Date: Wed, 14 Jan 2026 17:14:06 +0800 Subject: [PATCH] chore: bump codeagent-wrapper version to 5.6.3 Generated with SWE-Agent.ai Co-Authored-By: SWE-Agent.ai --- 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 ee234d2..5f072c4 100644 --- a/codeagent-wrapper/main.go +++ b/codeagent-wrapper/main.go @@ -14,7 +14,7 @@ import ( ) const ( - version = "5.5.0" + version = "5.6.3" defaultWorkdir = "." defaultTimeout = 7200 // seconds (2 hours) defaultCoverageTarget = 90.0