feat(minimal): remove str_replace_editor from minimal profiles

This commit is contained in:
fz
2026-09-03 16:03:59 +08:00
parent 7169660d33
commit 63795eaa5c
67 changed files with 222 additions and 1191 deletions
+2 -2
View File
@@ -2,5 +2,5 @@
# side as of the last confirmed-consistent state. Both languages carry equal authority;
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write python/sdk/examples/README.md
README.md: e79cb309318c1aa31d41bb50e52f5517b07ea485
README.zh.md: 3208c5c1462a15a50a6990f5c989ef6b81da6ab4
README.md: 82715c67cebe5d06decd3a6301cb1a8c245958c6
README.zh.md: e241f9d7aa0174ce806e1d67b4183b9824a2f72b
+2 -3
View File
@@ -22,11 +22,10 @@ Set `DEEPSEEK_BASE_URL` for a compatible proxy, `DSH_MODEL` for the script's def
The shipped [`@deepseek-ai/dsh-sdk-minimal` bundle](../../../packages/bundle/sdk-minimal/README.md) is the complete explicit Cordis tree for this mode. It exposes exactly:
- owner-scoped persistent `bash` on Linux/macOS or `pwsh` on Windows
- `str_replace_editor` with `view`, `create`, `str_replace`, and `insert`
The bundle does not include `dsh-base`, so every additional row is an explicit profile change. Runtime context, local instruction discovery, compaction, settings, managed credentials, telemetry, Web tools, subagents, and the full default tool roster are absent. The tree retains SDK startup and JSON-RPC serving, one environment-configured DeepSeek adapter, local execution, and JSONL persistence.
The bundle does not include `dsh-base`, so every additional row is an explicit profile change. Runtime context, filesystem tools, local instruction discovery, compaction, settings, managed credentials, telemetry, Web tools, subagents, and the full default tool roster are absent. The tree retains SDK startup and JSON-RPC serving, one environment-configured DeepSeek adapter, local execution, and JSONL persistence.
The persistent PTY and editor can modify any path available to the runtime process, so use a disposable checkout or container.
The persistent PTY can modify any path available to the runtime process, so use a disposable checkout or container.
## Add plugins
+2 -3
View File
@@ -22,11 +22,10 @@ python python/sdk/examples/minimal.py \
随附的 [`@deepseek-ai/dsh-sdk-minimal` 组合包](../../../packages/bundle/sdk-minimal/README.zh.md)是该模式完整且显式的 Cordis 配置树。它只暴露:
- LinuxmacOS 上 agent 所有的持久 `bash`,或 Windows 上的 `pwsh`
- 支持 `view``create``str_replace``insert``str_replace_editor`
该组合包不包含 `dsh-base`,因此每一个新增配置项都是显式 profile 变更。运行时上下文、本地指令发现、compaction、settings、托管凭据、遥测、Web 工具、subagent 与完整默认工具清单均不存在。配置树保留 SDK 启动与 JSON-RPC 服务、一个由环境配置的 DeepSeek 适配器、本地执行和 JSONL 持久化。
该组合包不包含 `dsh-base`,因此每一个新增配置项都是显式 profile 变更。运行时上下文、文件系统工具、本地指令发现、compaction、settings、托管凭据、遥测、Web 工具、subagent 与完整默认工具清单均不存在。配置树保留 SDK 启动与 JSON-RPC 服务、一个由环境配置的 DeepSeek 适配器、本地执行和 JSONL 持久化。
持久 PTY 与 editor 可以修改运行时进程可访问的任何路径,因此只应在一次性 checkout 或容器中使用。
持久 PTY 可以修改运行时进程可访问的任何路径,因此只应在一次性 checkout 或容器中使用。
## 添加插件