cordis.patch.yml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  1. # The dsh-web-app bundle patch: the browser surface over the dsh-base layer.
  2. # Applied after dsh-base's insert; rows here override base rows by id, with
  3. # the profile's own cordis.patch.yml and any --patch overlays still to come.
  4. #
  5. # A patch replaces the targeted row's whole `config`, so each row below
  6. # restates every key it owns.
  7. #
  8. # The web-startup plugin injects `cmdlineArgs` and provides `webStartup` as an
  9. # ordinary Cordis service. Rows configured from flags inject that service, so
  10. # Loader resolves their expressions only after it exists. The web runtime then
  11. # provides bind-dependent `webRuntime` values to the trust fence.
  12. # `dsh --profile web --help` provides neither service, so no server binds.
  13. # ── surface-specific values the base deliberately omits ─────────────────────
  14. - id: system-prompt
  15. config:
  16. persona: >-
  17. You are a coding agent powered by the {{model}} model. Your working directory is {{cwd}}.
  18. # Full-text session search is opt-in (the base row's `openAt: never`). This
  19. # restatement keeps the Web values on one ephemeral in-memory index; a
  20. # deployment enabling content search overrides `openAt` to `first-search` in a
  21. # later patch layer, which defers the node:sqlite import and in-memory handle
  22. # to the first search so Node 22 startup stays quiet.
  23. - id: session-query-sqlite
  24. config:
  25. path: ':memory:'
  26. openAt: never
  27. - id: tools
  28. config:
  29. # TEMPORARY workaround: DSH_TOOLS_MODE (native|code|both) opts a whole dsh
  30. # process into Code Mode while per-session tool-presentation selection is being
  31. # designed; unset keeps the schema default (native). Remove the env seam
  32. # once the web UI owns the choice per session.
  33. mode: !!js process.env.DSH_TOOLS_MODE
  34. # ── web-only host rows, the transport layer, and the browser roster ─────────
  35. # `dsh.client` rows are the browser roster the modules node half scans into
  36. # window.__DSH_BOOT__; the modules row is simultaneously a host row.
  37. - insert:
  38. # Host-owned opt-in sampled when a new Web session receives its preset
  39. # delegation tools. The Models page edits this settings namespace.
  40. - id: subagent-model-selection-settings
  41. name: '@deepseek-ai/dsh-tool-subagent/model-selection-settings'
  42. - id: code-runtime
  43. name: '@deepseek-ai/dsh-code-runtime-worker-thread'
  44. - id: storage
  45. name: '@deepseek-ai/dsh-storage'
  46. - id: storage-json
  47. name: '@deepseek-ai/dsh-storage-json'
  48. config:
  49. root: !!js dshHomePath('storages')
  50. - id: storage-domain
  51. name: '@deepseek-ai/dsh-storage-domain'
  52. config:
  53. backend: json
  54. - id: message-feedback
  55. name: '@deepseek-ai/dsh-message-feedback'
  56. config:
  57. maxNoteBytes: 8192
  58. # Browser Session export: `/export` command plus the shared download dialog.
  59. - id: session-log-download
  60. name: '@deepseek-ai/dsh-session-log-export'
  61. - id: workspace
  62. name: '@deepseek-ai/dsh-workspace'
  63. - id: session-projection-cache
  64. name: '@deepseek-ai/dsh-session-projection-cache'
  65. config:
  66. writeEveryEvents: 200
  67. writeIntervalMs: 5000
  68. - id: session-reference
  69. name: '@deepseek-ai/dsh-session-reference'
  70. - id: file-reference-local
  71. name: '@deepseek-ai/dsh-file-reference-local'
  72. # Whole-log turn/step counts for the chat stats strip (the sessionStats
  73. # projection key); the projection registry itself is a base-layer row.
  74. - id: session-stats
  75. name: '@deepseek-ai/dsh-session-stats'
  76. # Resolve bind host, SSH launch, and display once at boot, then mount the
  77. # matching dual-face directory picker. Mount -native or -browse directly in
  78. # an overlay to pin the interaction.
  79. - id: directory-picker
  80. name: '@deepseek-ai/dsh-host-directory-picker-auto'
  81. # Read-only projection of current Loader entries for trusted client RPCs.
  82. - id: plugin-inventory
  83. name: '@deepseek-ai/dsh-host-plugin-inventory'
  84. # Session commands, cold reads, and live control over Typert Remote.
  85. - id: session-controller
  86. name: '@deepseek-ai/dsh-api-session-controller'
  87. # Workspace commands and reconnect-safe projection over Typert Remote.
  88. - id: workspace-controller
  89. name: '@deepseek-ai/dsh-api-workspace-controller'
  90. # The API gateway: the transport-agnostic dispatch face every client shape
  91. # shares. The base layer's agent-default-model service owns the default model.
  92. - id: api-gateway
  93. name: '@deepseek-ai/dsh-host-apiproxy'
  94. - id: cordis-host-runner
  95. name: '@deepseek-ai/dsh-cordis-host-runner'
  96. # Ordinary provider for the parsed Web flags. Its plugin-level injection
  97. # waits for cmdlineArgs; no launcher metadata or special row kind is needed.
  98. - id: web-startup
  99. name: '@deepseek-ai/dsh-web-app/startup'
  100. # ── layer 2: transport/service ──────────────────────────────────────────────
  101. # Plain route-registration carrier; host and port come from the app's
  102. # webStartup provider, with these deployment fallbacks. The dist is served by
  103. # the web-runtime row below through the fallback seat.
  104. - id: webserver
  105. name: '@deepseek-ai/dsh-host-webserver'
  106. inject: [webStartup]
  107. config:
  108. host: !!js ctx.webStartup.host ?? '127.0.0.1'
  109. port: !!js ctx.webStartup.port ?? 3080
  110. compression: gzip
  111. compressionLevel: 1
  112. compressionThresholdBytes: 1024
  113. # Web glue owned by this bundle: resolves the built frontend dist (an
  114. # assembly fact of dsh-web-app, never user config), mounts the
  115. # frontend-static fallback owner, registers the web-surface prompt
  116. # section and the bash runtime variable, prints the URL line, and opens the
  117. # canonical local URL after the full tree settles. The webStartup provider
  118. # supplies invocation-only values; after the server binds, this row samples
  119. # LAN trust once and provides `webRuntime`. A complete agent-preset persona
  120. # suppresses the prompt section for that agent while retaining the host-owned
  121. # shell variable.
  122. - id: web-runtime
  123. name: '@deepseek-ai/dsh-web-app'
  124. inject: [webStartup]
  125. config:
  126. openBrowser: !!js ctx.webStartup.openBrowser
  127. printUrl: true
  128. surfaceContext: true
  129. trustedHosts: !!js ctx.webStartup.trustedHosts
  130. # The client-plugin reload chain, always mounted: it is idle until a
  131. # rebuild watcher (pnpm run dev:web) actually rewrites client bundles. It
  132. # is a row rather than a child of web-runtime because its node half is a
  133. # client-side package, which a host-side bundle cannot import.
  134. - id: client-hmr
  135. name: '@deepseek-ai/dsh-client-hmr'
  136. # ── browser plugin roster (dsh.client rows; node halves are layer-2 hosts) ──
  137. # Dual-face: the node half scans this tree, composes window.__DSH_BOOT__,
  138. # and serves /plugins/<id>/client.js; the browser half is the module table
  139. # the shell kernel constructs before cordis exists (adopted as a plugin
  140. # entry by the kernel, never fetched).
  141. - id: modules
  142. name: '@deepseek-ai/dsh-client-modules'
  143. # Owns both ends of the web transport: node half binds the gateway to the
  144. # webserver under /api; browser half is the fetch/SSE client.
  145. - id: connection
  146. name: '@deepseek-ai/dsh-client-connection'
  147. inject: [webRuntime]
  148. config:
  149. # LAN literals derived from the active bind plus --trusted-host extras.
  150. # A deployment adding authorities keeps this expression and concatenates
  151. # its literals, for example: ['app.internal', ...ctx.webRuntime.trustedHosts].
  152. trustedHosts: !!js ctx.webRuntime.trustedHosts
  153. - id: api-remotes
  154. name: '@deepseek-ai/dsh-api-remotes'
  155. - id: cordis-client-runner
  156. name: '@deepseek-ai/dsh-cordis-client-runner'
  157. - id: ui-theme
  158. name: '@deepseek-ai/dsh-client-ui-theme'
  159. - id: locale
  160. name: '@deepseek-ai/dsh-client-locale'
  161. - id: ui-layout
  162. name: '@deepseek-ai/dsh-client-ui-layout'
  163. - id: ui-renderer
  164. name: '@deepseek-ai/dsh-client-ui-renderer'
  165. - id: ui-session
  166. name: '@deepseek-ai/dsh-client-ui-session'
  167. - id: ui-sidebar
  168. name: '@deepseek-ai/dsh-client-ui-sidebar'
  169. - id: ui-settings
  170. name: '@deepseek-ai/dsh-client-ui-settings'
  171. - id: ui-settings-general
  172. name: '@deepseek-ai/dsh-client-ui-settings-general'
  173. - id: ui-settings-models
  174. name: '@deepseek-ai/dsh-client-ui-settings-models'
  175. - id: ui-settings-plugin-inventory
  176. name: '@deepseek-ai/dsh-client-ui-settings-plugin-inventory'
  177. - id: ui-conversation
  178. name: '@deepseek-ai/dsh-client-ui-conversation'
  179. - id: ui-approval
  180. name: '@deepseek-ai/dsh-client-ui-approval'
  181. - id: ui-chat
  182. name: '@deepseek-ai/dsh-client-ui-chat'
  183. # Official occupants for the generic sidebar and conversation brand slots.
  184. - id: ui-brand-official
  185. name: '@deepseek-ai/dsh-client-ui-brand-official'
  186. - id: ui-attachment
  187. name: '@deepseek-ai/dsh-client-ui-attachment'
  188. # Tool call tree, generic fallback, and keyed business Tool views.
  189. - id: ui-tool
  190. name: '@deepseek-ai/dsh-client-ui-tool'
  191. - id: ui-cordis
  192. name: '@deepseek-ai/dsh-client-ui-cordis'
  193. # Durable workflow lifecycle as an independent Chat node after the
  194. # existing generic workflow tool row.
  195. - id: ui-workflow-run
  196. name: '@deepseek-ai/dsh-client-ui-workflow-run'
  197. # Turn tail: the produced-files row under each closing assistant message.
  198. # Remove this entry to turn the surface off; the tail hole renders empty.
  199. - id: ui-deliverables
  200. name: '@deepseek-ai/dsh-client-ui-deliverables'
  201. - id: ui-workspace
  202. name: '@deepseek-ai/dsh-client-ui-workspace'
  203. # Input triggers: the '/' | '@' pipeline (ui-input-trigger), the command surface over
  204. # it (ui-commands), and the reference sources (ui-skill / ui-reference).
  205. - id: ui-input-trigger
  206. name: '@deepseek-ai/dsh-client-ui-input-trigger'
  207. - id: ui-commands
  208. name: '@deepseek-ai/dsh-client-ui-commands'
  209. - id: ui-skill
  210. name: '@deepseek-ai/dsh-client-ui-skill'
  211. - id: ui-subagent
  212. name: '@deepseek-ai/dsh-client-ui-subagent'
  213. - id: ui-reference
  214. name: '@deepseek-ai/dsh-client-ui-reference'
  215. # Background jobs: the session-header list over the jobsBySession mirror.
  216. - id: ui-jobs
  217. name: '@deepseek-ai/dsh-client-ui-jobs'
  218. # Goal surface: GoalBar in the input dock over the goal session projection.
  219. - id: ui-goal
  220. name: '@deepseek-ai/dsh-client-ui-goal'
  221. # Per-message feedback: Like/Dislike plus an optional note in the
  222. # assistant-message action strip, over the messageFeedback Remote.
  223. - id: ui-message-feedback
  224. name: '@deepseek-ai/dsh-client-ui-message-feedback'
  225. # Model selection: the /model popupSelect + composer seat over session.models.
  226. - id: ui-model-selection
  227. name: '@deepseek-ai/dsh-client-ui-model-selection'
  228. - id: ui-permission
  229. name: '@deepseek-ai/dsh-client-ui-permission-presets'
  230. # The agent-preset row in General settings: the default preset for
  231. # sessions created later. Absent a roster it renders nothing.
  232. - id: ui-agent-preset
  233. name: '@deepseek-ai/dsh-client-ui-agent-preset'
  234. # Plugin configuration: the host-plane sections a user owns, as expandable
  235. # cards. A namespace this deployment does not expose renders nothing.
  236. - id: ui-settings-plugins
  237. name: '@deepseek-ai/dsh-client-ui-settings-plugins'
  238. # Plan control: the composer plan seat over the plan projection + /plan channel.
  239. - id: ui-plan
  240. name: '@deepseek-ai/dsh-client-ui-plan'
  241. - id: ui-user-questions
  242. name: '@deepseek-ai/dsh-client-ui-user-questions'
  243. - id: ui-trajectory
  244. name: '@deepseek-ai/dsh-client-ui-trajectory'
  245. # ── the agent plane moves behind agent presets ─────────────────────────────
  246. #
  247. # Every row below composes what ONE agent contributes to the host registries:
  248. # its tools, its prompt sections, its delegation backends. The base keeps them
  249. # for the TUI, which is single-session and composes its agent process-wide; the
  250. # Web surface disables them here and lets each session mount a preset instead.
  251. #
  252. # Disabling rather than deleting is deliberate: the base is shared, and a row
  253. # absent from a surface overlay would silently reappear the day someone reorders
  254. # the composition.
  255. # `shell-env` STAYS in the host plane: `apps/cli/src/web.ts` injects it to
  256. # publish `DSH_WEB_URL`/`DSH_WEB_MODE`, and a host row that injects a service is
  257. # the criterion for host-plane ownership — injection resolves before any session
  258. # exists, so there is no agent to key by. Behind a preset realm those variables
  259. # would never reach the model's shell at all.
  260. - id: tool-bash
  261. disabled: true
  262. - id: tool-pwsh
  263. disabled: true
  264. # The background-job REGISTRY stays on the host plane; only the model-facing
  265. # `job_*` controls move. Its producers — `tool-bash` here, `tool-terminal` and a
  266. # non-continuable `tool-subagent` elsewhere — are preset rows that resolve it
  267. # with `ctx.get`, and an entry-local realm around the registry is invisible to
  268. # every sibling row outside that realm, so `run_in_background` answered
  269. # "background jobs unavailable" while the controls sat in the catalog. That is
  270. # the `goals` criterion read from inside the preset: a Service a row outside its
  271. # realm READS belongs to the plane both can see. The registry is keyed by owning
  272. # agent, so one host instance serves every session exactly as before presets.
  273. - id: tool-jobs
  274. disabled: true
  275. - id: tool-fs
  276. disabled: true
  277. - id: tool-fs-search
  278. disabled: true
  279. - id: tool-str-replace-editor
  280. disabled: true
  281. # The `skill` REGISTRY stays in the host plane. It is host+per-scope layered
  282. # (the tools-registry shape): deployment-level providers — repository plugins,
  283. # a host skill-filesystem row — register into its global layer, while a preset's
  284. # `skill-filesystem` registers into that preset's layer, and each agent reads the
  285. # merged catalog its scope chain selects. Only the per-agent rows move behind
  286. # presets: the base host `skill-filesystem` row is disabled here (presets own local
  287. # discovery), and `tool-skill` is what a preset mounts to give its agent the
  288. # catalog and loader at all.
  289. - id: skill-filesystem
  290. disabled: true
  291. - id: tool-skill
  292. disabled: true
  293. # The goal service and session driver stay on the host plane, where Gateway
  294. # remotes resolve them. Presets own the human command and model-facing tool.
  295. - id: command-goal
  296. disabled: true
  297. - id: tool-goal
  298. disabled: true
  299. - id: plan-mode
  300. disabled: true
  301. # The token METER stays on the host plane; only the compaction backend that
  302. # reads it moves. It owns the context-meter projection units, and that table is
  303. # process-wide, so preset ownership would make the meter a function of which
  304. # presets happen to be mounted rather than a per-session fact. Same criterion as
  305. # `tasks` and `goals`; the reasoning has one home in
  306. # `.agents/notes/implemented/architecture/2026-08-10-host-plane-ownership-after-presets.md`.
  307. - id: compaction-basic
  308. disabled: true
  309. - id: command-compact
  310. disabled: true
  311. - id: tool-result-pruner
  312. disabled: true
  313. # The subagent registry and its backends STAY in the host plane. `subagents` is
  314. # a process singleton with a cross-session query surface (`listChildren`,
  315. # `followup`) that the host api-proxy serves to the browser, and a provider
  316. # registers under a globally unique name, so a per-session copy would both
  317. # starve that host row and collide on the second session. What a preset
  318. # chooses is which delegation TOOLS its agent sees, below.
  319. - id: tool-subagent-control
  320. disabled: true
  321. - id: tool-subagent-list-agents
  322. disabled: true
  323. - id: tool-subagent
  324. disabled: true
  325. - id: tool-subagent-fork
  326. disabled: true
  327. # `tool-subagent-report` is host-plane for the same reason as the registry, not
  328. # because a preset may not want it: it registers a CONTINUABLE SETUP on that
  329. # singleton rather than a tool this agent calls, and the setup list is not
  330. # scope-aware — one copy per mounted preset means every child gets `report`
  331. # registered once per live session, which throws on the second.
  332. - id: workflow-worker-thread
  333. disabled: true
  334. - id: tool-workflow
  335. disabled: true
  336. - id: tool-ralph
  337. disabled: true
  338. - id: agent-instructions
  339. disabled: true
  340. - id: tool-todo
  341. disabled: true
  342. - id: tool-web
  343. disabled: true
  344. # The preset roster. The shipped presets are bundled inside
  345. # `dsh-agent-presets` itself and prepended as a read-only `system` root
  346. # (`includeShippedRoot`); `$DSH_HOME/.agent-presets` is where a person — or an
  347. # agent — authors their own, appended by the same package (`includeUserRoot`),
  348. # and carries the same trust as shell access because a preset IS a
  349. # composition. This row only names the default and any deployment-added
  350. # `roots`; no launcher patching is involved.
  351. - insert:
  352. - id: agent-presets
  353. name: '@deepseek-ai/dsh-agent-presets'
  354. config:
  355. default: standard