cordis.patch.yml 675 B

123456789101112131415161718192021
  1. # The dsh-headless bundle patch: one-shot task mode over dsh-base +
  2. # dsh-web-app. The web composition stays mounted (the session is observable
  3. # in a browser while it runs); this layer silences the URL line and the
  4. # GUI-orientation surface context (this user is not in the GUI), moves the
  5. # webserver to an OS-assigned port so parallel headless runs never collide,
  6. # and mounts the one-shot runner. The launcher patches the runner's `task`.
  7. - id: webserver
  8. config:
  9. host: 127.0.0.1
  10. port: 0
  11. - id: web-runtime
  12. config:
  13. mode: production
  14. printUrl: false
  15. surfaceContext: false
  16. - insert:
  17. - id: headless-runner
  18. name: '@deepseek-ai/dsh-headless'