fix: change --workdir to --dir for opencode run command

This commit is contained in:
shokollm
2026-03-27 11:54:20 +00:00
parent 74424c1f82
commit e9583f92ee

View File

@@ -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