zero-ai 1.0.56 → 1.0.58

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zero-ai",
3
- "version": "1.0.56",
3
+ "version": "1.0.58",
4
4
  "description": "Zero Ecotope AI",
5
5
  "main": "src/ai.js",
6
6
  "bin": {
@@ -14,6 +14,7 @@ module.exports = async (options) => {
14
14
  const cursorRulesTarget = path.resolve(outputPath, ".cursor/rules");
15
15
 
16
16
  Ec.execute(`准备从远程仓库下载 Cursor 规则配置...`);
17
+ Ec.info(`远程仓库地址:${repoUrl}`);
17
18
 
18
19
  if (!fs.existsSync(path.dirname(repoCache))) {
19
20
  fs.mkdirSync(path.dirname(repoCache), { recursive: true });