real-model.patch.yml 743 B

123456789101112131415161718192021222324252627282930
  1. # Test-only agent and persistence patch over the shipped base + headless
  2. # profile. The shared driver owns the turn, so the product runner stays off.
  3. - id: headless-startup
  4. disabled: true
  5. - id: headless-runner
  6. disabled: true
  7. - id: llm-deepseek
  8. config:
  9. thinking: enabled
  10. reasoningEffort: max
  11. models:
  12. - id: deepseek-v4-pro
  13. contextWindow: 128000
  14. - id: deepseek-v4-flash
  15. contextWindow: 128000
  16. - id: agent-loop
  17. config:
  18. agents:
  19. - id: main
  20. provider: deepseek-official
  21. model: deepseek-v4-flash
  22. cwd: !!js process.cwd()
  23. - id: session-persistence-jsonl
  24. config:
  25. root: './.sessions'
  26. compression: !!js "process.env.DSH_SNAPSHOT === undefined ? 'zstd' : 'none'"