插件目录 / Developer / dsh-incognito
dsh-incognito
未验证 HuiHuitie-zhu
✓ 持续维护
3Stars
0Forks
0未关闭 issue
—语言
2026-08-15最近推送
跨平台平台
功能简介
Developer 类别的 DeepSeek Harness 插件。
我们的评价
未验证 — 尚未实测
未验证 — 尚未实测
Developer 类别的 DeepSeek Harness 插件。 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
你是插件作者? 想拿到「已验证」标签——提交你自己的验证证据(截图、日志或短视频),我们审核通过后即改为「已验证」。
README
dsh-incognito
DeepSeek Harness 无痕会话(incognito)插件——随时开一个独立的临时子 Agent:不继承任何父会话上下文,工作目录隔离在专用临时目录,聊天内容只显示在浮窗里,关闭窗口即焚毁——主会话零记录、磁盘零痕迹。

入口按钮(输入框加号旁):

功能
- 一键开启:输入框加号旁的入口按钮,打开无痕卡片窗,输入条自动切换为无痕输入条
- 完全隔离:独立 agent preset,不继承父会话的上下文、记忆、提示词;工作目录用
/incognito/专用临时目录 - 全量工具:DSH 初始化工具集全给——shell / 文件读写 / 后台任务 / skills / goals / subagent / workflow / ralph / 联网(含 web_fetch)
- 窗口可拖动:标题栏拖拽移动,自动避开右侧文件树
- 粉碎关闭动画:点关闭 → 窗口淡出 + 碎片飞散 → 彻底焚毁
- 用完即焚:close 时子会话目录延迟重试删除,刷新/重启残留自动清理
安装
dsh plugin --profile web add dsh-incognito
本地开发(file: 依赖):
git clone https://github.com/HuiHuitie-zhu/dsh-incognito.git
# 在 ~/.dsh/profiles/web/package.json 的 dependencies 中加入:
# "dsh-incognito": "file:/path/to/dsh-incognito"
cd ~/.dsh/profiles/web && npm install
设计要点
- Host 端走
/api/fork-incognito/*RPC(open / send / poll / close),完全绕过主会话——主会话零消息、零工具调用、零记录 - 子 agent 会话目录落在
--incognito--专用目录,close 时焚毁,刷新/重启残留一键清空 - 模型用 host 级默认模型,无需配置
- 提示词 = DSH 预设提示词 + 无痕会话场景/环境说明;工具 = DSH 初始化全量工具集(
preset/agent.cordis.yml)
目录结构
preset/ # fork preset(persona + 全量工具集)
lib/index.js # host 端:fork-incognito RPC(open/send/poll/close + 焚毁)
lib/client.js # 前端:入口按钮 + 无痕卡片窗(可拖动、粉碎动画)
cordis.patch.yml # bundle patch 挂载点
免责声明
- 早期社区插件,非 DeepSeek 官方插件
- 无痕 ≠ 绝对安全:模型输出仍经 API 服务端处理;本地不留痕
License
MIT
安装
🧩 让 Agent 自动装(推荐)
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-incognito」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:HuiHuitie-zhu/dsh-incognito Headless(CLI)profile:
dsh plugin --profile headless add github:HuiHuitie-zhu/dsh-incognito 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。
状态:pending
· 最近测试
备注:验证: web-only;待 L4 web CDP;L4 web CDP runtime-fail on dsh 0.1.0-rc.8. 浏览全部待验证失败 →
2026-08-25 · 标记 webonly 备注:验证: web-only;待 L4 web CDP;L4 web CDP runtime-fail on dsh 0.1.0-rc.8. 浏览全部待验证失败 →