yzhangjy/dsh-pattern-search ↗★ 0
dsh-pattern-search
DeepSeek Harness 插件:支持在当前会话中进行正则表达式模式搜索,提供匹配统计和分页详情表。
AI 分析
核心用途是在长对话中快速检索特定文本模式。适合需要对历史会话内容进行复杂正则匹配和统计分析的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yzhangjy/dsh-pattern-search说明文档
阅读完整 README ↗Usage
In the GUI: type /pattern-search + Enter → the window opens → paste a pattern (e.g. Actually,?\\s*wait,?\\s*let me\\b — i 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 }