mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
30 lines
942 B
YAML
30 lines
942 B
YAML
# Keyless replay keeps the LSP composition intact and replaces only the model adapter.
|
|
- id: base
|
|
name: '@cordisjs/plugin-include'
|
|
config:
|
|
path: ../cordis.yml
|
|
patches:
|
|
- id: llm-deepseek
|
|
name: '@deepseek-ai/dsh-llm-deepseek'
|
|
disabled: true
|
|
- insert:
|
|
- id: lsp
|
|
name: '@deepseek-ai/dsh-lsp'
|
|
- id: lsp-local
|
|
name: '@deepseek-ai/dsh-lsp-local'
|
|
config:
|
|
servers:
|
|
fixture:
|
|
command: !!js process.execPath
|
|
args: ['./lsp-server.mjs']
|
|
extensionToLanguage:
|
|
'.ts': typescript
|
|
- id: timeout-policy
|
|
name: '@deepseek-ai/dsh-timeout-policy'
|
|
- id: tool-lsp
|
|
name: '@deepseek-ai/dsh-tool-lsp'
|
|
config:
|
|
maxLocations: 1
|
|
- id: llm-replay
|
|
name: '@deepseek-ai/dsh-llm-replay'
|