ai-code-connect 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +8 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,13 +35,18 @@ This is tedious and breaks your flow.
35
35
  ## Installation
36
36
 
37
37
  ```bash
38
- # Clone and install
38
+ npm install -g ai-code-connect
39
+ ```
40
+
41
+ That's it! The `aic` command is now available globally.
42
+
43
+ ### Alternative: Install from Source
44
+
45
+ ```bash
39
46
  git clone https://github.com/jacob-bd/ai-code-connect.git
40
47
  cd ai-code-connect
41
48
  npm install
42
49
  npm run build
43
-
44
- # Link globally
45
50
  npm link
46
51
  ```
47
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-code-connect",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "AI Code Connect - Bridge Claude Code and Gemini CLI",
5
5
  "main": "dist/index.js",
6
6
  "bin": {