AI Agent Hub
Back to plugins
dsh-longtext-input preview

dsh-longtext-input

Client Updated 2026.09.12

Run the following command in DeepSeek Harness:

dsh plugin install levodoubt/dsh-longtext-input

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

Run dsh plugin install levodoubt/dsh-longtext-input in your terminal to install; the source repository is at https://github.com/levodoubt/dsh-longtext-input. Restart DSH after installation.

About this plugin

Pasting a multi-hundred-line stack trace, a meeting transcript, or a draft document straight into the DeepSeek Harness input field immediately floods the chat pane and pushes subsequent messages off-screen. dsh-longtext-input keeps long content out of the conversation flow so the interface stays lean and focused.

A small "Long Text" button appears in the input toolbar. Clicking it opens a lightweight overlay editor; after writing a title and body, pressing Ctrl/⌘+Enter saves the content as a timestamped .md file under .dsh-longtext/ in the current session's workspace directory. The input box receives only a one-line @.dsh-longtext/xxx.md text reference. Any draft text already in the input is preserved—nothing is overwritten or cleared. The reference is plain text, not a UI chip, so the model can open the file on its own and the user can delete the line at any time.

The plugin ships with zero runtime dependencies and no build step. The host side registers a single file-write route; the client side occupies two UI slots without displacing any built-in controls. When the Wallpaper Engine plugin is active, the overlay automatically inherits the same liquid-glass appearance and tracks its opacity and colour sliders in real time, with no extra configuration. It is built for users who regularly paste logs, notes, or drafts into Harness and want the chat to stay clean and navigable.

Screenshots

Use Cases

  • Pasting a lengthy stack trace—body lands in a workspace file, input box keeps only a one-line @ path
  • Referencing meeting notes or draft documents without flooding the chat with walls of text
  • Saving long passages as .md files under .dsh-longtext/ for the model to open on demand

Best For

  • Developers who regularly paste logs, transcripts, or drafts into a Harness conversation
  • AI-assisted professionals who value a clean, navigable chat pane
  • Users who also run the Wallpaper Engine plugin and want a consistent glass aesthetic