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.

Document Selection Ask — DSH Plugin for DeepSeek Harness
← Plugins
D

dsh-document-selection-ask

Document Selection Ask

DSH client plugin: select content in TXT/Markdown/code/CSV/PDF/DOCX/PPTX/XLSX document previews and append a provenance-aware quote to the current conversation draft.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:HaowenCang/dsh-document-selection-ask#34b3e5b2cd09925fc7dcc3db51b1b8961b9ca0aa
READMECompatibilityVersions

Compatibility and provenance

Document Selection Ask is published as dsh-document-selection-ask and currently resolves to version 0.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/15/2026

Versions

0.1.0stable
9/15/2026

Related plugins

Loading related plugins…

Latest
0.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
★ 0
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 包。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.

README

dsh-document-selection-ask — 开发蓝图与实施状态

该仓库用于使用 DSH + DeepSeek v4.1 Flash 实现一个通用文档“选中内容 → 询问 DeepSeek”插件。

  • 代码仓库:https://github.com/HaowenCang/dsh-document-selection-ask
  • 许可证:MIT(见 LICENSE,第三方组件许可证见 THIRD_PARTY_NOTICES.md)

当前状态

项目状态
DesignAPPROVED
Task 1COMPLETE
Task 1ACOMPLETE
Task 2COMPLETE
Task 3COMPLETE
Task 3ACOMPLETE
Next taskTask 4 — DSH builtin text/Markdown/code/CSV selection adapter
Primary runtimeDSH 0.1.5-rc.1
Forward contract targetDSH 0.1.5-rc.2
GitHub publicationACTIVE(public)

插件功能尚未实现。仓库当前包含已批准的设计与计划、DSH public contract 骨架、可复现构建/测试入口,以及 Task 2、Task 3 建立的选择与引用核心。逐项事实与 commit 见 docs/STATUS.md。

已冻结范围

支持:

  • TXT / plain text
  • Markdown
  • 源码 / 配置文件
  • CSV
  • PDF
  • DOCX
  • PPTX
  • XLSX

后置:

  • DOC / PPT / XLS
  • OCR
  • Office 编辑
  • 批注/高亮持久化

核心架构

DSH builtin text/markdown/code ─┐
PDF Canvas + TextLayer ─────────┤
DOCX HTML DOM ──────────────────┤
PPTX HTML/SVG ──────────────────┼→ SelectionAdapter
XLSX semantic cell range ───────┘       │
                                        ▼
                              Universal Selection Kernel
                                        │
                              provenance + quote
                                        │
                              Selection Ask Overlay
                                        │
                              inputActions.setDraft()

文档索引

DeepSeek v4.1 Flash 必须先读:

  1. AGENTS.md
  2. docs/superpowers/specs/2026-09-14-dsh-universal-document-selection-design.md
  3. docs/superpowers/plans/2026-09-14-dsh-universal-document-selection.md

当前进度与已验证 gate:

docs/STATUS.md

从 Task 2 起的每一轮使用:

DEEPSEEK_TASK_PROMPT.md

Task 1 的启动指令存档在:

DEEPSEEK_START_PROMPT.md

完整执行流程:

docs/DEEPSEEK_EXECUTION_WORKFLOW.md

任务数量

实施计划共 15 个独立 TDD Task。每个 Task 都有:

  • exact files
  • interface contracts
  • failing test
  • expected failure
  • minimal implementation boundary
  • verification commands
  • diff review
  • commit boundary
  • stop rules

不要跳 Task,也不要让 Flash 在一个会话中直接“完成整个项目”。

关键基线

  • Primary verified runtime: DSH 0.1.5-rc.1
  • Forward contract target: DSH 0.1.5-rc.2(仅 contract-compatible;未做真实应用 smoke,不得声称完整 runtime 支持)
  • Node: ^22.19.0 || >=24.0.0
  • client-only v1
  • no cloud conversion
  • no automatic submit
  • no private DSH/React/Lexical hacks

开发环境

Contract 编译所需的 DSH public packages 在本项目 devDependencies 中按同一 release 精确固定,pnpm install 只写本项目 node_modules:

git clone https://github.com/HaowenCang/dsh-document-selection-ask.git
cd dsh-document-selection-ask
pnpm install
pnpm typecheck   # normative public-contract gate
pnpm test
pnpm build

不需要、也不允许预先修复用户级 DSH 安装。pnpm dsh:doctor 仅做检测:比对 contract pin 与本机 DSH 安装版本,不一致时以非零退出码报告;--runtime 要求必须找到本机安装。仓库不含任何机器绝对路径:全新 clone 只需 pnpm install 即可通过上述 gate。