dsh-plugin-choice-refresh 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,7 +46,7 @@ dsh plugin --profile web add github:Pasumao/dsh-plugin-choice-refresh
46
46
  ## 自检
47
47
 
48
48
  ```powershell
49
- cd D:\dsh\plugins\dsh-plugin-choice-refresh
49
+ # 在插件目录下(本地开发 clone / link 时)
50
50
  npm run smoke # selfcheck + smoke-client
51
51
  ```
52
52
 
@@ -59,4 +59,4 @@ npm run smoke # selfcheck + smoke-client
59
59
 
60
60
  ## 许可证
61
61
 
62
- MIT
62
+ [MIT](./LICENSE)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-plugin-choice-refresh",
3
3
  "description": "DSH 选择增强插件:在 ask_user_question / ask_user_choice 的选择卡上提供「重新生成选项」(都不满意一键刷新)与「更多选项」(选项太少一键补充)按钮。纯前端交互实现(取消当前问题 + steer 提示模型重新提问),不改核心包、不新增工具。",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "exports": {