dsh plugins中文
← Back to popular plugin directory

DSH local priority learning mode plug-in

yuezengwu/dsh-explain · tools

Learning mode for DSH ✅ Status: M6 is implemented entirely in Explain and passes its DSH acceptance gates.

★ 11GitHub stars
0Forks
2026-08-14Last updated
TypeScriptLanguage
MITLicense

Project overview

dsh-explain — Learning mode for DSH ✅ Status: M6 is implemented entirely in Explain and passes its DSH 0.1.0-rc.6 acceptance gates. No other plugin requires a patch or runtime dependency. See the product requirements and technical architecture for the full design. The detailed design documents are currently written in Chinese.

M1 established persistence and Host/Client RPC. M2 completed the learning loop. M3 added release gates. M4 made configuration, diagnostics, and source navigation available in the UI. M5 added user-initiated learning from the composer. M6 adds Explain-owned shortcuts without modifying optional plugins. See the acceptance matrix for automated evidence. Current iteration

M6 registers an Explain selection action in conversation.input.left and an exact-answer action in conversation.chat.assistant-actions. Both use the public per-session input facade, recheck the live composer at click time, write only an editable draft, and remain independent of dsh-selection-chat, dsh-suggested-replies, and dsh-advisor. The scope and evidence are recorded in docs/NEXT.md. Install

Install command

dsh plugin --profile web add github:yuezengwu/dsh-explain
View GitHub repository ↗Back to popular plugin directory