cli.cordis.yml 833 B

123456789101112131415161718192021222324
  1. # One-shot headless overlay: keep the coding capabilities from `cordis.yml`,
  2. # replace its REPL app with the stdout-pure CLI app, and disable dev-only HMR.
  3. - id: base
  4. name: '@cordisjs/plugin-include'
  5. config:
  6. path: ./cordis.yml
  7. patches:
  8. - id: hmr
  9. name: '@cordisjs/plugin-hmr'
  10. disabled: true
  11. - id: stdio-agent
  12. name: '@deepseek-ai/dsh-stdio-demo'
  13. disabled: true
  14. - insert:
  15. - id: cli-agent
  16. name: '@deepseek-ai/dsh-cli-demo'
  17. config:
  18. model: deepseek-v4-flash
  19. persistenceRoot: './.sessions'
  20. persona: |
  21. You are coding-agent, a coding assistant powered by the {{model}} model.
  22. Verify your work by running the code or tests. Keep answers brief and
  23. factual.