DeepSeek Harness Plugins
DeepSeek Harness PluginIndexed

dsh-render-engine

A monorepo of five composable DeepSeek Harness Web rendering services for syntax highlighting, code HTML, diff normalization, and diff HTML rendering.

UI & ProductivityDeveloper ToolsBrowser & WebSkills & Workflows
1GitHub Stars0ForksUpdated2026-09-19

Install

$ dsh plugin --profile web add "file:$PWD/packages/shiki"

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 Render Engine publishes five independently installable Cordis services for DSH Web plugins: a shared Shiki engine, syntax highlighting, code rendering, diff normalization, and diff rendering.

Key Capabilities

  • Provides a shared, lazily initialized Shiki engine with bundled language support.
  • Converts code into stable, theme-aware highlight tokens, with plain-text fallback for absent or unsupported language hints.
  • Renders escaped, CSS-variable-themed HTML code blocks.
  • Normalizes complete file snapshots, DSH FileDiff fragments, and unified or Git patches into a structured diff document.
  • Renders escaped HTML diffs with source-language highlighting and semantic diff rows.
  • Preserves LF, CRLF, and CR line endings across service layers.

Useful For

  • Add syntax-highlighted code blocks to a DSH Web plugin.
  • Render code safely as escaped, theme-aware HTML.
  • Build code review or change-preview interfaces from complete files, DSH diff fragments, or patches.
  • Consume normalized diff data for custom DSH Web interfaces.

Who It Fits

  • Developers building DeepSeek Harness Web plugins.
  • Plugin authors needing reusable code highlighting or diff-rendering services.

Documented Limitations

  • Requires Node.js ^22.22.3 or >=24.11.1 and pnpm 11.19.0 for development.
  • Designed for DeepSeek Harness 0.1.0-rc.8 in DSH Web.
  • Only the five packages under packages/ are intended for publication; the root workspace and integration consumer are private.
  • Shiki tokenization requires a supported language; higher-level highlighting and code rendering fall back to non-highlighted plain text.
  • The diff engine performs no file I/O and runs no Git commands.
  • Bundled language support is limited to the languages listed in the repository README.

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
CH4ACKO3/dsh-render-engine
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin Bundle
Source checked
476dee1 · 2026-09-20

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
1GitHub stars
Forks
0
Open issues
0
Last commit
2026-09-19
Last release
2026-09-19
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