tsonglew/dsh-workspace-search1

dsh-workspace-search

VS Code-style workspace keyword search tab for the dsh web GUI, registered into dsh-better-sidebar

AI Analysis

核心用途是提供便捷的本地代码/文本搜索。适合在 DSH 中进行大中型项目开发、需要快速定位工作区文件内容的用户,需配合 better-sidebar 使用。

Package
dsh-workspace-search
Version
0.1.0
License
MIT
Last updated
Aug 14, 2026

Install

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

Configuration

All fields optional (profile patch layer):

- id: workspace-search
  config:
    maxFiles: 5000       # hard cap on files scanned per search
    maxMatches: 300      # hard cap on total content matches
    maxLineLength: 300   # hard cap on one reported line
    maxFileBytes: 1048576  # files above this skip the content scan