dsh-annotate: DeepSeek Harness Browser Element Annotation Bridge

dsh-annotate is an MIT-licensed plugin developed by BrambleXu for DeepSeek Harness, designed to address the lack of contextual information in textual descriptions during browser UI debugging. This tool allows users to directly select web page elements via the `/annotate` command in Chrome or Chromium, automatically capturing Selectors, DOM facts, computed styles, accessibility data, notes, and optional viewport screenshots. It then sends this structured data to the Agent through a local loopback WebSocket bridge. To ensure security, the plugin strictly limits the server to accept connections only from localhost and the Chrome extension origin. The current version (0.1) supports only local single-tab debugging and does not yet support remote browsers or full-page captures. During installation...

Read More
Using dsh-annotate to mark browser elements for DeepSeek Harness

dsh-annotate is a DeepSeek Harness interface enhancement plugin maintained by BrambleXu. Through the `/annotate` command and supporting Chrome extension, it captures selectors, DOM, computed styles, accessibility data, comments and visible viewport screenshots on the local loopback WebSocket, and hands page issues to the agent for processing in the next round. This article verifies the installation commands, usage, configurations and version 0.1 boundary of the project against the community directory page and GitHub source code.

Read More