AI Agent Hub
Back to plugins
🤖

dsh-text-wrap

Model Inference Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-text-wrap

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

Run dsh plugin install uckkk/dsh-text-wrap in DeepSeek Harness to install the plugin; full source is available at https://github.com/uckkk/dsh-text-wrap

About this plugin

Long text output in model inference often needs deliberate line-wrapping, and dsh-text-wrap is a lightweight plugin built for exactly that. It is implemented in pure Node.js with zero network calls and zero external services, so every wrapping operation stays entirely on your machine.

The plugin registers itself as a session tool, and a single invocation is all it takes to wrap text according to the defined rules. There is no overhead, no dependency tree to maintain, and no data ever leaves the local environment.

It is a good fit for developers who need precise line-wrapping control in inference output while insisting on offline operation and a minimal dependency footprint.

Use Cases

  • Controlling line-wrapping of long inference outputs
  • Formatting text offline without any network dependency
  • Quick in-session text reflow with zero setup overhead

Best For

  • Inference developers who need precise line-break control
  • Offline-first users who require zero network calls
  • Plugin consumers who prefer minimal dependencies and no hidden costs