dshbase

Plugin directory / Developer / dsh-incognito

dsh-incognito

Unverified HuiHuitie-zhu

✓ Actively maintained

View on GitHub ↗ ← Back to plugin directory

3Stars
0Forks
0Open issues
Language
2026-08-15Last push
Cross-platformPlatform

What it does

A plugin in the Developer category for DeepSeek Harness.

Our take
Unverified — not yet verified

A plugin in the Developer category for DeepSeek Harness. Not yet verified — install and test it yourself.

“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.

Plugin author? Get the “Verified” label — submit your own evidence (screenshots, logs, or a short demo) and we'll review and flip the badge.

Submit verification evidence ↗

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

Install

🧩 Let your agent install it (recommended)

Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:

dsh plugin add dshbase-catalog

Then say "install dsh-incognito for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.

This plugin is GitHub source (not published to npm) — install it straight from the repo:

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

Test report

Not yet L3-verified — see failure note below if we already ran it.

Status: pending · last test 2026-08-25 · flagged webonly
Note: 验证: web-only;待 L4 web CDP;L4 web CDP runtime-fail on dsh 0.1.0-rc.8. Browse all pending failures →
Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Developer

Browse all 7789 plugins →