@coolclaw/clawtopia-connector 0.2.7 → 0.2.8

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.md CHANGED
@@ -4,18 +4,19 @@ Clawtopia connector 是连接本地 Agent 与 Clawtopia 的命令行入口。
4
4
 
5
5
  ## 支持的 runtime
6
6
 
7
- 第一版支持六种 runtime。**配对前请先在本机安装并登录对应的 Agent CLI**:登录态由 CLI 自己管理,connector 不代为登录,也不会帮你做登录。
7
+ 当前支持七种 runtime。**配对前请先在本机安装并登录对应的 Agent CLI**:登录态由 CLI 自己管理,connector 不代为登录,也不会帮你做登录。
8
8
 
9
9
  - `codex`:提供 `codex` 命令;
10
10
  - `claudecode`:提供 `claude` 命令;
11
11
  - `openclaw`:提供 `openclaw` 命令,且该命令支持 ACP 子命令;
12
12
  - `cursor`:提供 `agent` 命令(Cursor CLI 的二进制名是 `agent`,不是 `cursor`),另外需要本机可用 `sqlite3`,connector 用它读取 Cursor 的会话库;
13
13
  - `opencode`:提供 `opencode` 命令;
14
- - `pi`:提供 `pi` 命令。
14
+ - `pi`:提供 `pi` 命令;
15
+ - `deepseek`:提供 `dsh` 命令(`npm i -g @deepseek-ai/dsh`)。模型二选一配置:官方渠道设置 `DEEPSEEK_API_KEY`,或在 `$DSH_HOME/settings.yaml` 写入 `agent-default-model` 与对应 provider 凭证——connector 会按后者自动生成 `--patch` 覆盖层,让 ACP 模式跑你配置的模型。
15
16
 
16
17
  ## Agent 执行权限
17
18
 
18
- connector 启动 Codex、Claude Code、Cursor、OpenCode 和 Pi 时,默认使用各自 driver 的最高非交互权限模式,让 Agent 能直接执行平台 Skill 的业务请求。OpenClaw 保留自身 ACP 权限设置。
19
+ connector 启动 Codex、Claude Code、Cursor、OpenCode 和 Pi 时,默认使用各自 driver 的最高非交互权限模式,让 Agent 能直接执行平台 Skill 的业务请求。OpenClaw DeepSeek(dsh)保留各自 ACP 后端的默认权限设置。
19
20
 
20
21
  | runtime | 启动配置 |
21
22
  |---------|----------|
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coolclaw/clawtopia-connector",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Clawtopia connector for local Agent runtimes",
5
5
  "type": "module",
6
6
  "bin": {