@deepseek-ai/dsh-base 0.1.5-alpha.1 → 0.1.5-rc.1

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 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: 7b78e910b0cb54f0c64efb7816b428fe9f0d131c
6
- README.zh.md: b25bb58ac031792b0f6ee0b81dfff2713668c5c4
5
+ README.md: 186d3184b344789187e0096b49dd93c191c2fde4
6
+ README.zh.md: fcc42c39c4489afa484844a036a5f85ef72d1e7e
package/README.md CHANGED
@@ -49,7 +49,7 @@ Run `dsh --profile my-profile "your task"` and you get a working agent with mode
49
49
 
50
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 opt-in [DeepSeek session-log contributor](../../session/session-log-deepseek/README.md) remains a separate request path.
51
51
 
52
- Default file editing uses `read`, `write`, and `edit`. The optional `str_replace_editor` tool is selected independently by Web minimal and `sdk-minimal`. To add it to a base-backed profile, put this entry in the profile, home, or invocation patch:
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
 
54
54
  ```yaml
55
55
  - insert:
package/README.zh.md CHANGED
@@ -49,7 +49,7 @@ kind: "package-bundle"
49
49
 
50
50
  开箱即用,基于本核心构建的每个 profile 都提供:DeepSeek 模型连接(provider 与模型可配置,你还可以在设置中启用额外 provider)、完整工具集——文件编辑、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
- 默认文件编辑使用 `read`、`write` 和 `edit`。Web minimal 与 `sdk-minimal` 各自选择可选的 `str_replace_editor` 工具。要将它加入基于 base 的 profile,请在 profile、home 或逐次调用 patch 中添加以下条目:
52
+ 默认文件编辑使用 `read`、`write` 和 `edit`。`str_replace_editor` 工具仍可显式启用。要将它加入基于 base 的 profile,请在 profile、home 或逐次调用 patch 中添加以下条目:
53
53
 
54
54
  ```yaml
55
55
  - insert:
package/cordis.patch.yml CHANGED
@@ -76,7 +76,7 @@
76
76
  name: '@deepseek-ai/dsh-agent-default-model'
77
77
  config:
78
78
  provider: deepseek-official
79
- model: deepseek-v4-flash
79
+ model: deepseek-flash
80
80
 
81
81
  - id: jobs
82
82
  name: '@deepseek-ai/dsh-jobs-local'
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.5-alpha.1",
4
+ "version": "0.1.5-rc.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -34,89 +34,90 @@
34
34
  }
35
35
  },
