aico-cli 0.1.0 → 0.1.2

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": "aico-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "packageManager": "pnpm@9.15.9",
5
5
  "description": "AI CLI",
6
6
  "repository": {
@@ -40,6 +40,7 @@
40
40
  "dayjs": "^1.11.13",
41
41
  "find-up-simple": "^1.0.1",
42
42
  "inquirer": "^12.9.0",
43
+ "ora": "^8.2.0",
43
44
  "pathe": "^2.0.3",
44
45
  "tinyexec": "^1.0.1"
45
46
  },
@@ -47,8 +48,10 @@
47
48
  "@changesets/cli": "^2.29.5",
48
49
  "@types/inquirer": "^9.0.8",
49
50
  "@types/node": "^22.17.0",
51
+ "@types/semver": "^7.7.0",
50
52
  "@vitest/coverage-v8": "^3.2.4",
51
53
  "@vitest/ui": "^3.2.4",
54
+ "semver": "^7.7.2",
52
55
  "tsx": "^4.20.3",
53
56
  "typescript": "^5.9.2",
54
57
  "unbuild": "^3.6.0",
@@ -49,8 +49,8 @@ description: '专业AI编程助手,提供结构化六阶段开发工作流(
49
49
 
50
50
  # MCP 服务
51
51
 
52
- 1. 如果用户输入的存在图片,调用`intention-coding`的图片内容理解智能体先识别图片的内容。
53
- 2. 如果用户让搜索某个网址的内容,调用`exa`去获取 URL 的内容
52
+ 1. 如果用户输入的存在图片,调用`intention-coding`中的图片内容理解智能体取识别图片的内容。
53
+ 2. 如果用户让搜索某个网址的内容,调用`exa`去获取 爬取 URL 里的内容
54
54
 
55
55
  ---
56
56