ventureos 1.0.11 → 1.0.12
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 +1 -1
- package/install.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ VentureOS gives you a team of AI specialists that guide you through building a s
|
|
|
21
21
|
| Claude Code | Nothing else — it includes AI |
|
|
22
22
|
| None of the above | An API key (explained below) |
|
|
23
23
|
|
|
24
|
-
> **Don't have any of these?** Antigravity is free and takes 2 minutes to install: [antigravity.
|
|
24
|
+
> **Don't have any of these?** Antigravity is free and takes 2 minutes to install: [antigravity.google](https://antigravity.google)
|
|
25
25
|
|
|
26
26
|
---
|
|
27
27
|
|
package/install.js
CHANGED
|
@@ -392,7 +392,7 @@ function showFreeToolsHelp() {
|
|
|
392
392
|
console.log('\n' + line());
|
|
393
393
|
console.log(' AI tools you can use for free — no API key needed:\n');
|
|
394
394
|
console.log(' Antigravity (Google) — free preview, Gemini + Claude + more');
|
|
395
|
-
console.log(' → https://antigravity.
|
|
395
|
+
console.log(' → https://antigravity.google\n');
|
|
396
396
|
console.log(' Cursor — popular AI code editor');
|
|
397
397
|
console.log(' → https://cursor.com\n');
|
|
398
398
|
console.log(' Windsurf — AI IDE by Codeium');
|