mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-30 04:40:37 +00:00
fix(subagent): resolve DSH defaults before preflight
This commit is contained in:
@@ -90,7 +90,6 @@ dsh_home = Path("/absolute/path/to/example-dsh-home").resolve()
|
||||
with DeepSeekHarness(
|
||||
provider="deepseek-official",
|
||||
model="deepseek-v4-flash",
|
||||
reasoning_effort="max",
|
||||
max_tokens=49_152,
|
||||
cwd=str(workspace),
|
||||
dsh_home=str(dsh_home),
|
||||
|
||||
Reference in New Issue
Block a user