Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
30 lines
962 B
YAML
30 lines
962 B
YAML
# Keyless replay keeps the LSP composition intact and replaces only the model adapter.
|
|
- id: base
|
|
name: '@deepseek-ai/cordis-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-stdio
|
|
name: '@deepseek-ai/dsh-lsp-stdio'
|
|
config:
|
|
servers:
|
|
fixture:
|
|
command: !!js process.execPath
|
|
args: ['./lsp-server.mjs']
|
|
extensionToLanguage:
|
|
'.ts': typescript
|
|
- id: timeout-policy
|
|
name: '@deepseek-ai/dsh-tool-call-timeout-policy'
|
|
- id: tool-lsp
|
|
name: '@deepseek-ai/dsh-tool-lsp'
|
|
config:
|
|
maxLocations: 1
|
|
- id: llm-replay
|
|
name: '@deepseek-ai/dsh-llm-replay'
|