DeepSeek Harness Plugins
DeepSeek Harness PluginIndexed

dsh-omp-tools

A modular DeepSeek Harness coding-tools plugin with LSP navigation, AST-aware search and rewriting, anchored edits, and summarized file reading.

Developer ToolsRemote Execution
0GitHub Stars1ForksUpdated2026-09-15

Install

$ 插件当前以源码形式分发(未发布 npm);package.json version 与 git tag 同步维护(每个迭代 bump + tag)。若未来发布 npm,用户可用 dsh plugin --profile <name> add dsh-omp-tools 安装、pnpm update 更新。

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-omp-tools is a source-distributed DSH plugin that adds modular coding capabilities to DeepSeek Harness. Its completed modules provide LSP semantic tooling, ast-grep structural search and batch rewriting, guarded anchored edits, and summary-first file reading.

Key Capabilities

  • Provides LSP diagnostics, definition lookup, reference lookup, hover information, and semantic rename.
  • Supports LSP tooling for a documented catalog of 16 languages, enabled individually in settings.
  • Provides ast-grep-based structural search and batch rewriting across supported languages.
  • Routes documented write operations such as semantic rename and AST edits through DSH file approval mechanisms.
  • Provides anchored text edits that reject missing or ambiguous anchors.
  • Provides summary-first file reading with symbol indexes and line-range selection.
  • Includes a settings UI for LSP language selection, server lifecycle settings, and ast-grep status.

Useful For

  • Diagnose code and navigate definitions or references during agent-assisted coding.
  • Perform semantic cross-file renames through a language server.
  • Find and transform recurring code structures while avoiding comment and string matches.
  • Reduce context usage when inspecting large source files.
  • Avoid silently misapplied text replacements after file contents change.

Who It Fits

  • DeepSeek Harness users working on codebases.
  • Developers who use locally installed language servers.
  • Users needing syntax-aware batch code transformations with ast-grep.

Documented Limitations

  • Distributed as source code rather than an npm package; the documented installation uses a repository clone and symlink.
  • Language-server binaries are not bundled and must be installed locally when needed.
  • ast-grep is not bundled and must be installed locally for AST search and rewriting.
  • LSP and ast-grep modules must be enabled or configured as documented; unenabled modules do not register tools.
  • The memory module is documented as planned rather than completed.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

No automated security signals have been published yet.

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
KeynoWu/dsh-omp-tools
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
ae4b137 · 2026-09-16

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
0GitHub stars
Forks
1
Open issues
0
Last commit
2026-09-15
Last release
2026-09-15
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app