omnilens 1.1.2 → 1.1.4
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 +2 -0
- package/install.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,6 +41,8 @@ Open your AI tool and say:
|
|
|
41
41
|
| Windsurf | `let's start omnilens` |
|
|
42
42
|
| Any AI | `let's start omnilens` |
|
|
43
43
|
|
|
44
|
+
Any variation works: `omnilens`, `start omnilens`, `omnilens 시작`, `review omnilens snapshot` — anything mentioning "omnilens".
|
|
45
|
+
|
|
44
46
|
AI reads the analysis and responds:
|
|
45
47
|
|
|
46
48
|
> "Project analyzed. 45 files, 320 functions. What would you like to do?"
|
package/install.js
CHANGED
|
@@ -6,7 +6,7 @@ const { existsSync, mkdirSync, chmodSync, unlinkSync, renameSync } = require("fs
|
|
|
6
6
|
const { join } = require("path");
|
|
7
7
|
const { execSync } = require("child_process");
|
|
8
8
|
|
|
9
|
-
const VERSION = "v1.1.
|
|
9
|
+
const VERSION = "v1.1.4";
|
|
10
10
|
const REPO = "injaehwang/omnilens";
|
|
11
11
|
|
|
12
12
|
const PLATFORMS = {
|