- insert: # The durable storage stack (storage, storage-json, storage-domain, # session-projection-cache) is inserted by the dsh-base bundle with the # same configuration this file used to carry — re-inserting it here would # collide with duplicate loader entry ids. # The standard preset's subagent tool enables modelSelectionSettings, # which requires this settings service in the host scope (the web bundle # mounts the same row for its own roster). - id: subagent-model-selection-settings name: '@deepseek-ai/dsh-tool-subagent/model-selection-settings' - id: workspace name: '@deepseek-ai/dsh-workspace' - id: agent-presets name: '@deepseek-ai/dsh-agent-presets' config: default: standard # Durable image storage comes from the dsh base bundle's attachment-local # row; the TUI resolves ctx.attachments at send time and degrades to a # plain text message when the service is absent. - id: tui name: '@xp266/dshtui' # Host-plane services the `cordis` preset's self-modification tool waits # on (dynamicCordisRunner/cordisInspect); dsh-base carries no such row — # the official web app inserts it the same way. A profile that also lists # the web bundle must drop this row: same-id inserts would collide. - id: cordis-host-runner name: '@deepseek-ai/dsh-cordis-host-runner' # The per-agent rows move behind agent presets: each preset owns its own tool # and prompt composition, so the process-level rows must not also register # (the agent would see every tool twice). - id: tool-bash disabled: true - id: tool-pwsh disabled: true - id: tool-jobs disabled: true - id: tool-fs disabled: true - id: tool-fs-search disabled: true - id: skill-filesystem disabled: true - id: tool-skill disabled: true - id: tool-goal disabled: true - id: plan-mode disabled: true - id: compaction-basic disabled: true - id: command-compact disabled: true - id: tool-result-pruner disabled: true - id: tool-subagent-control disabled: true - id: tool-subagent-list-agents disabled: true - id: tool-subagent disabled: true - id: tool-subagent-fork disabled: true - id: workflow-worker-thread disabled: true - id: tool-workflow disabled: true - id: tool-ralph disabled: true - id: agent-instructions disabled: true - id: tool-todo disabled: true - id: tool-web disabled: true