codex.patch.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # Named Codex instance patch over the shipped headless profile and the package's
  2. # public bundle patch. No model or product process starts in this test.
  3. - id: headless-startup
  4. disabled: true
  5. - id: headless-runner
  6. disabled: true
  7. - insert:
  8. - id: fixture
  9. name: './fixture.ts'
  10. - id: subagent-codex-primary
  11. name: '@deepseek-ai/dsh-subagent-codex'
  12. config:
  13. providerName: codex-primary
  14. model: codex-primary-model
  15. - id: subagent-codex-secondary
  16. name: '@deepseek-ai/dsh-subagent-codex'
  17. config:
  18. providerName: codex-secondary
  19. model: codex-secondary-model
  20. - id: tool-subagent-codex
  21. name: '@deepseek-ai/dsh-tool-subagent'
  22. config:
  23. provider: codex
  24. toolName: subagent_codex
  25. backgroundMode: one-shot
  26. maxDepth: 'provider-managed'
  27. - id: tool-subagent-codex-primary
  28. name: '@deepseek-ai/dsh-tool-subagent'
  29. config:
  30. provider: codex-primary
  31. toolName: subagent_codex_primary
  32. backgroundMode: one-shot
  33. maxDepth: 'provider-managed'
  34. - id: tool-subagent-codex-secondary
  35. name: '@deepseek-ai/dsh-tool-subagent'
  36. config:
  37. provider: codex-secondary
  38. toolName: subagent_codex_secondary
  39. backgroundMode: one-shot
  40. maxDepth: 'provider-managed'