antigravity-ide 3.5.34 → 3.5.35
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 +8 -2
- package/README.vi.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,12 +31,18 @@ Follow the interactive setup:
|
|
|
31
31
|
1. **Agent Engine**: Choose **Standard (Node.js)** for lightweight tasks or **Advanced (Python)** for AI/Data Science.
|
|
32
32
|
2. **Industry Domain**: Select your field (Finance, Education, etc.) to optimize the Agent's focus and skills.
|
|
33
33
|
|
|
34
|
-
### Skip Prompts (Use Defaults)
|
|
35
|
-
|
|
36
34
|
```sh
|
|
37
35
|
npx antigravity-ide my-project --skip-prompts
|
|
38
36
|
```
|
|
39
37
|
|
|
38
|
+
### Update to Latest Version
|
|
39
|
+
|
|
40
|
+
Keep your Antigravity IDE up to date with the latest skills and brain features:
|
|
41
|
+
|
|
42
|
+
```sh
|
|
43
|
+
npx antigravity-ide update
|
|
44
|
+
```
|
|
45
|
+
|
|
40
46
|
## 🤖 AI Model Compatibility
|
|
41
47
|
|
|
42
48
|
**Google Antigravity** is designed to be the "Brain" for any AI model.
|
package/README.vi.md
CHANGED
|
@@ -41,6 +41,14 @@ Hệ thống sẽ tự động cấu hình qua 2 bước:
|
|
|
41
41
|
npx antigravity-ide my-project --skip-prompts
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
+
### Cập nhật phiên bản mới nhất
|
|
45
|
+
|
|
46
|
+
Luôn giữ bộ não Antigravity của bạn ở bản mới nhất với các kỹ năng và tính năng mới:
|
|
47
|
+
|
|
48
|
+
```sh
|
|
49
|
+
npx antigravity-ide update
|
|
50
|
+
```
|
|
51
|
+
|
|
44
52
|
## 🤖 Tương thích Đa Mô hình AI
|
|
45
53
|
|
|
46
54
|
**Google Antigravity** được thiết kế để làm "Bộ não" cho bất kỳ AI Model nào.
|