From e9583f92eeeba88004ff8a90696797866cf570d8 Mon Sep 17 00:00:00 2001 From: shokollm <270575765+shokollm@users.noreply.github.com> Date: Fri, 27 Mar 2026 11:54:20 +0000 Subject: [PATCH] fix: change --workdir to --dir for opencode run command --- tools/parallel-capacity-test/parallel_capacity_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/parallel-capacity-test/parallel_capacity_test.py b/tools/parallel-capacity-test/parallel_capacity_test.py index edfd1b9..1d86a09 100755 --- a/tools/parallel-capacity-test/parallel_capacity_test.py +++ b/tools/parallel-capacity-test/parallel_capacity_test.py @@ -135,7 +135,7 @@ class ParallelCapacityTester: try: result = subprocess.run( - ['opencode', 'run', task, '--workdir', workdir], + ['opencode', 'run', task, '--dir', workdir], capture_output=True, text=True, timeout=self.timeout