cordis.patch.yml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. # The dsh-base bundle patch: the shared core of every dsh profile, applied as
  2. # ONE insert over the empty profile root. Later bundle patches and the user's
  3. # profile cordis.patch.yml address these rows by id, with the last write
  4. # winning per row.
  5. #
  6. # A patch replaces the targeted row's whole `config` rather than merging into
  7. # it, so a row whose value differs by mode does NOT live here: it belongs to
  8. # each mode bundle, keeping any single row down to one bundle layer plus the
  9. # user's. Mode-specific rows appear below only with shared plugin identity and
  10. # neutral defaults; each mode bundle restates its complete configuration.
  11. #
  12. # Row order carries no load semantics (activation is service-availability
  13. # driven); the grouping is for readers.
  14. - insert:
  15. - id: timer
  16. name: '@cordisjs/plugin-timer'
  17. - id: hmr
  18. name: '@cordisjs/plugin-hmr'
  19. config:
  20. root: ['.']
  21. # The profile's cordis.patch.yml replaces this row's config to select exact GitHub
  22. # repository Plugin generations. The app registers the DSH-owned runtime even
  23. # when the list is empty so a later personal-config edit can load
  24. # transactionally; one-shot headless runs consume the startup value only.
  25. - id: repository-plugins
  26. name: '@deepseek-ai/dsh-repository-plugin'
  27. - id: llm
  28. name: '@deepseek-ai/dsh-llm'
  29. - id: session
  30. name: '@deepseek-ai/dsh-session'
  31. - id: typert
  32. name: '@deepseek-ai/dsh-typert-registry'
  33. - id: typert-loader
  34. name: '@deepseek-ai/dsh-typert-loader'
  35. - id: typert-gateway
  36. name: '@deepseek-ai/dsh-api-gateway'
  37. - id: session-title
  38. name: '@deepseek-ai/dsh-session-title'
  39. config:
  40. fallbackMaxWords: 5
  41. fallbackMaxBytes: 40
  42. maxTitleBytes: 80
  43. - id: session-title-llm
  44. name: '@deepseek-ai/dsh-session-title-first-message-llm'
  45. config:
  46. targetWords: 5
  47. targetCjkCharacters: 10
  48. maxInputBytes: 4096
  49. maxOutputTokens: 64
  50. timeoutMs: 60000
  51. - id: user-interaction
  52. name: '@deepseek-ai/dsh-user-interaction'
  53. - id: agent
  54. name: '@deepseek-ai/dsh-agent'
  55. - id: tasks
  56. name: '@deepseek-ai/dsh-tasks-local'
  57. - id: llm-retry
  58. name: '@deepseek-ai/dsh-llm-retry'
  59. # User-settings document (`$DSH_HOME/settings.yaml`, hot-reloaded): a
  60. # `llm-deepseek:` or `llm-pi-ai:` section there overrides the adapter entries
  61. # below without a restart, and is what the web Models page writes.
  62. - id: settings
  63. name: '@deepseek-ai/dsh-settings-local'
  64. # Credential store: the live process environment over `$DSH_HOME/.env`
  65. # (owner-only file, hot-reloaded). Adapters resolve their key references
  66. # through it at each request, so no key is inlined in this file. The web
  67. # Models page's key inputs write it through `credentials.set`; nothing hoists
  68. # the document into the process environment, which would make every stored key
  69. # read as an unrotatable ambient override.
  70. - id: credentials
  71. name: '@deepseek-ai/dsh-credentials-local'
  72. # The pi-ai multi-provider twin, mounted dormant: zero routes (and no extra
  73. # models in the picker) until a `llm-pi-ai:` settings section supplies provider
  74. # profiles — then those routes register live, keys resolving per request
  75. # through their apiKeyEnv references, and drop again when the section empties.
  76. # Supplying those profiles is exactly what the web Models page does. Which
  77. # adapters exist is composition; which providers run is the user's settings
  78. # document.
  79. - id: llm-pi-ai
  80. name: '@deepseek-ai/dsh-llm-pi-ai'
  81. - id: session-persistence-jsonl
  82. name: '@deepseek-ai/dsh-session-persistence-jsonl'
  83. config:
  84. root: !!js dshHomePath('sessions')
  85. # Raw configs can supply a process-local path or disable this shared session
  86. # capability. The neutral default is process-local and opens only when used.
  87. - id: session-query-sqlite
  88. name: '@deepseek-ai/dsh-session-query-sqlite'
  89. config:
  90. path: ':memory:'
  91. openAt: first-search
  92. # Shared projection registry: subagent catalog identity (mode/label) folds
  93. # through its registered units, so the `list_agents` surface below fails
  94. # loud without it; web layers reuse this same mount for list rows.
  95. - id: session-projection
  96. name: '@deepseek-ai/dsh-session-projection'
  97. # Session telemetry, on for every dsh mode: mirrors every session-log
  98. # event (assistant/chunk projected to first-of-step) plus ops markers onto
  99. # OTLP/HTTP log records, streaming on the batch processor's cadence
  100. # (10s/batch here) — not at exit; a crash loses at most the last unexported
  101. # interval. No telemetry/record redaction rule is mounted yet, so exports
  102. # are the raw captured copy; the deployment stance, env seams, and
  103. # follow-ups are pinned in the web-telemetry-default-mount Agent Note.
  104. # DSH_TELEMETRY_OTLP_URL overrides the production endpoint, and a non-empty
  105. # DSH_TELEMETRY_DISABLED — any value, including '0'/'false' — opts the
  106. # process out (the launchers patch the row disabled; config cannot disable
  107. # a row). Exports carry the harness home's anonymous user id ($DSH_HOME/.userid,
  108. # random UUID; delete the file to reset the identity) as the Resource's
  109. # user.id. The exporter/processor values normally bound the shutdown drain
  110. # to ~1s against an unreachable collector: exporter.timeoutMillis is both
  111. # the per-attempt socket timeout and the retry deadline (1s effectively
  112. # disables the SDK's 5-try backoff), while maxExportBatchSize == maxQueueSize
  113. # (both explicit) makes the drain a single batch. The SDK awaits
  114. # exporter.forceFlush() outside exportTimeoutMillis, so the backend's 3s
  115. # shutdownTimeoutMillis is the load-bearing outer bound when a transport
  116. # promise never settles. Every CLI exit path drains it by disposing the root
  117. # on SIGINT/SIGTERM.
  118. - id: telemetry-otel
  119. name: '@deepseek-ai/dsh-session-telemetry-otel'
  120. config:
  121. shutdownTimeoutMillis: 3000
  122. exporter:
  123. url: !!js process.env.DSH_TELEMETRY_OTLP_URL ?? 'https://harness-telemetry.deepseeksvc.com/v1/logs'
  124. compression: gzip
  125. timeoutMillis: 1000
  126. processor:
  127. scheduledDelayMillis: 10000
  128. maxQueueSize: 2048
  129. maxExportBatchSize: 2048
  130. exportTimeoutMillis: 1500
  131. - id: subprocess
  132. name: '@deepseek-ai/dsh-subprocess-local'
  133. # Every shipped CLI mode starts with the same file-effect boundary.
  134. # The environment remains an explicit deployment override; otherwise fresh
  135. # sessions pin workspace-write + ask through the permission service below.
  136. - id: sandbox
  137. name: '@deepseek-ai/dsh-sandbox-local'
  138. - id: sandbox-policy
  139. name: '@deepseek-ai/dsh-sandbox-policy'
  140. config:
  141. mode: !!js process.env.DSH_PERMISSION_MODE ?? 'workspace-write'
  142. workspaceRoot: !!js process.cwd()
  143. - id: bash-sandbox
  144. name: '@deepseek-ai/dsh-bash-sandbox'
  145. config:
  146. timeoutMs: 60000
  147. - id: approval
  148. name: '@deepseek-ai/dsh-user-approval'
  149. config:
  150. policy: !!js "(process.env.DSH_PERMISSION_MODE ?? 'workspace-write') === 'danger-full-access' ? 'never' : 'ask'"
  151. - id: permission
  152. name: '@deepseek-ai/dsh-permission'
  153. config:
  154. presets:
  155. read-only:
  156. sandbox: read-only
  157. approval: ask
  158. workspace-write:
  159. sandbox: workspace-write
  160. approval: ask
  161. danger-full-access:
  162. sandbox: danger-full-access
  163. approval: never
  164. - id: bash-env
  165. name: '@deepseek-ai/dsh-bash-env'
  166. - id: tool-bash
  167. name: '@deepseek-ai/dsh-tool-bash'
  168. - id: tool-tasks
  169. name: '@deepseek-ai/dsh-tool-tasks'
  170. - id: fs-policy
  171. name: '@deepseek-ai/dsh-fs-policy'
  172. - id: tool-fs
  173. name: '@deepseek-ai/dsh-tool-fs'
  174. - id: tool-fs-search
  175. name: '@deepseek-ai/dsh-tool-fs-search'
  176. config:
  177. sampleOverCapGlobResults: false
  178. - id: workspace-context
  179. name: '@deepseek-ai/dsh-workspace-context'
  180. config:
  181. maxBytes: 65536
  182. - id: skill
  183. name: '@deepseek-ai/dsh-skill'
  184. - id: skill-local
  185. name: '@deepseek-ai/dsh-skill-local'
  186. - id: tool-skill
  187. name: '@deepseek-ai/dsh-tool-skill'
  188. - id: commands
  189. name: '@deepseek-ai/dsh-commands'
  190. - id: command-feedback
  191. name: '@deepseek-ai/dsh-command-feedback'
  192. - id: goal
  193. name: '@deepseek-ai/dsh-goal'
  194. - id: goal-session
  195. name: '@deepseek-ai/dsh-goal-session'
  196. - id: command-goal
  197. name: '@deepseek-ai/dsh-command-goal'
  198. - id: plan-mode
  199. name: '@deepseek-ai/dsh-plan-mode'
  200. config:
  201. section: |
  202. You are in plan mode. Stay in plan mode until exit_plan_mode succeeds or the user switches the session mode. Imperative language to implement changes means plan the implementation, not execute it. A user's conversational agreement — including an answer confirming something you asked — approves nothing and does not end plan mode; fold the confirmed decision into the plan and submit it through exit_plan_mode.
  203. Explore first. Use non-mutating reads, searches, static analysis, and checks to ground the plan in the actual repository. Do not edit or write files, change configuration, run formatters or code generation that rewrites tracked files, commit, or otherwise carry out the plan. Prefer existing functions and patterns over new machinery.
  204. The tool catalog stays the same across modes for request-cache stability. These plan-mode rules override any later tool description or guidance that suggests using mutation tools; those tools remain listed only to keep the request shape stable. Do not use todo_write to track this planning phase: it tracks implementation after an approved plan, while the plan itself belongs in exit_plan_mode.
  205. Resolve discoverable facts by inspection. Use ask_user_question only for user-owned choices or material ambiguity that inspection cannot answer. Do not ask the user where code lives or how current behavior works when you can find out.
  206. Make the plan decision-complete: state the goal and success criteria; group implementation changes by subsystem; identify public API, schema, and data-flow changes; cover edge cases, failure modes, tests, acceptance criteria, and explicit assumptions. Keep it concise enough to review but detailed enough that another engineer can implement it without making design decisions.
  207. When ready, call exit_plan_mode with the complete plan markdown, starting with a # title. Make exit_plan_mode the only and final tool call in that assistant response: it presents the plan for approval, and implementation begins only in a later step after approval. Do not paste the final plan as a plain reply or ask "should I proceed?" through prose or ask_user_question. If review rejects it, incorporate the feedback and present again. If the review channel is unavailable or aborted, stay in plan mode and ask the user to switch modes manually; do not proceed with implementation.
  208. - id: token-meter
  209. name: '@deepseek-ai/dsh-token-meter'
  210. - id: compact-basic
  211. name: '@deepseek-ai/dsh-compact-basic'
  212. # Human `/compact`: one useful reduction below the automatic threshold. Backend
  213. # independent, so it follows whichever compaction service this leaf mounts.
  214. - id: command-compact
  215. name: '@deepseek-ai/dsh-command-compact'
  216. - id: subagent
  217. name: '@deepseek-ai/dsh-subagent'
  218. - id: subagent-spawn
  219. name: '@deepseek-ai/dsh-subagent-spawn'
  220. config:
  221. providerName: spawn
  222. - id: subagent-fork
  223. name: '@deepseek-ai/dsh-subagent-fork'
  224. config:
  225. providerName: fork
  226. # Continuable background children are selected per delegation tool. The
  227. # separately loaded follow-up tool registers the one global `send_message`.
  228. - id: tool-subagent-control
  229. name: '@deepseek-ai/dsh-tool-subagent-control'
  230. - id: tool-subagent-list-agents
  231. name: '@deepseek-ai/dsh-tool-subagent-control/list-agents'
  232. - id: tool-subagent
  233. name: '@deepseek-ai/dsh-tool-subagent'
  234. config:
  235. provider: spawn
  236. toolName: subagent
  237. backgroundMode: continuable
  238. - id: tool-subagent-fork
  239. name: '@deepseek-ai/dsh-tool-subagent'
  240. config:
  241. provider: fork
  242. toolName: subagent_fork
  243. backgroundMode: continuable
  244. # Optional direct-child return channel; absent from roots and one-shot agents.
  245. - id: tool-subagent-report
  246. name: '@deepseek-ai/dsh-tool-subagent-report'
  247. - id: workflow-workerthread
  248. name: '@deepseek-ai/dsh-workflow-workerthread'
  249. config:
  250. provider: spawn
  251. - id: tool-workflow
  252. name: '@deepseek-ai/dsh-tool-workflow'
  253. - id: timeout-policy
  254. name: '@deepseek-ai/dsh-timeout-policy'
  255. - id: spill-local
  256. name: '@deepseek-ai/dsh-spill-local'
  257. - id: spill-policy
  258. name: '@deepseek-ai/dsh-spill-policy'
  259. config:
  260. maxInlineBytes: 50000
  261. # Durability checkpoints before each model request and top-level dispatch.
  262. - id: session-checkpoint-policy
  263. name: '@deepseek-ai/dsh-session-checkpoint-policy'
  264. # Compacts oversized tool results before the broader conversation compactor
  265. # runs, preserving the model-visible result within the configured budget.
  266. - id: tool-result-prune
  267. name: '@deepseek-ai/dsh-compact-tool-result-prune'
  268. config:
  269. thresholdChars: 8192
  270. headChars: 4096
  271. tailChars: 1024
  272. - id: tool-todo
  273. name: '@deepseek-ai/dsh-tool-todo'
  274. config:
  275. allowParallelInProgress: true
  276. # Persisted same-session goals reach the model and the slash menu here; the
  277. # domain, driver, and `/goal` command are above.
  278. - id: tool-goal
  279. name: '@deepseek-ai/dsh-tool-goal'
  280. # Fresh-agent Ralph iteration over a build-time-fixed script.
  281. - id: tool-ralph
  282. name: '@deepseek-ai/dsh-tool-ralph'
  283. config:
  284. subagentProvider: spawn
  285. maxRounds: 64
  286. - id: tool-str-replace-editor
  287. name: '@deepseek-ai/dsh-tool-str-replace-editor'
  288. config:
  289. maxOutputChars: 16000
  290. # Consecutive-repeat reminders on the tool chain.
  291. - id: repeat-tool-guard
  292. name: '@deepseek-ai/dsh-repeat-tool-guard'
  293. config:
  294. thresholds: [3, 5, 8]
  295. argumentsPreviewChars: 500
  296. # Every mode enables the stable web_search model surface. DeepSeek search
  297. # resolves the same DEEPSEEK_API_KEY credential the Models page manages for
  298. # chat, at each search; its Messages endpoint is separate from the
  299. # chat-completions endpoint, so it takes its own base-URL override. Fetch stays
  300. # disabled and no fetch provider is mounted: that provider defers SSRF
  301. # protection and the model would choose the request target. Search is a full
  302. # auxiliary model request with server-side retrieval, so this shipped DeepSeek
  303. # route gets 60s while the provider-neutral tool default remains 30s.
  304. - id: web
  305. name: '@deepseek-ai/dsh-web'
  306. config:
  307. searchProvider: deepseek-official
  308. - id: web-search-deepseek
  309. name: '@deepseek-ai/dsh-web-search-deepseek'
  310. config:
  311. apiKeyEnv: DEEPSEEK_API_KEY
  312. baseURL: !!js process.env.DEEPSEEK_SEARCH_BASE_URL
  313. - id: tool-web
  314. name: '@deepseek-ai/dsh-tool-web'
  315. config:
  316. fetch: false
  317. searchTimeoutMs: 60000
  318. # ── rows every mode mounts, whose values each overlay may state ──────────────
  319. # The tool registry. Presentation mode is a deployment choice; omitting it here
  320. # keeps the schema default (native).
  321. - id: tools
  322. name: '@deepseek-ai/dsh-tools'
  323. # The deployment persona is a deployment choice; plan-mode and tool plugins own
  324. # their own prompt sections.
  325. - id: system-prompt
  326. name: '@deepseek-ai/dsh-system-prompt'
  327. config:
  328. persona: ''
  329. # Agents created at startup. The base stays empty; raw overlays may create
  330. # agents, while Web creates sessions on client request.
  331. - id: agent-loop
  332. name: '@deepseek-ai/dsh-agent-loop'
  333. config:
  334. agents: []
  335. # The sandboxed filesystem provider. `cwd` defaults to `process.cwd()`; an
  336. # overlay can pin another workspace.
  337. - id: fs-sandbox
  338. name: '@deepseek-ai/dsh-fs-sandbox'
  339. # The native DeepSeek adapter. No key or endpoint is inlined: both resolve per
  340. # request from the `llm-deepseek:` settings section over this entry, with the
  341. # key coming from the credential store below. Thinking defaults are a deployment
  342. # choice.
  343. - id: llm-deepseek
  344. name: '@deepseek-ai/dsh-llm-deepseek'