omnilens 1.1.5 → 1.2.0
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# omnilens
|
|
2
2
|
|
|
3
|
-
**Give your AI the full picture.**
|
|
3
|
+
**Give your AI the full picture. Save your tokens.**
|
|
4
4
|
|
|
5
5
|
omnilens analyzes your entire project in milliseconds — every file, function, dependency, and impact chain. AI sees the full picture, works faster, and doesn't break things.
|
|
6
6
|
|
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.
|
|
9
|
+
const VERSION = "v1.2.0";
|
|
10
10
|
const REPO = "injaehwang/omnilens";
|
|
11
11
|
|
|
12
12
|
const PLATFORMS = {
|