Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
22 lines
826 B
YAML
22 lines
826 B
YAML
# Web-fetch composition for the web-fetch snapshot scenario: the web seam, the
|
|
# real local HTTP fetch provider, the model-facing web tools (fetch only, so
|
|
# the pinned header carries exactly the surface under test), and the loopback
|
|
# fixture server the scenario prompt fetches — deterministic content, no
|
|
# external network, in recording and replay alike.
|
|
- id: base
|
|
name: '@deepseek-ai/cordis-plugin-include'
|
|
config:
|
|
path: ./cordis.yml
|
|
patches:
|
|
- insert:
|
|
- id: web
|
|
name: '@deepseek-ai/dsh-web'
|
|
- id: web-fetch-http
|
|
name: '@deepseek-ai/dsh-web-fetch-http'
|
|
- id: web-fetch-fixture
|
|
name: './web-fetch-fixture-server.mjs'
|
|
- id: tool-web
|
|
name: '@deepseek-ai/dsh-tool-web'
|
|
config:
|
|
search: false
|