Skip to content

baidd1011/dsh-code-impact

20Last commit Aug 14, 2026

dsh-code-impact DSH plugin

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.

How to install the dsh-code-impact DSH plugin

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

Copying does not run this command. Review the repository and version before use.

Data source

Snapshot date: Aug 15, 2026

manifest-valid

What the dsh-code-impact DSH plugin can do

  • 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.

Where the dsh-code-impact DSH plugin fits

  • 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 the dsh-code-impact DSH plugin is for

  • 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.

dsh-code-impact DSH plugin 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.

Objective checks

These signals come from public metadata scans. They are not a security certification.

  • 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
  • license declared

    GitHub reports the repository license as MIT.

    info
  • package manifest available

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

    info
  • source available

    Public GitHub source metadata is available for this registry snapshot.

    info

dsh-code-impact DSH plugin alternatives

dsh-code-impact DSH plugin questions

What is the dsh-code-impact DSH plugin?

dsh-code-impact is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.

How do I install the dsh-code-impact DSH plugin?

The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.

Which DSH profile does dsh-code-impact use?

The snapshot records demo as the dsh-code-impact profile. DSH conventions can change quickly, so verify the manifest and README before installation.

Is dsh-code-impact compatible with the current DSH release?

The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.

What should I do if dsh-code-impact fails to load?

Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.

What are the closest alternatives to dsh-code-impact?

Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.