workspace-context-resume-snapshot.patch.yml 762 B

123456789101112131415161718192021222324252627282930
  1. # Patch for resuming one seeded workspace-instruction 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: agent-instructions
  9. config:
  10. maxBytes: 65536
  11. dshHome: !!js process.cwd() + '/.dsh'
  12. - id: session-persistence-jsonl
  13. config:
  14. root: './.sessions'
  15. compression: none
  16. - insert:
  17. - id: replay
  18. name: '@deepseek-ai/dsh-llm-replay'
  19. config:
  20. file: !!js process.env.DSH_SNAPSHOT_FILE
  21. overrideFile: !!js process.env.DSH_SNAPSHOT_OVERRIDE
  22. # Publish the persisted agent before the driver selects the single root.
  23. - id: resumed-agent
  24. name: './tests/fixtures/workspace-context-resume-agent.ts'