| 12345678910111213141516171819202122232425262728293031323334 |
- # Patch for resuming one read-only parent over the shipped headless profile. The profile's
- # workspace-write deployment default must lose to the session override in its child.
- - id: headless-startup
- disabled: true
- - id: headless-runner
- disabled: true
- - id: llm-deepseek
- disabled: true
- - id: sandbox-policy
- config:
- mode: workspace-write
- workspaceRoot: !!js process.cwd()
- - id: tool-subagent
- config:
- provider: spawn
- toolName: subagent
- maxDepth: 1
- - id: session-persistence-jsonl
- config:
- root: './.sessions'
- compression: none
- - insert:
- - id: replay
- name: '@deepseek-ai/dsh-llm-replay'
- # Publish the persisted agent before the driver selects the single root.
- - id: resumed-agent
- name: './tests/fixtures/subagent-inheritance-agent.ts'
|