v16.ai 0.1.0 → 0.1.1

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 CHANGED
@@ -13,7 +13,7 @@ curl -fsSL https://v16.ai/install | sh
13
13
  Or via npm:
14
14
 
15
15
  ```bash
16
- npm install -g v16
16
+ npm install -g v16.ai
17
17
  ```
18
18
 
19
19
  ## Quick Start
package/dist/index.js CHANGED
@@ -48,7 +48,7 @@ const ora_1 = __importDefault(require("ora"));
48
48
  const puppeteer_1 = __importDefault(require("puppeteer"));
49
49
  // Configuration
50
50
  const DEFAULT_SERVER = process.env.V16_SERVER || 'https://api.v16.ai';
51
- const VERSION = '0.1.0';
51
+ const VERSION = '0.1.1';
52
52
  // State
53
53
  let socket = null;
54
54
  let browser = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "v16.ai",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "V16 - General AI Agent. Connect your machine and let AI run code, execute commands, automate browsers, and get real work done.",
5
5
  "author": "V16 <support@v16.ai>",
6
6
  "license": "MIT",