All plugins

DSH / BUNDLE / CLIENT-UI

@dsh-external/dsh-conv-search

v0.1.0beijingwahw / dsh-conv-searchbb8149e38e

External Git bundleBundlesUI & client pluginsCommunity · Topic auto-analysisWeb UI
Open on GitHub
Runtime anatomy
HOSTCLIENTUITOOLDATAFLOW

Overview

@dsh-external/dsh-conv-search

dsh-conv-search(对话内文本搜索)— in-conversation text search for DeepSeek Harness (Ctrl+F).

Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.

Install

Install this bundle from GitHub

The CLI validates the bundle, invokes native DSH, then reports completion.

npx dshpub add beijingwahw/dsh-conv-search --ref bb8149e38ebac285f64e8bb74496bb3d8df7a917

Capabilities

What it contributes

HostCordis loadableNot inspected
Client / UIWeb UINot inspected
Model toolsNot inspectedNot inspected
Profile stateconditionalNot inspected

README / EN

Package documentation

English | 中文

LIMITATIONS

Known limitations

- Matching is plain-text only — no regex, no diacritic folding, no cross-node phrase matching (a phrase split across styled spans will not match). - Requires a browser with the CSS Custom Highlight API (Chrome/Edge 105+, Safari 17.2+, Firefox 132+). On unsupported browsers the bar still counts matches but paints no highlight. - The bar position is fixed (`top: 64px; right: 24px`); it is not draggable yet. - Search scope is the active conversation column only — sidebar session titles and settings pages are intentionally out of scope.