mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
The native adapter's route was named deepseek, colliding with pi-ai's catalog provider of the same name, so the two DeepSeek paths could never be mounted side by side. The web settings page needs both configurable at once. Compositions, fixtures, goldens, scaffolding defaults, and docs all move together (pre-release, no shim); TUI/session-query-spill/ missing-credential goldens re-recorded through their keyless refresh modes because provider-name length shifts box padding and spill truncation points.
32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
# Keyless replay counterpart to web.cordis.yml: the web stack and loopback
|
|
# fixture server stay real (the tool call re-executes the actual HTTP fetch and
|
|
# markdown rendering); only the model adapter is replaced by replay.
|
|
- id: base
|
|
name: '@cordisjs/plugin-include'
|
|
config:
|
|
path: ./cordis.yml
|
|
patches:
|
|
- id: llm-deepseek
|
|
name: '@deepseek-ai/dsh-llm-deepseek'
|
|
disabled: true
|
|
- insert:
|
|
- id: web
|
|
name: '@deepseek-ai/dsh-web'
|
|
- id: web-fetch-local
|
|
name: '@deepseek-ai/dsh-web-fetch-local'
|
|
- id: web-fetch-fixture
|
|
name: './web-fetch-fixture-server.mjs'
|
|
- id: tool-web
|
|
name: '@deepseek-ai/dsh-tool-web'
|
|
config:
|
|
search: false
|
|
- id: llm-replay
|
|
name: '@deepseek-ai/dsh-llm-replay'
|
|
config:
|
|
providers:
|
|
- id: deepseek-official
|
|
name: DeepSeek
|
|
models:
|
|
- id: deepseek-v4-flash
|
|
- id: deepseek-v4-pro
|