mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
fix(todo): require parallel policy choice
This commit is contained in:
@@ -1804,13 +1804,13 @@ Requires: `tools`
|
||||
/** Model-facing todo tool configuration. */
|
||||
export interface Config {
|
||||
/**
|
||||
* Whether several todos may be `in_progress` at once (default true). True suits a deployment
|
||||
* whose agents run work concurrently — subagents, background commands, workflow fan-out — and
|
||||
* the description then instructs the model to mark every actively worked task. False restores
|
||||
* the single-active discipline: the description asks for exactly one, and a call marking more
|
||||
* is rejected.
|
||||
* Required deployment choice for whether several todos may be `in_progress` at once. True suits
|
||||
* agents that run work concurrently — subagents, background commands, workflow fan-out — and the
|
||||
* description then instructs the model to mark every actively worked task. False restores the
|
||||
* single-active discipline: the description asks for exactly one, and a call marking more is
|
||||
* rejected.
|
||||
*/
|
||||
allowParallelInProgress?: boolean
|
||||
allowParallelInProgress: boolean
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user