mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
master made `allowParallelInProgress` a required field on dsh-tool-todo, so every composition must choose it. The base patch was updated with the field, but the Web surface takes `tool-todo` from the mounted preset instead, and that row carried no config — so the `standard` preset failed to mount and every session on the Web surface died at setup. Also make the preset tree's write test reach the override. Tearing the agent down stops in the loader's own "tree is being disposed" case before any write; a live row reconfiguring itself is the trigger that actually gets there.