AI Agent Hub
Back to plugins
⚙️

dsh-code-pipeline

Workflow Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install ErrorLst/dsh-code-pipeline

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

To install this plugin in DeepSeek Harness, run the command 'dsh plugin install ErrorLst/dsh-code-pipeline' from the GitHub repository at https://github.com/ErrorLst/dsh-code-pipeline.

About this plugin

In code pipeline workflows, the original code-pipeline preset statically binds subagent tools and model configurations to configuration files, requiring manual YAML edits and session restarts for adjustments, leading to inefficiency and lack of flexibility. The dsh-code-pipeline plugin addresses this by dynamically injecting tools and model selection. It listens for agent creation events to automatically register planning, implementation, and review stage subagent tools, while allowing users to configure the model for each stage in real-time via a settings page for immediate effect. This plugin is ideal for developers and teams needing flexible control over code pipelines, especially those who frequently switch models or customize workflows. It also ensures task separation between planning and review through clear role boundaries, enhancing reliability and efficiency in task execution.

Use Cases

  • Dynamically plan, implement, and review code during development
  • Flexibly switch subagent models based on task requirements
  • Configure pipeline stage parameters in real-time via settings page

Best For

  • Software development teams needing automated code pipelines
  • Developers frequently adjusting AI models to optimize workflows
  • DevOps engineers using DeepSeek Harness for code management