DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Plugin No Workspace — DSH Plugin for DeepSeek Harness
← Plugins
P

dsh-plugin-no-workspace

Plugin No Workspace

Start and detach standalone chats without a mandatory workspace in DeepSeek Harness while preserving the native workspace UI.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:SpookySandwich/dsh-plugin-no-workspace#9debcc724c6538d03cafe2848fc732260153ffc2
READMECompatibilityVersions
No Workspace 演示

Compatibility and provenance

Plugin No Workspace is published as dsh-plugin-no-workspace and currently resolves to version 1.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/20/2026

Versions

1.1.0stable
9/20/2026
1.0.1stable
9/7/2026
1.0.0stable
8/22/2026

Related plugins

Loading related plugins…

Latest
1.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
9/20/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

No Workspace for DSH

让会话保持独立,而不是被迫塞进一个文件夹。

English · 简体中文

为 DeepSeek Harness 添加真正的一等「无工作区」会话,同时保留原生工作区体验。

No Workspace 演示

从工作区中选择「无工作区」;即使随后收起工作区,独立会话仍直接显示在侧边栏。

它解决什么

DSH 原本会把每个会话放进工作区,或显示在一个额外的「未分组」文件夹中。这个插件把“未绑定工作区”变成真正的一等状态:独立会话直接出现在侧边栏,不显示虚构的「未分组」目录,也不会偷偷继承当前工作区。

场景安装后
点击顶部「新建会话」创建独立会话,不继承当前或最近使用的工作区
在工作区选择器中选择「无工作区」将当前会话无损移出工作区
收起真实工作区独立会话仍作为一级会话显示
打开独立空白会话输入、模型选择、附件与发送立即可用
使用原生工作区功能搜索、菜单、拖放、排序、归档和目录选择保持不变

安装

dsh plugin --profile desktop add dsh-plugin-no-workspace

从本地源码或打包文件安装:

dsh plugin --profile desktop add ./dsh-plugin-no-workspace
# 或
dsh plugin --profile desktop add ./dsh-plugin-no-workspace-1.1.0.tgz

安装或升级后重启 DSH,使宿主端和客户端代码同时重新加载。

设计原则

  • 不替换原生侧边栏:插件包装 DSH 已注册的槽位,而不是重写整套导航。
  • 不伪造文件夹:只隐藏独立会话外层的「未分组」容器;真实工作区仍保留原生文件夹结构。
  • 不损坏历史:解绑只更新工作区会话索引,完整保留会话事件、草稿与上下文。
  • 不污染执行目录:新独立会话使用用户主目录作为中性的执行目录。
  • 不破坏语言体验:界面随 DSH 显示「无工作区」或 “No Workspace”。

工作方式

宿主端提供创建独立会话和无损解绑的轻量路由;客户端只改变三处行为:通用新建会话、独立会话的 composer 门禁,以及原生工作区选择器。图标、箭头、菜单定位和会话行继续沿用 DSH 的原生布局与交互。

验证

npm ci
npm test
npm run check:package

测试覆盖单元与健壮性用例、新版客户端依赖和会话持久化。可选 npm run test:e2e 需要先创建系统临时目录下的 dsh-no-workspace-e2e-* 测试目录,将 DSH_HOME 指向它,并设置 DSH_CLI_ENTRY 为官方 @deepseek-ai/dsh/lib/bin.js 路径。测试 profile 需单独安装本插件;脚本拒绝操作日常使用的 DSH 目录。

兼容性

版本 1.1.0:通过原生 Session Controller 创建可持久恢复的独立会话;适配侧边栏组件属性与拆分后的工作区入口,避免修改已缓存的注入结果。

声明兼容范围为 >=0.1.5-rc.2 <0.1.6-0;已验证官方 0.1.5-rc.2,不声明兼容 0.1.6 alpha。旧版 DSH 请保留上一插件版本。验证记录。

可从 GitHub Release 下载发布包,然后执行 dsh plugin --profile desktop add ./dsh-plugin-no-workspace-1.1.0.tgz。

本次兼容目标为 DSH 0.1.5-rc.2。运行 npm ci、npm test 和 npm run check:package 可验证构建及发布包。更新后请重启 DSH。

已适配 DSH 0.1.5-rc.2。在隔离 Web 环境验证空会话持久化和移出工作区;客户端加载有自动化测试。

License

MIT © SpookySandwich