mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-09 04:02:35 +00:00
59 lines
1.6 KiB
YAML
59 lines
1.6 KiB
YAML
# Named Claude instance patch over the shipped headless profile and the package's
|
|
# public bundle patch. No model or product process starts in this test.
|
|
- id: headless-startup
|
|
disabled: true
|
|
|
|
- id: headless-runner
|
|
disabled: true
|
|
|
|
- insert:
|
|
- id: fixture
|
|
name: './fixture.ts'
|
|
|
|
- id: subagent-codex
|
|
name: '@deepseek-ai/dsh-subagent-codex'
|
|
|
|
- id: subagent-claude-primary
|
|
name: '@deepseek-ai/dsh-subagent-claude-code'
|
|
config:
|
|
providerName: claude-primary
|
|
model: claude-primary-model
|
|
|
|
- id: subagent-claude-secondary
|
|
name: '@deepseek-ai/dsh-subagent-claude-code'
|
|
config:
|
|
providerName: claude-secondary
|
|
model: claude-secondary-model
|
|
|
|
- id: tool-subagent-codex
|
|
name: '@deepseek-ai/dsh-tool-subagent'
|
|
config:
|
|
provider: codex
|
|
toolName: subagent_codex
|
|
backgroundMode: one-shot
|
|
maxDepth: 'provider-managed'
|
|
|
|
- id: tool-subagent-claude-code
|
|
name: '@deepseek-ai/dsh-tool-subagent'
|
|
config:
|
|
provider: claude-code
|
|
toolName: subagent_claude_code
|
|
backgroundMode: one-shot
|
|
maxDepth: 'provider-managed'
|
|
|
|
- id: tool-subagent-claude-primary
|
|
name: '@deepseek-ai/dsh-tool-subagent'
|
|
config:
|
|
provider: claude-primary
|
|
toolName: subagent_claude_primary
|
|
backgroundMode: one-shot
|
|
maxDepth: 'provider-managed'
|
|
|
|
- id: tool-subagent-claude-secondary
|
|
name: '@deepseek-ai/dsh-tool-subagent'
|
|
config:
|
|
provider: claude-secondary
|
|
toolName: subagent_claude_secondary
|
|
backgroundMode: one-shot
|
|
maxDepth: 'provider-managed'
|