Wisper-beep/dsh-runbox--packages-provider-shell ↗★ 0
@dsh-runbox/provider-shell
Container-backed implementation of the ctx.shell capability seam for DeepSeek Harness: bash commands run inside a disposable box.
AI Analysis
核心用途是在一次性安全容器中执行 bash 命令。适合需要安全隔离运行 Shell 脚本的任务,运行环境要求 Node.js ≥ 22 以及 Docker 或 Podman。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗使用
环境要求
- Node.js ≥ 22
- Docker 或 Podman(M1 起需要;用于承载箱)
安装
git clone https://github.com/Wisper-beep/dsh-runbox.git
cd dsh-runbox
npm ci --legacy-peer-deps
--legacy-peer-deps 是必须的,原因见已知问题。
在 dsh 中加载