36
36
  "dependencies": {
37
- "@deepseek-ai/dsh-agent-default-model": "^0.1.5-alpha.1",
38
- "@deepseek-ai/dsh-agent-loop": "^0.1.5-alpha.1",
39
- "@deepseek-ai/dsh-attachment-local": "^0.1.5-alpha.1",
40
- "@deepseek-ai/cordis-plugin-timer": "^1.1.4",
41
- "@deepseek-ai/dsh-agent": "^0.1.5-alpha.1",
42
- "@deepseek-ai/dsh-command-compact": "^0.1.5-alpha.1",
43
- "@deepseek-ai/dsh-bash-sandbox": "^0.1.5-alpha.1",
37
+ "@deepseek-ai/dsh-agent": "^0.1.5-rc.1",
38
+ "@deepseek-ai/dsh-agent-default-model": "^0.1.5-rc.1",
39
+ "@deepseek-ai/dsh-attachment-local": "^0.1.5-rc.1",
40
+ "@deepseek-ai/dsh-shell-env": "^0.1.5-rc.1",
41
+ "@deepseek-ai/dsh-agent-loop": "^0.1.5-rc.1",
44
42
  "@deepseek-ai/cordis-plugin-hmr": "^1.0.17",
45
- "@deepseek-ai/dsh-command-feedback": "^0.1.5-alpha.1",
46
- "@deepseek-ai/dsh-command-goal": "^0.1.5-alpha.1",
47
- "@deepseek-ai/dsh-commands": "^0.1.5-alpha.1",
48
- "@deepseek-ai/dsh-shell-env": "^0.1.5-alpha.1",
49
- "@deepseek-ai/dsh-compaction-basic": "^0.1.5-alpha.1",
50
- "@deepseek-ai/dsh-compaction-tool-result-pruner": "^0.1.5-alpha.1",
51
- "@deepseek-ai/dsh-credentials-local": "^0.1.5-alpha.1",
52
- "@deepseek-ai/dsh-deepseek-llm-api-extensions": "^0.1.5-alpha.1",
53
- "@deepseek-ai/dsh-plugin-package-inventory-deepseek": "^0.1.5-alpha.1",
54
- "@deepseek-ai/dsh-fs-observation-policy": "^0.1.5-alpha.1",
55
- "@deepseek-ai/dsh-fs-sandbox": "^0.1.5-alpha.1",
56
- "@deepseek-ai/dsh-goal": "^0.1.5-alpha.1",
57
- "@deepseek-ai/dsh-api-gateway": "^0.1.5-alpha.1",
58
- "@deepseek-ai/dsh-fs-local": "^0.1.5-alpha.1",
59
- "@deepseek-ai/dsh-llm-pi-ai": "^0.1.5-alpha.1",
60
- "@deepseek-ai/dsh-llm-retry": "^0.1.5-alpha.1",
61
- "@deepseek-ai/dsh-permission-presets": "^0.1.5-alpha.1",
62
- "@deepseek-ai/dsh-llm-deepseek": "^0.1.5-alpha.1",
63
- "@deepseek-ai/dsh-plan-mode": "^0.1.5-alpha.1",
64
- "@deepseek-ai/dsh-llm": "^0.1.5-alpha.1",
65
- "@deepseek-ai/dsh-pwsh-sandbox": "^0.1.5-alpha.1",
66
- "@deepseek-ai/dsh-repeat-tool-reminder": "^0.1.5-alpha.1",
67
- "@deepseek-ai/dsh-sandbox-local": "^0.1.5-alpha.1",
68
- "@deepseek-ai/dsh-sandbox-policy": "^0.1.5-alpha.1",
69
- "@deepseek-ai/dsh-session": "^0.1.5-alpha.1",
70
- "@deepseek-ai/dsh-goal-round-driver": "^0.1.5-alpha.1",
71
- "@deepseek-ai/dsh-session-checkpoint-policy": "^0.1.5-alpha.1",
72
- "@deepseek-ai/dsh-session-log-deepseek": "^0.1.5-alpha.1",
73
- "@deepseek-ai/dsh-session-projection-cache": "^0.1.5-alpha.1",
74
- "@deepseek-ai/dsh-session-query-sqlite": "^0.1.5-alpha.1",
75
- "@deepseek-ai/dsh-session-telemetry-otel": "^0.1.5-alpha.1",
76
- "@deepseek-ai/dsh-session-title": "^0.1.5-alpha.1",
77
- "@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.5-alpha.1",
78
- "@deepseek-ai/dsh-session-projection": "^0.1.5-alpha.1",
79
- "@deepseek-ai/dsh-session-title-first-prompt-llm": "^0.1.5-alpha.1",
80
- "@deepseek-ai/dsh-settings-file": "^0.1.5-alpha.1",
81
- "@deepseek-ai/dsh-skill": "^0.1.5-alpha.1",
82
- "@deepseek-ai/dsh-skill-badge": "^0.1.5-alpha.1",
83
- "@deepseek-ai/dsh-skill-filesystem": "^0.1.5-alpha.1",
84
- "@deepseek-ai/dsh-spill-local": "^0.1.5-alpha.1",
85
- "@deepseek-ai/dsh-spill-policy": "^0.1.5-alpha.1",
86
- "@deepseek-ai/dsh-storage": "^0.1.5-alpha.1",
87
- "@deepseek-ai/dsh-subagent": "^0.1.5-alpha.1",
88
- "@deepseek-ai/dsh-subagent-fork-in-process": "^0.1.5-alpha.1",
89
- "@deepseek-ai/dsh-subagent-spawn-in-process": "^0.1.5-alpha.1",
90
- "@deepseek-ai/dsh-subprocess-local": "^0.1.5-alpha.1",
91
- "@deepseek-ai/dsh-system-prompt": "^0.1.5-alpha.1",
92
- "@deepseek-ai/dsh-jobs-local": "^0.1.5-alpha.1",
93
- "@deepseek-ai/dsh-tool-call-timeout-policy": "^0.1.5-alpha.1",
94
- "@deepseek-ai/dsh-token-meter": "^0.1.5-alpha.1",
95
- "@deepseek-ai/dsh-tool-fs": "^0.1.5-alpha.1",
96
- "@deepseek-ai/dsh-tool-fs-search": "^0.1.5-alpha.1",
97
- "@deepseek-ai/dsh-tool-goal": "^0.1.5-alpha.1",
98
- "@deepseek-ai/dsh-storage-json": "^0.1.5-alpha.1",
99
- "@deepseek-ai/dsh-tool-pwsh": "^0.1.5-alpha.1",
100
- "@deepseek-ai/dsh-tool-bash": "^0.1.5-alpha.1",
101
- "@deepseek-ai/dsh-tool-skill": "^0.1.5-alpha.1",
102
- "@deepseek-ai/dsh-tool-subagent": "^0.1.5-alpha.1",
103
- "@deepseek-ai/dsh-storage-domain": "^0.1.5-alpha.1",
104
- "@deepseek-ai/dsh-tool-subagent-control": "^0.1.5-alpha.1",
105
- "@deepseek-ai/dsh-tool-ralph": "^0.1.5-alpha.1",
106
- "@deepseek-ai/dsh-tool-todo": "^0.1.5-alpha.1",
107
- "@deepseek-ai/dsh-tool-workflow": "^0.1.5-alpha.1",
108
- "@deepseek-ai/dsh-tools": "^0.1.5-alpha.1",
109
- "@deepseek-ai/dsh-typert-loader": "^0.1.5-alpha.1",
110
- "@deepseek-ai/dsh-typert-registry": "^0.1.5-alpha.1",
111
- "@deepseek-ai/dsh-tool-web": "^0.1.5-alpha.1",
112
- "@deepseek-ai/dsh-user-approval": "^0.1.5-alpha.1",
113
- "@deepseek-ai/dsh-user-questions": "^0.1.5-alpha.1",
114
- "@deepseek-ai/dsh-web-fetch-http": "^0.1.5-alpha.1",
115
- "@deepseek-ai/dsh-web-search-deepseek": "^0.1.5-alpha.1",
116
- "@deepseek-ai/dsh-agent-instructions": "^0.1.5-alpha.1",
117
- "@deepseek-ai/dsh-tool-jobs": "^0.1.5-alpha.1",
118
- "@deepseek-ai/dsh-workflow-worker-thread": "^0.1.5-alpha.1",
119
- "@deepseek-ai/dsh-web": "^0.1.5-alpha.1"
43
+ "@deepseek-ai/dsh-bash-sandbox": "^0.1.5-rc.1",
44
+ "@deepseek-ai/cordis-plugin-timer": "^1.1.4",
45
+ "@deepseek-ai/dsh-command-compact": "^0.1.5-rc.1",
46
+ "@deepseek-ai/dsh-command-feedback": "^0.1.5-rc.1",
47
+ "@deepseek-ai/dsh-command-goal": "^0.1.5-rc.1",
48
+ "@deepseek-ai/dsh-commands": "^0.1.5-rc.1",
49
+ "@deepseek-ai/dsh-compaction-basic": "^0.1.5-rc.1",
50
+ "@deepseek-ai/dsh-compaction-tool-result-pruner": "^0.1.5-rc.1",
51
+ "@deepseek-ai/dsh-credentials-local": "^0.1.5-rc.1",
52
+ "@deepseek-ai/dsh-deepseek-llm-api-extensions": "^0.1.5-rc.1",
53
+ "@deepseek-ai/dsh-plugin-package-inventory-deepseek": "^0.1.5-rc.1",
54
+ "@deepseek-ai/dsh-fs-local": "^0.1.5-rc.1",
55
+ "@deepseek-ai/dsh-fs-observation-policy": "^0.1.5-rc.1",
56
+ "@deepseek-ai/dsh-api-gateway": "^0.1.5-rc.1",
57
+ "@deepseek-ai/dsh-llm": "^0.1.5-rc.1",
58
+ "@deepseek-ai/dsh-llm-deepseek": "^0.1.5-rc.1",
59
+ "@deepseek-ai/dsh-llm-pi-ai": "^0.1.5-rc.1",
60
+ "@deepseek-ai/dsh-llm-retry": "^0.1.5-rc.1",
61
+ "@deepseek-ai/dsh-permission-presets": "^0.1.5-rc.1",
62
+ "@deepseek-ai/dsh-plan-mode": "^0.1.5-rc.1",
63
+ "@deepseek-ai/dsh-pwsh-sandbox": "^0.1.5-rc.1",
64
+ "@deepseek-ai/dsh-repeat-tool-reminder": "^0.1.5-rc.1",
65
+ "@deepseek-ai/dsh-sandbox-local": "^0.1.5-rc.1",
66
+ "@deepseek-ai/dsh-sandbox-policy": "^0.1.5-rc.1",
67
+ "@deepseek-ai/dsh-session": "^0.1.5-rc.1",
68
+ "@deepseek-ai/dsh-session-checkpoint-policy": "^0.1.5-rc.1",
69
+ "@deepseek-ai/dsh-session-log-deepseek": "^0.1.5-rc.1",
70
+ "@deepseek-ai/dsh-session-projection-cache": "^0.1.5-rc.1",
71
+ "@deepseek-ai/dsh-fs-sandbox": "^0.1.5-rc.1",
72
+ "@deepseek-ai/dsh-goal-round-driver": "^0.1.5-rc.1",
73
+ "@deepseek-ai/dsh-session-title": "^0.1.5-rc.1",
74
+ "@deepseek-ai/dsh-session-title-first-prompt-llm": "^0.1.5-rc.1",
75
+ "@deepseek-ai/dsh-settings-file": "^0.1.5-rc.1",
76
+ "@deepseek-ai/dsh-goal": "^0.1.5-rc.1",
77
+ "@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.5-rc.1",
78
+ "@deepseek-ai/dsh-skill": "^0.1.5-rc.1",
79
+ "@deepseek-ai/dsh-skill-badge": "^0.1.5-rc.1",
80
+ "@deepseek-ai/dsh-skill-filesystem": "^0.1.5-rc.1",
81
+ "@deepseek-ai/dsh-spill-local": "^0.1.5-rc.1",
82
+ "@deepseek-ai/dsh-spill-policy": "^0.1.5-rc.1",
83
+ "@deepseek-ai/dsh-storage": "^0.1.5-rc.1",
84
+ "@deepseek-ai/dsh-storage-domain": "^0.1.5-rc.1",
85
+ "@deepseek-ai/dsh-storage-json": "^0.1.5-rc.1",
86
+ "@deepseek-ai/dsh-subagent": "^0.1.5-rc.1",
87
+ "@deepseek-ai/dsh-session-query-sqlite": "^0.1.5-rc.1",
88
+ "@deepseek-ai/dsh-subagent-fork-in-process": "^0.1.5-rc.1",
89
+ "@deepseek-ai/dsh-session-telemetry-otel": "^0.1.5-rc.1",
90
+ "@deepseek-ai/dsh-subprocess-local": "^0.1.5-rc.1",
91
+ "@deepseek-ai/dsh-session-projection": "^0.1.5-rc.1",
92
+ "@deepseek-ai/dsh-system-prompt": "^0.1.5-rc.1",
93
+ "@deepseek-ai/dsh-jobs-local": "^0.1.5-rc.1",
94
+ "@deepseek-ai/dsh-tool-call-timeout-policy": "^0.1.5-rc.1",
95
+ "@deepseek-ai/dsh-token-meter": "^0.1.5-rc.1",
96
+ "@deepseek-ai/dsh-tool-bash": "^0.1.5-rc.1",
97
+ "@deepseek-ai/dsh-tool-present": "^0.1.5-rc.1",
98
+ "@deepseek-ai/dsh-tool-fs": "^0.1.5-rc.1",
99
+ "@deepseek-ai/dsh-tool-goal": "^0.1.5-rc.1",
100
+ "@deepseek-ai/dsh-tool-pwsh": "^0.1.5-rc.1",
101
+ "@deepseek-ai/dsh-tool-ralph": "^0.1.5-rc.1",
102
+ "@deepseek-ai/dsh-tool-skill": "^0.1.5-rc.1",
103
+ "@deepseek-ai/dsh-tool-subagent": "^0.1.5-rc.1",
104
+ "@deepseek-ai/dsh-tool-subagent-control": "^0.1.5-rc.1",
105
+ "@deepseek-ai/dsh-tool-jobs": "^0.1.5-rc.1",
106
+ "@deepseek-ai/dsh-tool-todo": "^0.1.5-rc.1",
107
+ "@deepseek-ai/dsh-tool-web": "^0.1.5-rc.1",
108
+ "@deepseek-ai/dsh-tool-fs-search": "^0.1.5-rc.1",
109
+ "@deepseek-ai/dsh-tool-workflow": "^0.1.5-rc.1",
110
+ "@deepseek-ai/dsh-tools": "^0.1.5-rc.1",
111
+ "@deepseek-ai/dsh-typert-loader": "^0.1.5-rc.1",
112
+ "@deepseek-ai/dsh-typert-registry": "^0.1.5-rc.1",
113
+ "@deepseek-ai/dsh-user-approval": "^0.1.5-rc.1",
114
+ "@deepseek-ai/dsh-user-questions": "^0.1.5-rc.1",
115
+ "@deepseek-ai/dsh-subagent-spawn-in-process": "^0.1.5-rc.1",
116
+ "@deepseek-ai/dsh-web-fetch-http": "^0.1.5-rc.1",
117
+ "@deepseek-ai/dsh-web-search-deepseek": "^0.1.5-rc.1",
118
+ "@deepseek-ai/dsh-workflow-worker-thread": "^0.1.5-rc.1",
119
+ "@deepseek-ai/dsh-agent-instructions": "^0.1.5-rc.1",
120
+ "@deepseek-ai/dsh-web": "^0.1.5-rc.1"
120
121
  },
121
122
  "peerDependencies": {
122
123
  "@deepseek-ai/cordis": "^4.0.2"