DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-code-impact

Read-only TypeScript/JavaScript Git change-impact analysis tool for DeepSeek Harness.

UI & ProductivityTerminal & TUIDeveloper ToolsRemote Execution

Install

$ dsh plugin --profile demo add dsh-code-impact

Repository Intelligence

AI-assisted, source-grounded explanation based on the public repository snapshot. It does not replace compatibility or security verification.

source-grounded
dsh-code-impact is an installable DeepSeek Harness plugin that registers the `code_impact` tool. It compares Git changes, builds a temporary reverse module graph for TS/JS code, and reports changed declarations, affected files, propagation evidence, warnings, and ranked test candidates.

Key Capabilities

  • Compares workspace, staged, or validated Git ref-based changes.
  • Analyzes TypeScript and JavaScript module relationships using the TypeScript Compiler API.
  • Reports changed declarations, impacted files, relationship types, propagation paths, and line-level evidence.
  • Recommends candidate tests with deterministic reasons such as changed-test, direct-symbol, direct-module, or transitive.
  • Supports tsconfig/jsconfig JSONC, extends, project references, path aliases, and visible package exports/imports.
  • Uses bounded scan, traversal, result-size, and timeout configuration controls.

Useful For

  • Assess the likely impact of a pull request or local change before review.
  • Identify TS/JS files and tests affected by staged or working-tree changes.
  • Trace reverse import and re-export propagation from changed declarations.
  • Provide code-impact context to DeepSeek Harness tool users without modifying the repository.

Who It Fits

  • DeepSeek Harness users working in TypeScript or JavaScript repositories.
  • Developers reviewing Git changes and planning focused test runs.
  • Teams needing read-only module-level impact analysis in DSH workflows.

Documented Limitations

  • Requires DSH tools, fs, and subprocess services supplied by the active profile; it does not install Git or filesystem providers.
  • Only analyzes TS/JS module relationships; it has no LSP, call graph, cross-language analysis, PR API, test execution, risk scoring, persistent index, or web panel.
  • Unresolved imports, malformed project configuration, binary files, submodules, out-of-workspace symlinks, and traversal limits produce warnings and can make reports incomplete.
  • Repository and result analysis are bounded by configurable file, byte, depth, and output limits.

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.

Dependency Counts

package.json declares 2 runtime, 6 development, 4 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
License Declared

GitHub reports the repository license as MIT.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Traceable source and registry metadata for this entry, kept separate from runtime verification.

Source repository
baidd1011/dsh-code-impact
Registry source
Public GitHub repository
Source snapshot
30f23c4f4702
Artifact type
plugin
AI enrichment
gpt-5.6-terra · 2026-08-14
Prompt version
dsh-plugin-enrichment-v3

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
1
Forks
0
Open issues
0
Last commit
2026-08-14
Last release
2026-08-14