AI Agent Hub
Back to plugins
🖥️

DSH-element-source

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install GULI-lab/DSH-element-source

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

Install this plugin in DeepSeek Harness using the command dsh plugin install GULI-lab/DSH-element-source, with the full source code address at https://github.com/GULI-lab/DSH-element-source.

About this plugin

In frontend development, quickly finding the source code corresponding to a UI element on the page can be a tedious process, especially when debugging complex applications. The DSH-element-source plugin is designed to solve this pain point, allowing you to click on an element in your running page and automatically locate its source file and line number, greatly simplifying the development and debugging workflow.

The core capability of this plugin lies in its intelligent source code resolution. It supports mainstream frontend frameworks like Vue, React, Svelte, and Angular, precisely extracting location information through runtime metadata such as __source and __file. Deeply integrated with DeepSeek Harness, clicking an element fills the chat input with the source location for the agent to read and modify later, requiring no extra steps. Additionally, it seamlessly works with dsh-better-sidebar, offering flexible entry points via a preview tab or standalone sidebar, ensuring a smooth user experience.

DSH-element-source is ideal for frontend developers using DeepSeek Harness, especially teams that frequently perform code navigation and debugging. If you are building or maintaining Vue, React, or other applications and seek to boost efficiency by reducing time spent switching between code and interfaces, this plugin is an excellent tool. It makes source code location intuitive and efficient, helping you focus more on innovation and optimization.

Use Cases

  • Quickly click UI elements to locate corresponding source code when developing frontend applications.
  • Integrated with DeepSeek Harness, obtain code locations in chat and request modifications.
  • Supports debugging for projects using frameworks like Vue, React, Svelte, and Angular.

Best For

  • Frontend developers needing efficient debugging of UI-to-source relationships.
  • Teams using DeepSeek Harness seeking integrated development tools for efficiency.
  • Full-stack developers working on projects involving multiple frontend frameworks.