The first vision plugin for DeepSeek Harness, and a vision bridge for text-only coding agents. Paste an image and receive structured JSON evidence back β OCR, layout, and semantic understanding β ready for any agent to act on.
dsh-stream-rules
dsh-stream-rules injects steering rules into a DeepSeek Harness agent only when a pattern matches, so guidance arrives without permanently consuming system context. The rule is delivered as a steering notice and the agent retries from that point. Similar in spirit to oh-my-pi's time-traveling stream rules, with a compact implementation.
Plugin facts
Screenshots
Install this DSH plugin
Copy the command below and run it in your DeepSeek Harness terminal.
dsh plugin add github:jiesou/dsh-stream-rules β οΈ Plugins run with the permissions of your dsh process and may execute code at install time. Review the source repository and its license before installing. Pin the commit hash for reproducible installs. Plugin safety β
More about this plugin
A rule fires on a tool call (tool name + serialized arguments) when its match returns true: default β injects a SYSTEM NOTICE steering message into the agent via agent.inject() (DSH's non-waking "queue model-facing context for the next pre-step"). The agent retries from the same point, now knowing the rule.
Related guides
Learn how to choose, install, and use tools & capabilities plugins.
About this plugin: dsh-stream-rules
What is dsh-stream-rules?
dsh-stream-rules is a tools & capabilities plugin maintained by jiesou. dsh-stream-rules injects steering rules into a DeepSeek Harness agent only when a pattern matches, so guidance arrives without permanently consuming system context. The rule is delivered as a steering notice and the agent retries from that point. Similar in spirit to oh-my-pi's time-traveling stream rules, with a compact implementation.
How do I install dsh-stream-rules?
Run dsh plugin add github:jiesou/dsh-stream-rules in your DeepSeek Harness terminal. The dsh CLI resolves the plugin from GitHub and installs it into your active profile. For reproducible installs, pin a commit hash: dsh plugin add github:jiesou/dsh-stream-rules#commit.
Is dsh-stream-rules free?
dsh-stream-rules is a community open-source project released under the MIT license. You can inspect its source and install it for free.
Related plugins
Give text-only coding agents eyes: image Q&A, long-screenshot OCR, frontend UI restoration and GUI automation, as a vision toolkit plus a skill, with optional drop-in support for Codex, Claude Code and more.
Eyes for text-only DeepSeek Harness agents: a built-in free vision chain (no API key) plus pixel-level vision tools β Q&A, grounding, crop, pixel diff, OCR and more.