2026-07-29 21:32:19 +08:00
|
|
|
# Keyless replay keeps the persistent-tool composition intact and replaces
|
2026-07-30 21:34:46 +08:00
|
|
|
# only its live DeepSeek adapter with the fixture-backed provider. The catalog
|
|
|
|
|
# below claims the same `deepseek-official` route the agent asks for: an
|
|
|
|
|
# unowned route makes the SDK server mount the real adapter, which then demands
|
|
|
|
|
# a key this keyless lane has no way to supply.
|
2026-07-29 21:32:19 +08:00
|
|
|
- id: base
|
|
|
|
|
name: '@cordisjs/plugin-include'
|
|
|
|
|
config:
|
|
|
|
|
path: ./persistent-tools.cordis.yml
|
|
|
|
|
patches:
|
|
|
|
|
- id: llm-deepseek
|
|
|
|
|
name: '@deepseek-ai/dsh-llm-deepseek'
|
|
|
|
|
disabled: true
|
|
|
|
|
- insert:
|
|
|
|
|
- id: llm-replay
|
|
|
|
|
name: '@deepseek-ai/dsh-llm-replay'
|
|
|
|
|
config:
|
|
|
|
|
providers:
|
2026-07-30 21:34:46 +08:00
|
|
|
- id: deepseek-official
|
2026-07-29 21:32:19 +08:00
|
|
|
name: DeepSeek
|
|
|
|
|
models:
|
|
|
|
|
- id: deepseek-v4-flash
|