Initial commit: add user markdown rendering plugin

This commit is contained in:
2026-09-02 14:30:25 -07:00
commit 5a0b76b465
4 changed files with 385 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "dsh-user-markdown-plugin",
"version": "0.1.0",
"description": "Cordis plugin for DeepSeek Harness that applies Markdown rendering to user messages in the Web GUI",
"type": "module",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./client": "./lib/client.js"
},
"dsh": {
"client": {
"platform": "web"
}
},
"license": "MIT"
}