dsh-qa 0.1.2 · 质量工作台 QA Workbench
dsh-qa 0.1.2 · 质量工作台 QA Workbench
✨ 新功能 / Features
中文:
- 新增「测试模式」qa preset:基于 DSH 官方 standard 定制,persona 为 QA 测试助手并内置 QA 质量原则(用例可执行可判定、覆盖正向/异常/边界、缺陷区分事实与猜测、不编造数据)
- 新增一键安装脚本
scripts/install-qa-preset.sh:安装到~/.dsh/.agent-presets/qa,无需重启 DSH 即可被发现 - 工作台找不到 preset 时的报错文案改为指引安装脚本
English:
- New "Test Mode" (id:
qa) preset based on DSH's officialstandard, with a QA-testing persona and built-in QA quality principles (executable, judgeable test cases covering positive/exception/boundary; defects separating facts from guesses; no fabricated data) - New one-click installer
scripts/install-qa-preset.sh: installs into~/.dsh/.agent-presets/qa, discoverable by DSH without a restart - The "preset not found" error now points to the installer script
🐛 修复 / Fixes
中文:
- 修复「DSH 中未找到测试模式 preset」:此前对话无法自动绑定测试模式,需要手动创建 qa preset
English:
- Fixed "Test Mode preset not found in DSH": previously the chat could not auto-bind Test Mode until a
qapreset existed
📦 安装 / Installation
# 安装测试模式 preset(必需,首次使用前)
scripts/install-qa-preset.sh
# npm 方式 / From npm
dsh plugin --profile web add dsh-qa
# GitHub 方式 / From GitHub
dsh plugin --profile web add github:naodeng/dsh-qa
# 独立体验 / Standalone
git clone https://github.com/naodeng/dsh-qa.git && cd dsh-qa && npm start
# → http://127.0.0.1:8899📄 许可证 / License
PolyForm Noncommercial License 1.0.0 — 仅限非商业用途 / non-commercial use only.