@lanxing/dsh-galgame
GalGame mode for the dsh web GUI: a third conversation view tab (after 轨迹) that renders the real agent session as a visual-novel stage — whale-girl (DeepSeek) portrait with diff switching + draggable thinking bubble, Markdown dialogue box with typewriter + block paging, GalGame-style question/approval choices bound to the portrait, backlog drawer, and a debug mode. Pure presentation layer: never writes the session and never blocks the agent loop.
AI 分析
核心用途是将 AI 对话界面转换为复古的视觉小说(GalGame)风格。适合追求沉浸式角色扮演和趣味互动体验的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Lanxing6480/dsh-galgameドキュメント
README 全文を読む ↗使用方式
- 构建:
pnpm install && pnpm build(在plugins/dsh-galgame/目录)。 - 安装(本地 link):
dsh plugin --profile web add link:H:/Projects/DEEPSE~1/plugins/dsh-galgame;或从 npm:dsh plugin --profile web add @lanxing/dsh-galgame。 - 重启 DSH Web(
dsh web)后刷新浏览器。 - 用户操作入口:聊天主界面顶部标签栏 →「galgame 模式」。