credentials-snapshot.patch.yml 652 B

1234567891011121314151617181920212223242526272829
  1. # Missing-credential patch over the shipped headless profile. The replacement
  2. # adapter registers the production route but cannot reach its endpoint.
  3. - id: headless-startup
  4. disabled: true
  5. - id: headless-runner
  6. disabled: true
  7. - id: llm-deepseek
  8. disabled: true
  9. - id: agent-loop
  10. config:
  11. agents:
  12. - id: main
  13. provider: deepseek-official
  14. model: deepseek-v4-flash
  15. cwd: !!js process.cwd()
  16. - id: session-persistence-jsonl
  17. config:
  18. root: './.sessions'
  19. compression: none
  20. - insert:
  21. - id: llm-deepseek-keyless
  22. name: '@deepseek-ai/dsh-llm-deepseek'
  23. config:
  24. baseURL: 'http://127.0.0.1:9'