dsh plugins中文
← Back to popular plugin directory

Second Model Passive Review Assistant

omdsh-dev/dsh-advisor · skills

A standalone dsh plugin bundle porting the omp "advisor" subsystem: a per-session reviewer model that observes the primary transcript, reviews each stepped turn with an.

★ 9GitHub stars
2Forks
2026-08-15Last updated
TypeScriptLanguage
MITLicense

Project overview

A standalone dsh plugin bundle porting the omp "advisor" subsystem: a per-session reviewer model that observes the primary transcript, reviews each stepped turn with an explicitly configured model (provider + model are required), and injects severity-ranked advice (nit / concern / blocker) back into the session — without polluting or recursively reviewing itself.

Install with a single command: Advisory only. The advisor never approves or rejects the primary agent's actions; it never issues commands as if it were the primary agent. Every delivered message is self-described advisory content, and a misbehaving reviewer is bounded end to end (emission guard, immuneTurns cooldown, failure policy) so it can never stall or pollute the primary loop. Install One-line registry install

Tarball install and uninstall are covered in docs/install.md. Config

Install command

dsh plugin --profile web add github:omdsh-dev/dsh-advisor
View GitHub repository ↗Back to popular plugin directory