+1
-1
| { | ||
| "name": "codeeye", | ||
| "version": "1.1.2", | ||
| "version": "1.1.3", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "bin": { |
+27
-1
| # Codeeye | ||
| π§ AI-powered code reviewer for your staged Git changes using Google Gemini. | ||
| π§ **AI-powered code reviewer** for your **staged Git changes** using **Google Gemini**. | ||
@@ -9,2 +9,21 @@ [](https://npmjs.com/package/codeeye) | ||
| ## π What is Codeeye? | ||
| **Codeeye** is an open-source **JavaScript/Node.js** package published on **NPM** that uses **AI** to review your Git staged changes. | ||
| It leverages **Google Gemini** to provide smart suggestions, summaries, and markdown outputsβperfect for improving pull request quality and automating code reviews. | ||
| --- | ||
| ### π Features | ||
| - π NPM installable CLI tool | ||
| - π€ AI-powered code feedback using Gemini | ||
| - π Markdown output for PR comments | ||
| - π Clipboard copy support | ||
| - π Summary-only mode | ||
| --- | ||
| ### suggestion example | ||
@@ -31,2 +50,3 @@  | ||
| npx codeeye --copy | ||
| npx codeeye --fix | ||
@@ -66,2 +86,8 @@ ``` | ||
| codeeye --copy | ||
| ``` | ||
| - Fix staged changes: | ||
| ```bash | ||
| codeeye --fix | ||
| ``` |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
12728
5.04%90
40.63%