mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
Adapter schemas now carry only credential references, but the Models join, onboarding readiness, shipped overlays, SDK scaffolding, fixtures, and active decision prose still treated a redacted literal apiKey as a supported compatibility state. That residue made an unsupported field look contractual and pinned Schemastery silent-dropping as behavior. Delete those branches and examples, and let compositions and scaffolds use adapter-owned reference and environment resolution. Do not add a tombstone validator or change generic unknown-key behavior: literal adapter credentials have no migration contract to preserve.
36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
# Minimal live counterpart for the pwsh-tool-turn snapshot composition.
|
|
- id: llm-deepseek
|
|
name: '@deepseek-ai/dsh-llm-deepseek'
|
|
config:
|
|
models:
|
|
- id: deepseek-v4-pro
|
|
|
|
- id: subprocess
|
|
name: '@deepseek-ai/dsh-subprocess-local'
|
|
|
|
- id: bash
|
|
name: '@deepseek-ai/dsh-pwsh-local'
|
|
|
|
- id: bash-env
|
|
name: '@deepseek-ai/dsh-bash-env'
|
|
|
|
- id: acp-agent
|
|
name: '@deepseek-ai/dsh-acp-demo'
|
|
config:
|
|
provider: deepseek-official
|
|
model: deepseek-v4-pro
|
|
persistenceRoot: !!js process.env.DSH_SNAPSHOT_SESSIONS_ROOT ?? './.sessions'
|
|
persistenceCompression: !!js "process.env.DSH_SNAPSHOT === undefined ? 'zstd' : 'none'"
|
|
workspaceContext: false
|
|
skills:
|
|
enabled: false
|
|
# task_output/task_kill stay mounted (the bundle's toolTasks default) so
|
|
# background pwsh runs are readable and killable.
|
|
goals: false
|
|
# The pwsh tool replaces the bundle's bash tool in this composition.
|
|
toolBash: false
|
|
persona: You are a concise snapshot agent working in {{cwd}}.
|
|
|
|
- id: tool-pwsh
|
|
name: '@deepseek-ai/dsh-tool-pwsh'
|