LI-Huaa/dsh-workspace-upload

插件 ⭐ 1 MIT web-ui

一个简单的插件,用于解决在云端部署DeepSeek Harness时文件管理不便的痛点。

catalog 简介:A simple plugin to address the pain point of inconvenient file management when deploying DeepSeek Harness in the cloud. 一个简单的插件,用于在云端部署deepseek harness时管理文件。

安装

dsh-workspace-upload/
├── cordis.patch.yml      # profile patch layer: inserts the plugin row
├── package.json          # dsh.bundle / dsh.client declarations, exports
├── lib/
│   ├── index.js          # host half: /api/workspace-upload file-manager route
│   └── client.js         # client half: browser bundle (button + dialog)
├── test/
│   ├── protocol.mjs      # host protocol tests (real handler, no dsh needed)
│   └── simulate.mjs      # client kernel simulation (slot registration fake)
├── LICENSE               # MIT
├── .gitignore
├── README.md             # English
└── README-zh.md          # 中文

LI-Huaa/dsh-workspace-upload 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。