Releases: liqiming-whu/dsh-status-card
Releases · liqiming-whu/dsh-status-card
Release list
v0.2.0 · 自动中英文状态卡片
新功能 / New features
- 自动检测浏览器首选语言:
zh*使用中文,其他语言使用英文 - 设置界面、系统提示注入、默认标题及 A–F 六款模板完整中英文本地化
- 用户自定义标题和自定义 JSON 保持原样
- 新增 A–F 六款模板的 12 张中英文展示图
- 中英文 README 标题居中,并补充 dsh-market、语言检测和新会话生效说明
安装 / Install
dsh plugin --profile web add "git+https://github.com/liqiming-whu/dsh-status-card.git#v0.2.0"安装后请重启 dsh web、硬刷新浏览器并新建会话。
Restart dsh web, hard-refresh the browser, and start a new conversation after installation.
校验 / Checksum
dsh-status-card-0.2.0.tgz
SHA-256: 907c8951a184c50f451b2080e51f86cadfa950be6c7d399cc76fff74492b2aac
v0.1.0 · DSH 状态卡片
首个正式版本
- 通过
ctx.systemPrompt.section()注入状态卡片格式,不进入用户/助手对话历史 - 使用
dsh-ui围栏和 emoji 图标 - 内置 A–F 六款模板
- 提供设置面板、标题设置和实时预览
- 支持自定义 GenUI JSON 模板与校验
- 中文 README 为主,支持中英文切换
从 GitHub 安装
dsh plugin --profile web add "git+https://github.com/liqiming-whu/dsh-status-card.git#v0.1.0"需要预先安装并挂载 dsh-genui。pnpm 11 用户需在 Web profile 的 pnpm-workspace.yaml 中设置 blockExoticSubdeps: false。