Misc
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 23s

This commit is contained in:
Jon Michael Aanes 2025-06-09 13:00:44 +02:00
parent d0d22a8ac4
commit ea9b55e4c3

View File

@ -368,9 +368,11 @@ class ClaudeCodeSolver(CodeSolverStrategy):
'claude',
'-p',
'--output-format',
'json',
'--max-turns',
'10',
'stream-json',
#'--max-turns', '100',
'--debug',
'--verbose',
'--dangerously-skip-permissions',
]
if CODE_MODEL: