@deepseek-ai/dsh-base 0.1.5-rc.2 → 0.1.6-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.i18n.yaml +2 -2
- package/README.md +3 -1
- package/README.zh.md +9 -7
- package/cordis.patch.yml +33 -8
- package/package.json +88 -84
package/README.i18n.yaml
CHANGED
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
|
3
3
|
# after editing either side, bring the other along and re-record with:
|
|
4
4
|
# pnpm run verify-translation-pairing --write packages/bundle/base/README.md
|
|
5
|
-
README.md:
|
|
6
|
-
README.zh.md:
|
|
5
|
+
README.md: f9cc3e4d03a0d71d1f598d97633c0f89f7700b42
|
|
6
|
+
README.zh.md: 2e98bb710502b62ad87f04ae768833487b4b5787
|
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ Run `dsh --profile my-profile "your task"` and you get a working agent with mode
|
|
|
47
47
|
|
|
48
48
|
### What you get
|
|
49
49
|
|
|
50
|
-
Out of the box, every profile built on this core provides: a DeepSeek model connection (the provider and model are configurable, and you can enable extra providers from your settings), the full tool set — file editing, shell commands, web search, public HTTP(S) fetch, subagents, task and goal tracking — durable sessions that survive restarts, and the default permission policy that confines file writes to your workspace and asks before risky actions. Web fetch runs without per-call approval; its provider rejects non-public destinations. Feedback stays in the Session log. [OTel session upload](../../session/session-telemetry-otel/README.md) defaults to `FEEDBACK_ONLY` for all users, including `deepseek-official`: new text feedback, message ratings, edits, and withdrawals release the complete canonical prefix through that event, including context. Later records wait for the next explicit feedback; sending an authorized batch needs no further interaction or model call. `DISABLED` prevents OTel capture. The
|
|
50
|
+
Out of the box, every profile built on this core provides: a DeepSeek model connection (the provider and model are configurable, and you can enable extra providers from your settings), the full tool set — file editing, shell commands, web search, public HTTP(S) fetch, subagents, task and goal tracking — durable sessions that survive restarts, and the default permission policy that confines file writes to your workspace and asks before risky actions. Web fetch runs without per-call approval; its provider rejects non-public destinations. Feedback stays in the Session log. [OTel session upload](../../session/session-telemetry-otel/README.md) defaults to `FEEDBACK_ONLY` for all users, including `deepseek-official`: new text feedback, message ratings, edits, and withdrawals release the complete canonical prefix through that event, including context. Later records wait for the next explicit feedback; sending an authorized batch needs no further interaction or model call. `DISABLED` prevents OTel capture. The default-on [DeepSeek session-log contributor](../../session/session-log-deepseek/README.md) remains a separate request path.
|
|
51
51
|
|
|
52
52
|
Default file editing uses `read`, `write`, and `edit`. The `str_replace_editor` tool remains available as an explicit opt-in. To add it to a base-backed profile, put this entry in the profile, home, or invocation patch:
|
|
53
53
|
|
|
@@ -59,6 +59,8 @@ Default file editing uses `read`, `write`, and `edit`. The `str_replace_editor`
|
|
|
59
59
|
maxOutputChars: 16000
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
+
The bundle mounts [MCP resources](../../mcp/mcp-resources/README.md) once. Configure only [MCP client entries](../../mcp/mcp-client/README.md) for the servers you need. Clients mounted by another provider also count as configured in their scope. Callers with no configured server in scope receive no MCP tools or prompt text.
|
|
63
|
+
|
|
62
64
|
### Shell tools per platform
|
|
63
65
|
|
|
64
66
|
On macOS and Linux you get the bash shell tools; on Windows you get the PowerShell twins instead, so exactly one shell stack is available per machine. The safety behavior is identical on every platform. A Windows host that prefers the unconfined PowerShell executor can switch the shell rows in its profile patch — the switch must disable both PowerShell rows and re-enable both bash rows, otherwise the profile fails to load.
|
package/README.zh.md
CHANGED
|
@@ -9,7 +9,7 @@ kind: "package-bundle"
|
|
|
9
9
|
|
|
10
10
|
## 概述
|
|
11
11
|
|
|
12
|
-
每个基于 base 的 `dsh --profile` 表层都运行在 `dsh-base` 上,因此这些表层共享模型连接、完整工具集、持久会话历史和 workspace 安全默认值。随附的 `sdk-minimal` profile
|
|
12
|
+
每个基于 base 的 `dsh --profile` 表层都运行在 `dsh-base` 上,因此这些表层共享模型连接、完整工具集、持久会话历史和 workspace 安全默认值。随附的 `sdk-minimal` profile 刻意改用完整的独立配置树。你通常不直接操作本组合包——随发行版交付的基于 base 的 profile 已经包含它,自定义的基于 base 的 profile 则把它放在第一位。需要其他默认值时,应修改自己的 profile patch 或添加后续组合包;本包不是供导入的库。
|
|
13
13
|
|
|
14
14
|
## 目录
|
|
15
15
|
|
|
@@ -47,7 +47,7 @@ kind: "package-bundle"
|
|
|
47
47
|
|
|
48
48
|
### 你得到什么
|
|
49
49
|
|
|
50
|
-
开箱即用,基于本核心构建的每个 profile 都提供:DeepSeek
|
|
50
|
+
开箱即用,基于本核心构建的每个 profile 都提供:DeepSeek 模型连接(提供方与模型可配置,你还可以在设置中启用额外提供方)、完整工具集——文件编辑、shell 命令、web 搜索、公开 HTTP(S) 抓取、subagent、任务与目标跟踪——可跨重启存活的持久会话,以及默认权限策略:把文件写入限制在工作区内,危险操作前征询许可。Web 抓取无需逐次审批,其提供方会拒绝非公开目的地址。反馈保存在会话日志中。[OTel 会话上传](../../session/session-telemetry-otel/README.zh.md)对所有用户默认使用 `FEEDBACK_ONLY`,包括 `deepseek-official`:新的文本反馈、消息评分、编辑与撤回会释放截至该事件的完整规范会话日志前缀,包含上下文。后续记录等待下一次显式反馈;发送已授权批次无需进一步交互或模型调用。`DISABLED` 阻止 OTel 捕获。默认开启的 [DeepSeek 会话日志贡献器](../../session/session-log-deepseek/README.zh.md)仍是独立的请求路径。
|
|
51
51
|
|
|
52
52
|
默认文件编辑使用 `read`、`write` 和 `edit`。`str_replace_editor` 工具仍可显式启用。要将它加入基于 base 的 profile,请在 profile、home 或逐次调用 patch 中添加以下条目:
|
|
53
53
|
|
|
@@ -59,6 +59,8 @@ kind: "package-bundle"
|
|
|
59
59
|
maxOutputChars: 16000
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
+
本 bundle 统一挂载 [MCP 资源](../../mcp/mcp-resources/README.zh.md)一次。只需为所需服务器配置 [MCP 客户端条目](../../mcp/mcp-client/README.zh.md)。其他提供方挂载的客户端在所属作用域中也属于已配置状态。调用方作用域中没有已配置服务器时,不会获得 MCP 工具或提示词文本。
|
|
63
|
+
|
|
62
64
|
### 各平台的 shell 工具
|
|
63
65
|
|
|
64
66
|
在 macOS 与 Linux 上你获得 bash shell 工具;在 Windows 上则获得对应的 PowerShell 孪生工具,因此每台机器恰好有一套 shell 栈。各平台的安全行为完全一致。偏好不受沙盒约束的 PowerShell 执行器的 Windows 主机可以在其 profile patch 中切换 shell 行——切换必须同时禁用两个 PowerShell 行并重新启用两个 bash 行,否则 profile 无法加载。
|
|
@@ -91,8 +93,8 @@ patch 在自身上按平台门控两个 shell 栈:`bash-sandbox` 与 `tool-bas
|
|
|
91
93
|
|---|---|
|
|
92
94
|
| [`cordis.patch.yml`](cordis.patch.yml) | 组合包的实体:基础插件行,附以行内注释说明各行依据 |
|
|
93
95
|
| [`src/index.ts`](src/index.ts) | 包入口;不携带任何运行时 API |
|
|
94
|
-
| — |
|
|
95
|
-
| [`tests/base.spec.ts`](tests/base.spec.ts) | manifest
|
|
96
|
+
| — | 不发布运行时不变式伴生入口;本包是静态 patch 列表载体(由其他包拥有的 loader 行构成的 YAML 文档);它不挂载任何服务、不发出任何事件,也没有任何可检查的可变关系。每条插入行所属的包负责该行的不变式。 |
|
|
97
|
+
| [`tests/base.spec.ts`](tests/base.spec.ts) | manifest(元数据清单)声明与平台门控检查 |
|
|
96
98
|
|
|
97
99
|
### 不变式归属
|
|
98
100
|
|
|
@@ -108,10 +110,10 @@ patch 在自身上按平台门控两个 shell 栈:`bash-sandbox` 与 `tool-bas
|
|
|
108
110
|
当你想深入了解 profile、基于本核心构建的表层或确切组合时,阅读以下页面。
|
|
109
111
|
|
|
110
112
|
- [app-boot 的 profile 章节](../../boot/app-boot/README.zh.md)——profile 如何解析、分层与定制。
|
|
111
|
-
- [
|
|
112
|
-
- [生成组合图](../../../apps/cli/composition.md)
|
|
113
|
+
- [组合包索引](../README.zh.md)——基于本核心构建的表层。
|
|
114
|
+
- [生成组合图](../../../apps/cli/composition.md)——随发行版交付的每个 profile 使用的确切插件集合。
|
|
113
115
|
- [Profile 组合包设计笔记](../../../.agents/notes/implemented/architecture/2026-08-05-profile-plugin-bundles.zh.md)——profile 与组合包的组合设计。
|
|
114
|
-
- [Codex 与 Claude Code
|
|
116
|
+
- [Codex 与 Claude Code 提供方组合包](../../subagent/README.zh.md)——可叠加安装的可选提供方组合包。
|
|
115
117
|
|
|
116
118
|
-----
|
|
117
119
|
|
package/cordis.patch.yml
CHANGED
|
@@ -13,16 +13,23 @@
|
|
|
13
13
|
# driven); the grouping is for readers.
|
|
14
14
|
|
|
15
15
|
- insert:
|
|
16
|
+
- id: tool-plugin-manager
|
|
17
|
+
name: '@deepseek-ai/dsh-plugin-manager/tools'
|
|
18
|
+
disabled: true
|
|
19
|
+
|
|
20
|
+
- id: plugin-manager
|
|
21
|
+
name: '@deepseek-ai/dsh-plugin-manager'
|
|
22
|
+
disabled: !!js "!ctx.get('profileContext')"
|
|
23
|
+
|
|
16
24
|
- id: timer
|
|
17
25
|
name: '@deepseek-ai/cordis-plugin-timer'
|
|
18
26
|
|
|
19
|
-
#
|
|
20
|
-
# uses the launcher's watch-only fallback and does not require this row.
|
|
27
|
+
# Profile configuration reloads by default; module roots are opt-in.
|
|
21
28
|
- id: hmr
|
|
22
|
-
name: '@deepseek-ai/
|
|
23
|
-
disabled:
|
|
29
|
+
name: '@deepseek-ai/dsh-hmr'
|
|
30
|
+
disabled: !!js "!ctx.get('profileContext')"
|
|
24
31
|
config:
|
|
25
|
-
root: [
|
|
32
|
+
root: []
|
|
26
33
|
|
|
27
34
|
- id: llm
|
|
28
35
|
name: '@deepseek-ai/dsh-llm'
|
|
@@ -366,8 +373,11 @@
|
|
|
366
373
|
toolName: subagent_fork
|
|
367
374
|
backgroundMode: one-shot
|
|
368
375
|
|
|
369
|
-
- id:
|
|
370
|
-
name: '@deepseek-ai/dsh-
|
|
376
|
+
- id: ptc-runtime
|
|
377
|
+
name: '@deepseek-ai/dsh-ptc-runtime-node'
|
|
378
|
+
|
|
379
|
+
- id: workflow-ptc
|
|
380
|
+
name: '@deepseek-ai/dsh-workflow-ptc'
|
|
371
381
|
config:
|
|
372
382
|
provider: spawn
|
|
373
383
|
|
|
@@ -398,6 +408,11 @@
|
|
|
398
408
|
headChars: 4096
|
|
399
409
|
tailChars: 1024
|
|
400
410
|
|
|
411
|
+
# When an image-capable route rejects a request as over its image budget,
|
|
412
|
+
# replace the oldest images with placeholders on the surface and retry.
|
|
413
|
+
- id: image-offload
|
|
414
|
+
name: '@deepseek-ai/dsh-compaction-image-offload'
|
|
415
|
+
|
|
401
416
|
- id: tool-todo
|
|
402
417
|
name: '@deepseek-ai/dsh-tool-todo'
|
|
403
418
|
config:
|
|
@@ -408,9 +423,16 @@
|
|
|
408
423
|
- id: tool-goal
|
|
409
424
|
name: '@deepseek-ai/dsh-tool-goal'
|
|
410
425
|
|
|
411
|
-
# Fresh-agent Ralph iteration over a build-time-fixed script.
|
|
426
|
+
# Fresh-agent Ralph iteration over a build-time-fixed script. Off by
|
|
427
|
+
# default: the tool description restricts `ralph` to runs the human
|
|
428
|
+
# explicitly asked for, and completion is a worker self-report, not an
|
|
429
|
+
# independent evaluation. An overlay row restores it for a base-backed
|
|
430
|
+
# profile (`$DSH_HOME/cordis.patch.yml`, or a `--patch <file>`):
|
|
431
|
+
# - id: tool-ralph
|
|
432
|
+
# disabled: false
|
|
412
433
|
- id: tool-ralph
|
|
413
434
|
name: '@deepseek-ai/dsh-tool-ralph'
|
|
435
|
+
disabled: true
|
|
414
436
|
config:
|
|
415
437
|
subagentProvider: spawn
|
|
416
438
|
maxRounds: 64
|
|
@@ -453,6 +475,9 @@
|
|
|
453
475
|
fetch: true
|
|
454
476
|
searchTimeoutMs: 60000
|
|
455
477
|
|
|
478
|
+
- id: mcp-resources
|
|
479
|
+
name: '@deepseek-ai/dsh-mcp-resources'
|
|
480
|
+
|
|
456
481
|
# ── rows every mode mounts, whose values each overlay may state ──────────────
|
|
457
482
|
|
|
458
483
|
# The tool registry. Presentation mode is a deployment choice; omitting it here
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-base",
|
|
3
3
|
"description": "The shared dsh core as a profile bundle: the first patch layer of base-backed profiles, inserting core rows over the empty profile root",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6-alpha.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -34,90 +34,94 @@
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@deepseek-ai/
|
|
37
|
+
"@deepseek-ai/dsh-hmr": "^0.1.6-alpha.2",
|
|
38
|
+
"@deepseek-ai/dsh-agent-default-model": "^0.1.6-alpha.2",
|
|
39
|
+
"@deepseek-ai/dsh-agent-loop": "^0.1.6-alpha.2",
|
|
40
|
+
"@deepseek-ai/dsh-attachment-local": "^0.1.6-alpha.2",
|
|
41
|
+
"@deepseek-ai/dsh-agent": "^0.1.6-alpha.2",
|
|
42
|
+
"@deepseek-ai/dsh-shell-env": "^0.1.6-alpha.2",
|
|
43
|
+
"@deepseek-ai/dsh-bash-sandbox": "^0.1.6-alpha.2",
|
|
38
44
|
"@deepseek-ai/cordis-plugin-timer": "^1.1.4",
|
|
39
|
-
"@deepseek-ai/dsh-
|
|
40
|
-
"@deepseek-ai/dsh-
|
|
41
|
-
"@deepseek-ai/dsh-
|
|
42
|
-
"@deepseek-ai/dsh-
|
|
43
|
-
"@deepseek-ai/dsh-
|
|
44
|
-
"@deepseek-ai/dsh-
|
|
45
|
-
"@deepseek-ai/dsh-
|
|
46
|
-
"@deepseek-ai/dsh-
|
|
47
|
-
"@deepseek-ai/dsh-
|
|
48
|
-
"@deepseek-ai/dsh-
|
|
49
|
-
"@deepseek-ai/dsh-
|
|
50
|
-
"@deepseek-ai/dsh-
|
|
51
|
-
"@deepseek-ai/dsh-
|
|
52
|
-
"@deepseek-ai/dsh-fs-
|
|
53
|
-
"@deepseek-ai/dsh-
|
|
54
|
-
"@deepseek-ai/dsh-
|
|
55
|
-
"@deepseek-ai/dsh-
|
|
56
|
-
"@deepseek-ai/dsh-
|
|
57
|
-
"@deepseek-ai/dsh-
|
|
58
|
-
"@deepseek-ai/dsh-
|
|
59
|
-
"@deepseek-ai/dsh-
|
|
60
|
-
"@deepseek-ai/dsh-
|
|
61
|
-
"@deepseek-ai/dsh-
|
|
62
|
-
"@deepseek-ai/dsh-
|
|
63
|
-
"@deepseek-ai/dsh-
|
|
64
|
-
"@deepseek-ai/dsh-
|
|
65
|
-
"@deepseek-ai/dsh-
|
|
66
|
-
"@deepseek-ai/dsh-
|
|
67
|
-
"@deepseek-ai/dsh-
|
|
68
|
-
"@deepseek-ai/dsh-session": "^0.1.
|
|
69
|
-
"@deepseek-ai/dsh-session-
|
|
70
|
-
"@deepseek-ai/dsh-session-
|
|
71
|
-
"@deepseek-ai/dsh-session-
|
|
72
|
-
"@deepseek-ai/dsh-session-
|
|
73
|
-
"@deepseek-ai/dsh-session-
|
|
74
|
-
"@deepseek-ai/dsh-session-
|
|
75
|
-
"@deepseek-ai/dsh-
|
|
76
|
-
"@deepseek-ai/dsh-
|
|
77
|
-
"@deepseek-ai/dsh-
|
|
78
|
-
"@deepseek-ai/dsh-
|
|
79
|
-
"@deepseek-ai/dsh-
|
|
80
|
-
"@deepseek-ai/dsh-
|
|
81
|
-
"@deepseek-ai/dsh-
|
|
82
|
-
"@deepseek-ai/dsh-storage": "^0.1.
|
|
83
|
-
"@deepseek-ai/dsh-storage-
|
|
84
|
-
"@deepseek-ai/dsh-
|
|
85
|
-
"@deepseek-ai/dsh-
|
|
86
|
-
"@deepseek-ai/dsh-subagent": "^0.1.
|
|
87
|
-
"@deepseek-ai/dsh-
|
|
88
|
-
"@deepseek-ai/dsh-
|
|
89
|
-
"@deepseek-ai/dsh-
|
|
90
|
-
"@deepseek-ai/dsh-
|
|
91
|
-
"@deepseek-ai/dsh-
|
|
92
|
-
"@deepseek-ai/dsh-
|
|
93
|
-
"@deepseek-ai/dsh-tool-
|
|
94
|
-
"@deepseek-ai/dsh-tool-
|
|
95
|
-
"@deepseek-ai/dsh-tool-fs": "^0.1.
|
|
96
|
-
"@deepseek-ai/dsh-tool-
|
|
97
|
-
"@deepseek-ai/dsh-tool-
|
|
98
|
-
"@deepseek-ai/dsh-tool-
|
|
99
|
-
"@deepseek-ai/dsh-tool-
|
|
100
|
-
"@deepseek-ai/dsh-tool-
|
|
101
|
-
"@deepseek-ai/dsh-tool-
|
|
102
|
-
"@deepseek-ai/dsh-tool-
|
|
103
|
-
"@deepseek-ai/dsh-tool-
|
|
104
|
-
"@deepseek-ai/dsh-tool-
|
|
105
|
-
"@deepseek-ai/dsh-
|
|
106
|
-
"@deepseek-ai/dsh-
|
|
107
|
-
"@deepseek-ai/dsh-
|
|
108
|
-
"@deepseek-ai/dsh-
|
|
109
|
-
"@deepseek-ai/dsh-
|
|
110
|
-
"@deepseek-ai/dsh-
|
|
111
|
-
"@deepseek-ai/dsh-
|
|
112
|
-
"@deepseek-ai/dsh-
|
|
113
|
-
"@deepseek-ai/dsh-
|
|
114
|
-
"@deepseek-ai/dsh-
|
|
115
|
-
"@deepseek-ai/dsh-workflow-
|
|
116
|
-
"@deepseek-ai/dsh-
|
|
117
|
-
"@deepseek-ai/dsh-
|
|
118
|
-
"@deepseek-ai/dsh-web": "^0.1.
|
|
119
|
-
"@deepseek-ai/dsh-agent-loop": "^0.1.5-rc.2",
|
|
120
|
-
"@deepseek-ai/dsh-attachment-local": "^0.1.5-rc.2"
|
|
45
|
+
"@deepseek-ai/dsh-command-compact": "^0.1.6-alpha.2",
|
|
46
|
+
"@deepseek-ai/dsh-command-feedback": "^0.1.6-alpha.2",
|
|
47
|
+
"@deepseek-ai/dsh-command-goal": "^0.1.6-alpha.2",
|
|
48
|
+
"@deepseek-ai/dsh-commands": "^0.1.6-alpha.2",
|
|
49
|
+
"@deepseek-ai/dsh-compaction-basic": "^0.1.6-alpha.2",
|
|
50
|
+
"@deepseek-ai/dsh-compaction-image-offload": "^0.1.6-alpha.2",
|
|
51
|
+
"@deepseek-ai/dsh-compaction-tool-result-pruner": "^0.1.6-alpha.2",
|
|
52
|
+
"@deepseek-ai/dsh-credentials-local": "^0.1.6-alpha.2",
|
|
53
|
+
"@deepseek-ai/dsh-deepseek-llm-api-extensions": "^0.1.6-alpha.2",
|
|
54
|
+
"@deepseek-ai/dsh-plugin-package-inventory-deepseek": "^0.1.6-alpha.2",
|
|
55
|
+
"@deepseek-ai/dsh-fs-local": "^0.1.6-alpha.2",
|
|
56
|
+
"@deepseek-ai/dsh-fs-sandbox": "^0.1.6-alpha.2",
|
|
57
|
+
"@deepseek-ai/dsh-goal": "^0.1.6-alpha.2",
|
|
58
|
+
"@deepseek-ai/dsh-fs-observation-policy": "^0.1.6-alpha.2",
|
|
59
|
+
"@deepseek-ai/dsh-api-gateway": "^0.1.6-alpha.2",
|
|
60
|
+
"@deepseek-ai/dsh-llm": "^0.1.6-alpha.2",
|
|
61
|
+
"@deepseek-ai/dsh-llm-deepseek": "^0.1.6-alpha.2",
|
|
62
|
+
"@deepseek-ai/dsh-llm-pi-ai": "^0.1.6-alpha.2",
|
|
63
|
+
"@deepseek-ai/dsh-llm-retry": "^0.1.6-alpha.2",
|
|
64
|
+
"@deepseek-ai/dsh-mcp-resources": "^0.1.6-alpha.2",
|
|
65
|
+
"@deepseek-ai/dsh-permission-presets": "^0.1.6-alpha.2",
|
|
66
|
+
"@deepseek-ai/dsh-plan-mode": "^0.1.6-alpha.2",
|
|
67
|
+
"@deepseek-ai/dsh-pwsh-sandbox": "^0.1.6-alpha.2",
|
|
68
|
+
"@deepseek-ai/dsh-repeat-tool-reminder": "^0.1.6-alpha.2",
|
|
69
|
+
"@deepseek-ai/dsh-sandbox-local": "^0.1.6-alpha.2",
|
|
70
|
+
"@deepseek-ai/dsh-sandbox-policy": "^0.1.6-alpha.2",
|
|
71
|
+
"@deepseek-ai/dsh-session": "^0.1.6-alpha.2",
|
|
72
|
+
"@deepseek-ai/dsh-session-checkpoint-policy": "^0.1.6-alpha.2",
|
|
73
|
+
"@deepseek-ai/dsh-session-log-deepseek": "^0.1.6-alpha.2",
|
|
74
|
+
"@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.6-alpha.2",
|
|
75
|
+
"@deepseek-ai/dsh-session-projection": "^0.1.6-alpha.2",
|
|
76
|
+
"@deepseek-ai/dsh-session-projection-cache": "^0.1.6-alpha.2",
|
|
77
|
+
"@deepseek-ai/dsh-session-query-sqlite": "^0.1.6-alpha.2",
|
|
78
|
+
"@deepseek-ai/dsh-session-telemetry-otel": "^0.1.6-alpha.2",
|
|
79
|
+
"@deepseek-ai/dsh-session-title": "^0.1.6-alpha.2",
|
|
80
|
+
"@deepseek-ai/dsh-session-title-first-prompt-llm": "^0.1.6-alpha.2",
|
|
81
|
+
"@deepseek-ai/dsh-goal-round-driver": "^0.1.6-alpha.2",
|
|
82
|
+
"@deepseek-ai/dsh-settings-file": "^0.1.6-alpha.2",
|
|
83
|
+
"@deepseek-ai/dsh-skill": "^0.1.6-alpha.2",
|
|
84
|
+
"@deepseek-ai/dsh-skill-badge": "^0.1.6-alpha.2",
|
|
85
|
+
"@deepseek-ai/dsh-spill-local": "^0.1.6-alpha.2",
|
|
86
|
+
"@deepseek-ai/dsh-spill-policy": "^0.1.6-alpha.2",
|
|
87
|
+
"@deepseek-ai/dsh-storage": "^0.1.6-alpha.2",
|
|
88
|
+
"@deepseek-ai/dsh-storage-domain": "^0.1.6-alpha.2",
|
|
89
|
+
"@deepseek-ai/dsh-storage-json": "^0.1.6-alpha.2",
|
|
90
|
+
"@deepseek-ai/dsh-subagent": "^0.1.6-alpha.2",
|
|
91
|
+
"@deepseek-ai/dsh-subagent-fork-in-process": "^0.1.6-alpha.2",
|
|
92
|
+
"@deepseek-ai/dsh-subagent-spawn-in-process": "^0.1.6-alpha.2",
|
|
93
|
+
"@deepseek-ai/dsh-subprocess-local": "^0.1.6-alpha.2",
|
|
94
|
+
"@deepseek-ai/dsh-system-prompt": "^0.1.6-alpha.2",
|
|
95
|
+
"@deepseek-ai/dsh-jobs-local": "^0.1.6-alpha.2",
|
|
96
|
+
"@deepseek-ai/dsh-skill-filesystem": "^0.1.6-alpha.2",
|
|
97
|
+
"@deepseek-ai/dsh-tool-call-timeout-policy": "^0.1.6-alpha.2",
|
|
98
|
+
"@deepseek-ai/dsh-tool-bash": "^0.1.6-alpha.2",
|
|
99
|
+
"@deepseek-ai/dsh-tool-present": "^0.1.6-alpha.2",
|
|
100
|
+
"@deepseek-ai/dsh-tool-fs": "^0.1.6-alpha.2",
|
|
101
|
+
"@deepseek-ai/dsh-tool-fs-search": "^0.1.6-alpha.2",
|
|
102
|
+
"@deepseek-ai/dsh-tool-goal": "^0.1.6-alpha.2",
|
|
103
|
+
"@deepseek-ai/dsh-tool-ralph": "^0.1.6-alpha.2",
|
|
104
|
+
"@deepseek-ai/dsh-tool-skill": "^0.1.6-alpha.2",
|
|
105
|
+
"@deepseek-ai/dsh-tool-subagent": "^0.1.6-alpha.2",
|
|
106
|
+
"@deepseek-ai/dsh-tool-subagent-control": "^0.1.6-alpha.2",
|
|
107
|
+
"@deepseek-ai/dsh-tool-jobs": "^0.1.6-alpha.2",
|
|
108
|
+
"@deepseek-ai/dsh-tool-todo": "^0.1.6-alpha.2",
|
|
109
|
+
"@deepseek-ai/dsh-tool-web": "^0.1.6-alpha.2",
|
|
110
|
+
"@deepseek-ai/dsh-tool-workflow": "^0.1.6-alpha.2",
|
|
111
|
+
"@deepseek-ai/dsh-tools": "^0.1.6-alpha.2",
|
|
112
|
+
"@deepseek-ai/dsh-typert-loader": "^0.1.6-alpha.2",
|
|
113
|
+
"@deepseek-ai/dsh-typert-registry": "^0.1.6-alpha.2",
|
|
114
|
+
"@deepseek-ai/dsh-user-approval": "^0.1.6-alpha.2",
|
|
115
|
+
"@deepseek-ai/dsh-user-questions": "^0.1.6-alpha.2",
|
|
116
|
+
"@deepseek-ai/dsh-token-meter": "^0.1.6-alpha.2",
|
|
117
|
+
"@deepseek-ai/dsh-web-fetch-http": "^0.1.6-alpha.2",
|
|
118
|
+
"@deepseek-ai/dsh-web-search-deepseek": "^0.1.6-alpha.2",
|
|
119
|
+
"@deepseek-ai/dsh-tool-pwsh": "^0.1.6-alpha.2",
|
|
120
|
+
"@deepseek-ai/dsh-agent-instructions": "^0.1.6-alpha.2",
|
|
121
|
+
"@deepseek-ai/dsh-workflow-ptc": "^0.1.6-alpha.2",
|
|
122
|
+
"@deepseek-ai/dsh-ptc-runtime-node": "^0.1.6-alpha.2",
|
|
123
|
+
"@deepseek-ai/dsh-plugin-manager": "^0.1.6-alpha.2",
|
|
124
|
+
"@deepseek-ai/dsh-web": "^0.1.6-alpha.2"
|
|
121
125
|
},
|
|
122
126
|
"peerDependencies": {
|
|
123
127
|
"@deepseek-ai/cordis": "^4.0.2"
|