AI Agent Hub
Back to plugins
dsh-code-ui preview

dsh-code-ui

Client Updated 2026.09.03

Run the following command in DeepSeek Harness:

dsh plugin install sogoodayo/dsh-code-ui

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

Install this plugin in DeepSeek Harness by running dsh plugin install sogoodayo/dsh-code-ui and restarting DSH; the source repository is available at https://github.com/sogoodayo/dsh-code-ui .

About this plugin

Working with AI in DSH often means pulling up code, switching to an external editor, making changes, and switching back. Context gets broken with every hop. dsh-code-ui brings a Cursor-style code-and-chat workflow directly into DSH so you can browse, edit, and collaborate with AI in one surface.

It ships a full code workspace: a file-tree sidebar, a multi-tab editor, syntax highlighting (JS/TS, Python, HTML, CSS and more), and a status bar. Two layouts are available and switchable on the fly—a right-docked panel side by side with the chat, or a floating window you can drag and resize with an embedded AI input box. Select any snippet and right-click to reference it to AI, translate it, add a note, or copy; references travel as lightweight file-and-range pointers that the AI resolves on demand, keeping messages clean. Files can be edited in place and saved with Ctrl+S, and external changes are picked up automatically. The file tree also supports disk-level operations, and any directory can be promoted to the workspace root.

Built for developers who regularly read, edit, and ask the AI to explain, translate, or refactor code inside DSH—especially anyone who misses the Cursor split-pane experience and wants the whole workflow to stay in one place.

Screenshots

Use Cases

  • Browsing and editing project code while chatting with AI in DSH
  • Referencing or translating selected code snippets to AI
  • Using a Cursor-style split layout to code and chat side by side

Best For

  • Developers accustomed to the Cursor workflow
  • Users who frequently read and write code inside DSH
  • Developers who want code editing and AI chat in one screen