ace-tool-windows 0.1.5 → 0.1.6

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.
package/README.md CHANGED
@@ -61,7 +61,7 @@ ace-tool-win --base-url <URL> --token <TOKEN> [--enable-log]
61
61
  }
62
62
  ```
63
63
 
64
- 配置完成后,在 AI CLI 中输入 `xxxxx -enhance` 即可触发 `enhance_prompt`(同样支持 `-enhancer`)。
64
+ 配置完成后,在 AI CLI 中输入 `xxxxx -enhancer` 即可触发 `enhance_prompt`(同样支持 `-enhancer`)。
65
65
 
66
66
  ## 项目简介
67
67
 
@@ -237,4 +237,4 @@ Apache-2.0
237
237
 
238
238
  ## 致谢
239
239
 
240
- - 原项目:ace-tool(https://github.com/eastxiaodong/ace-tool)
240
+ - 原项目:ace-tool(https://github.com/eastxiaodong/ace-tool)
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ace-tool-windows",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "ACE MCP server for Windows (Win32)",
5
5
  "bin": {
6
6
  "ace-tool-win": "bin/ace-tool-win.exe"