ai-worktool 1.0.7 → 1.0.9

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/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## 1.0.7 (2025-08-03)
1
+ ## 1.0.9 (2025-08-03)
2
2
 
3
3
 
4
4
  ### Bug Fixes
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # 🎮 吃豆豆:单测智能体
2
2
 
3
3
  <p align="center">
4
- <img src="resources/logo_white.png" alt="吃豆豆logo" width="120" height="120">
4
+ <img src="https://aicoder.jianguoke.cn/assets/images/logo.png" alt="吃豆豆logo" width="120" height="120">
5
5
  </p>
6
6
 
7
7
  <p align="center">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ai-worktool",
3
3
  "displayName": "吃豆豆:单测智能体",
4
- "version": "1.0.7",
4
+ "version": "1.0.9",
5
5
  "description": "单元测试智能体,帮你开发单元测试用例代码直到100%单测覆盖通过。",
6
6
  "author": "jianguoke.cn",
7
7
  "license": "MIT",
@@ -19,11 +19,11 @@
19
19
  "ver": "node ./updatever.js",
20
20
  "remove-deps": "node ./remove-deps.js",
21
21
  "restore-deps": "node ./restore-deps.js",
22
- "pub": "yarn remove-deps && yarn changelog && vsce publish --yarn --baseContentUrl https://static.jianguoke.cn/aicoder && yarn restore-deps",
23
- "pubovsx": "yarn remove-deps && ovsx publish -p 47621ff6-be56-4814-865e-d2a8e8a76f86 --yarn --baseContentUrl https://static.jianguoke.cn/aicoder && yarn restore-deps",
24
- "puball": "yarn remove-deps && yarn ver && yarn pub && yarn pubovsx && yarn restore-deps",
22
+ "pub": "yarn remove-deps && yarn changelog && vsce publish --yarn --baseContentUrl https://aicoder.jianguoke.cn/assets && yarn restore-deps",
23
+ "pubovsx": "yarn remove-deps && ovsx publish -p 47621ff6-be56-4814-865e-d2a8e8a76f86 --yarn --baseContentUrl https://aicoder.jianguoke.cn/assets && yarn restore-deps",
24
+ "puball": "yarn ver && yarn pub && yarn pubovsx && npm publish",
25
25
  "patch": "yarn remove-deps && vsce publish patch --yarn && yarn restore-deps",
26
- "vspack": "yarn remove-deps && vsce package -o aicoder.vsix --yarn --baseContentUrl https://static.jianguoke.cn/aicoder && yarn restore-deps",
26
+ "vspack": "yarn remove-deps && vsce package -o aicoder.vsix --yarn --baseContentUrl https://aicoder.jianguoke.cn/assets && yarn restore-deps",
27
27
  "prepare": "husky"
28
28
  },
29
29
  "publisher": "JianGuoKe",