retry-snapshot.patch.yml 538 B

1234567891011121314151617181920212223242526
  1. # Deterministic provider-retry patch over the shipped headless profile.
  2. - id: headless-startup
  3. disabled: true
  4. - id: headless-runner
  5. disabled: true
  6. - id: llm-deepseek
  7. disabled: true
  8. - id: agent-loop
  9. config:
  10. agents:
  11. - id: main
  12. provider: deepseek-official
  13. model: deepseek-v4-flash
  14. cwd: !!js process.cwd()
  15. - id: session-persistence-jsonl
  16. config:
  17. root: './.sessions'
  18. compression: none
  19. - insert:
  20. - id: retry-snapshot-backend
  21. name: './tests/fixtures/retry-snapshot-backend.mjs'