Releases: GHJIVHIDD/dsh-plugin-container
Releases · GHJIVHIDD/dsh-plugin-container
Release list
v0.1.0
🐳 dsh-plugin-docker v0.1.0
DeepSeek Harness 部署级 Docker 插件:对话/轨迹旁「容器」页签 + 18 个智能体工具 + 只读 Shell 观察。
功能
- 双模式 UI:「仅观察」隐藏全部操作按钮(安全只读)/「干预」显示 启动·停止·删除
- 实时监控:CPU/内存渐变进度条、容器数、镜像与磁盘占用(5s 自动刷新)
- 容器详情:状态/镜像/ID/端口/网络/挂载 + 进程快照(8s 刷新)
- 日志:最近 500 行,跟随/刷新
- Shell 观察:docker logs -f 只读实时流(暂停/清空/重连),无法干预命令运行
- 18 个工具:info/ps/images/pull/run/start/stop/restart/rm/rmi/logs/exec/inspect/stats/network/volume/build/cli
安装(官方标准,已实测)
npx -p @deepseek-ai/dsh dsh plugin --profile web add https://github.com/GHJIVHIDD/dsh-plugin-docker
# 重启 dsh 后生效架构
- host 半区:
webServer提供 /dock-api/* 路由 +tools注册 18 个 docker_* 工具(零外部依赖,仅 Node 内置) - client 半区:
window.__ModuleLoader__CJS bundle,slots注册 conversation.view - 离线验证:
node scripts/verify.mjs
MIT License