DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-hybrid-coder

Dual-model routing policy for DeepSeek Harness that uses a premium model for planning and recovery while routing ordinary steps to a local model.

Developer ToolsSecurity & PolicyRemote Execution
0GitHub Stars0ForksUpdated2026-08-21

Install

$ dsh plugin --profile web add @richie.liu/dsh-hybrid-coder

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-hybrid-coder is an installable DSH profile-layer plugin that rewrites provider and model selection per agent step. It routes plan mode and failure recovery to a premium route, uses a configured local route for ordinary work, and persists escalation state in the session log.

Key Capabilities

  • Routes plan-mode steps to a configured premium provider/model.
  • Routes ordinary agent steps to a configured local provider/model.
  • Escalates to premium after configurable consecutive local tool failures.
  • Retries a local transport or timeout failure on the premium route.
  • De-escalates back to local after configurable clean premium steps.
  • Synchronizes system-prompt model identity variables with the selected route.
  • Persists routing events so decisions recover across session fork, resume, and process restart.

Useful For

  • Use a local Ollama model for routine coding steps while reserving a stronger hosted model for planning.
  • Fail over to a premium model when a local provider is unavailable or times out.
  • Escalate after repeated unsuccessful tool execution and provide the premium model with bounded failure guidance.
  • Control premium/local model routing through DSH profile configuration.

Who It Fits

  • DeepSeek Harness users composing multiple LLM provider routes.
  • Developers running a local Ollama-compatible model alongside a premium model endpoint.
  • Teams seeking policy-based model escalation for agent workflows.

Documented Limitations

  • It is a routing policy, not a model transport; configured provider adapters must handle requests.
  • Both configured provider routes must already be registered or requests fail explicitly.
  • Local-provider transport failover requires provider retry configuration that delegates immediately to this plugin.
  • Routing overrides explicit user model selections unless they match the configured route pair.
  • It does not implement AST-based context skeletonization or automatic file-write rollback.
  • A request-level fallback can leave retry-step identity text referring to the previous route.
  • The README describes the plugin contract as experimental and pre-release.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 1 runtime, 11 development, 9 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
jackiesre721/dsh-hybrid-coder
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
ccbac3b · 2026-09-21

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
0GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-21
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app