AI Agent Hub
Back to plugins
🖥️

acryl-dsh-editor-plugin-web

Client Updated 2026.09.16

Run the following command in DeepSeek Harness:

dsh plugin install cordisplugins/acryl-dsh-editor-plugin-web

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install cordisplugins/acryl-dsh-editor-plugin-web inside DeepSeek Harness to install this plugin (note: this package is deprecated, prefer acryl-dsh-editor-plugin); full source URL https://github.com/cordisplugins/acryl-dsh-editor-plugin-web

About this plugin

Working inside a DeepSeek Harness or ACRYL Desktop session often means jumping to an external editor just to skim a file tree, check a Git diff, or compare two snippets. acryl-dsh-editor-plugin-web was built to remove that friction: it mounts a Files tab in the session main area so that browsing, editing, and searching all happen within the conversation window, eliminating constant window-switching.

Core capabilities include a file tree with Git status badges and one-click diff viewing, a Monaco-based multi-tab editor with configurable word wrap, minimap, font size, and keybindings, ripgrep-powered cross-file search and replace that streams up to 20,000 results with regex and glob filtering, a Markdown preview that renders Mermaid diagrams and KaTeX math, Ctrl+P fuzzy quick-open, and a conversation link that jumps straight to the editor when you Ctrl+click a file path. The UI follows the DSH light and dark theme in real time.

This package was originally a standalone fork to work around an RPC-registration bug in dsh-client-connection. That bug has since been fixed upstream, and acryl-dsh-editor-plugin-web is now deprecated with no further updates. Install the universal package acryl-dsh-editor-plugin instead, which behaves identically on both Web and Desktop platforms.

Use Cases

  • Quickly browse and edit project files within a DSH session
  • Perform cross-file search and replace without switching to an external editor
  • Click a file path in conversation to jump directly to the editor

Best For

  • Developers working in DeepSeek Harness or ACRYL Desktop
  • Users who want to reduce the cost of switching between session and editor
  • Project maintainers who need to inspect Git diffs and workspace structure within a session