Enable OpenCode tools with --auto in opencode_llm.py

This commit is contained in:
Adolfo Reyna
2026-08-07 19:28:40 -04:00
parent 7173300298
commit 1386615c49
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ class OpenCodeLLM(FrameProcessor):
"run",
"-m", self._model,
"--dir", str(self._cwd),
"--pure",
"--auto",
prompt_str,
stdout=asyncio.subprocess.PIPE,
stderr=asyncio.subprocess.PIPE,