dsh plugins中文
← Back to popular plugin directory

DSH Web selected annotation plug-in

omdsh-dev/dsh-annotation · themes

Selection-annotation plugin for DSH Web: select text → annotate → press Enter to send it along with your message; the model replies to each annotation by number.

★ 46GitHub stars
2Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense

Project overview

Selection-annotation plugin for DSH Web: select text → annotate → press Enter to send it along with your message; the model replies to each annotation by number.

Self-check: Architecture notes Pure browser-side: everything lives in client.js (a hand-written CJS bundle, no build step, served no-cache per request) Message format (the literal protocol block sent to the model):

Install command

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