dsh-muv-table
Manifest validMUV variable table editor for DeepSeek Harness: a tree view of the variables being tracked, a macro test panel for random, pick and roll, a dice shortcut bar and pick-cache management. Companion plugi
📊 dsh-muv-table
MUV 变量表格编辑器 —— 酒馆伴生插件。
🍺 本插件是 dsh-tavern-v2 的扩展,需配合酒馆使用。
是什么
把酒馆角色卡的 MUV 变量渲染成结构化表格,Agent 直接编辑表格即可生成格式100%正确的 <UpdateVariable> 块,彻底避免 DeepSeek 漏变量、缩进错、标签不闭合的问题。
安装
# 前提:已安装 dsh-tavern-v2
dsh plugin --profile web add dsh-muv-table
或手动编辑 ~/.dsh/profiles/web/package.json:
{
"dependencies": {
"dsh-muv-table": "github:chen731215-dev/dsh-muv-table"
},
"dsh": {
"profile": {
"bundles": ["dsh-muv-table"]
}
}
}
使用
1. 打开面板
左侧边栏点击「MUV 表格」,弹出变量编辑窗口。
2. 加载角色卡
- 自动同步:面板打开时自动读取酒馆当前角色卡
- 手动加载:点击「🍺 酒馆」按钮
- 拖放:将角色卡 JSON 文件拖入面板
3. 编辑变量
- 点击容器行展开/折叠子变量
- 直接修改数值或文本
- 修改过的字段金色高亮
4. 生成 MUV 块
点击「⚡ 生成 MUV 块」→ 复制 → 粘贴到酒馆对话末尾。
支持的角色卡
| 类型 | 说明 |
|------|------|
| 有 <initvar> 默认数据 | 直接显示完整变量表 |
| 无 <initvar>(如瑟瑟提瓦特) | 显示空表,LLM 输出 UpdateVariable 后自动填充 |
协议
PolyForm-Noncommercial-Copyleft-1.0.0 — 详见 LICENSE
Compatibility
Versions
| Latest version | Published | Size |
|---|---|---|
| 0.1.0 | — | — |
| 0.2.0 | — | — |
| 0.2.1 | — | — |
| 0.2.2 | — | — |
| 0.2.3 | — | — |
| 0.2.4 | — | — |
Similar plugins
MUV engine for DeepSeek Harness: runs the regex_scripts from a character card against model output, tracks variables, renders a status bar, expands macros and LaTeX, and styles tagged code blocks such
★ 0
dsh plugin --profile web add dsh-muv-engineby CatheadOwl
Out-of-tree plugin suite for deepseek-harness (dsh): markdown tooling, relates tables, review-evals dispatch.
★ 0
↓ 327/wk
MIT
JavaScript
Sep 11, 2026
dsh plugin --profile web add @catheadowl/dsh-extrasA developer toolkit for the DeepSeek Harness (DSH) web console: a real multi-tab PTY terminal docked under the composer plus an AI-output file browser sidebar with syntax highlighting, Markdown render
★ 0
↓ 138/wk
dsh plugin --profile web add dsh-devpanelby joejojoking-cloud
File explorer plugin for DeepSeek Harness: file tree, preview, markdown, syntax highlighting, in-panel editing, VS Code integration - DeepSeek Harness 全局文件资源管理器插件
★ 21
TypeScript
Aug 31, 2026
dsh plugin --profile web add dsh-file-explorerA full-screen terminal workbench for DeepSeek Harness with a durable assistant, workspace-grouped project sessions, transcript-only scrolling, and structured thinking, tool, diff, plan, and subagent v
★ 0
↓ 211/wk
dsh plugin --profile web add @lk251066/dsh-tuiby mkiea
Plugin-combination analysis for the DeepSeek Harness: dependency trees, conflict detection, risk scoring with prediction, visualization, and combination simulation.
★ 3
Apache-2.0
JavaScript
Sep 3, 2026
dsh plugin --profile web add dsh-forge