From 7bad716fbce8b5ef146dd2423dafab34f296df70 Mon Sep 17 00:00:00 2001 From: "swe-agent[bot]" <0+swe-agent[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 23:45:29 +0800 Subject: [PATCH] change codex-wrapper version --- codex-wrapper/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-wrapper/main.go b/codex-wrapper/main.go index 0966b29..0cd5d9b 100644 --- a/codex-wrapper/main.go +++ b/codex-wrapper/main.go @@ -22,7 +22,7 @@ import ( ) const ( - version = "4.8.2" + version = "5.1.2" defaultWorkdir = "." defaultTimeout = 7200 // seconds codexLogLineLimit = 1000