uxos 0.0.24 → 0.0.25

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 +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,12 +4,17 @@ UXOS - 设计效率助手:一个由 AI 驱动的、具有引导式工作流的
4
4
 
5
5
  ## 安装方法
6
6
 
7
- **推荐方式(始终使用最新版本)**:
7
+ **⭐ 推荐方式(始终使用最新版本)**:
8
8
 
9
9
  ```bash
10
10
  npx uxos@latest
11
11
  ```
12
12
 
13
+ > ⚠️ **重要提示**:
14
+ > - 必须加 `@latest` 以避免使用缓存的旧版本
15
+ > - 注意拼写:是 `latest`(不是 `lastest`)
16
+ > - 如果不加 `@latest`,可能会使用旧版本导致错误
17
+
13
18
  **方法一:通过 AI 助手安装**
14
19
 
15
20
  在 CodeBuddy 的 AI 助手中输入:
@@ -25,7 +30,7 @@ npx uxos@latest
25
30
  npx uxos@latest
26
31
 
27
32
  # 或指定具体版本号
28
- npx uxos@0.0.23
33
+ npx uxos@0.0.24
29
34
  ```
30
35
 
31
36
  ### ⚠️ 如果遇到旧版本问题
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uxos",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "description": "UXOS - Design Efficiency Assistant: A guided workflow system for AI-powered design collaboration",
5
5
  "main": "cli.js",
6
6
  "bin": {