semantic-checkpoint-snapshot.patch.yml 657 B

12345678910111213141516171819202122232425
  1. # Patch for resuming one seeded semantic-checkpoint session 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: session-persistence-jsonl
  9. config:
  10. root: './.sessions'
  11. compression: none
  12. - insert:
  13. - id: replay
  14. name: '@deepseek-ai/dsh-llm-replay'
  15. config:
  16. file: !!js process.env.DSH_SNAPSHOT_FILE
  17. overrideFile: !!js process.env.DSH_SNAPSHOT_OVERRIDE
  18. # Publish the persisted agent before the driver selects the single root.
  19. - id: resumed-agent
  20. name: './tests/fixtures/semantic-checkpoint-agent.ts'