fix(subagent): resolve DSH defaults before preflight

This commit is contained in:
pku-xht
2026-08-24 21:38:28 +08:00
parent 54e908df52
commit 3c79979d1d
26 changed files with 107 additions and 59 deletions
-1
View File
@@ -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),