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.
Install
$ dsh plugin --profile web add @richie.liu/dsh-hybrid-coderPlugin 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.
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.
Security Signals
Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.
package.json declares 1 runtime, 11 development, 9 peer, and 0 optional dependencies.
package.json declares DSH bundle metadata.
GitHub reports the repository license as MIT.
A root package.json was captured and can be inspected by the registry.
Public GitHub source metadata is available for this registry snapshot.
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
Related DSH Plugins
Ranked by overlapping capabilities, use cases, plugin type, categories, and DSH profile.
Persistent multi-model Agent teams and bounded DAG workflows with GUI controls for DeepSeek Harness.
View plugin →Second-model AI auto-review for DeepSeek Harness approval requests with fail-closed safety and session audit.
View plugin →Native SQLite-backed local project taskboard plugin and UI for DeepSeek Harness with Agent claim and review flows.
View plugin →DSH undo and crash-recovery plugin with snapshots, rollback, Safe Mode, and offline Windows tools.
View plugin →