feat: reuse executor sessions within Codex tasks

This commit is contained in:
liujing
2026-07-19 21:51:31 +08:00
parent 717d4344ee
commit 71b8025666
13 changed files with 702 additions and 13 deletions
+1
View File
@@ -45,6 +45,7 @@ async function main() {
executor: args.executor,
vcs: args.vcs,
maxCycles: args.maxCycles,
newTask: args.newTask,
});
break;