yzhangjy/dsh-pattern-search0

dsh-pattern-search

DSH plugin: regex pattern search over the current conversation, with match stats and a paginated detail table

AI 분석

核心用途是在长对话中快速检索特定文本模式。适合需要对历史会话内容进行复杂正则匹配和统计分析的用户。

패키지
dsh-pattern-search
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 23.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yzhangjy/dsh-pattern-search

Usage

In the GUI: type /pattern-search + Enter → the window opens → paste a pattern (e.g. Actually,?\\s*wait,?\\s*let me\\bi is on by default) → click Search.

By the model: call the pattern_search tool:

{ "pattern": "Actually,?\\s*wait,?\\s*let me\\b", "flags": "i", "source": "assistant", "context": 60, "limit": 20 }