diff --git a/.github/workflows/deploy-edge.yml b/.github/workflows/deploy-edge.yml index 40f77a9..813ccef 100644 --- a/.github/workflows/deploy-edge.yml +++ b/.github/workflows/deploy-edge.yml @@ -189,13 +189,6 @@ jobs: api-key: ${{ secrets.EDGE_API_KEY }} client-id: ${{ secrets.EDGE_CLIENT_ID }} upload-only: true - notes-for-certification: | - v${{ needs.validate.outputs.version }} release - - Bug fixes and performance improvements - - CSS isolation fixes - - GitHub API optimization - - GitHub: https://github.com/AhmedV20/codemind - name: โœ… Upload success if: success() diff --git a/PRIVACY.md b/PRIVACY.md index 0ed9cd5..4fc8d54 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -10,8 +10,8 @@ CodeMind is a browser extension that provides AI-powered analysis of GitHub repo ### What We Collect - **API Keys:** Stored locally in your browser using Chrome's storage API. Never transmitted to our servers. -- **Repository Data:** Temporarily fetched from GitHub's public API for analysis. Not stored permanently. -- **GitHub Token (Optional):** If you add a GitHub token for rate limit handling, it's stored locally only. +- **Repository Data:** Temporarily fetched from GitHub for analysis. Not stored permanently. +- **Cached Analyses:** Stored locally and automatically expire after 24 hours. ### What We Don't Collect - Personal information @@ -28,9 +28,10 @@ All data is stored **locally on your device**: ## Third-Party Services CodeMind connects to: -1. **GitHub API** - To fetch public repository information +1. **GitHub** - To fetch public repository information (no authentication required) 2. **AI Providers** (user-selected): - Google Gemini API + - OpenAI API - Anthropic Claude API - HuggingFace Inference API - OpenRouter API diff --git a/README.md b/README.md index 486b778..4b343bf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@
[![Stars](https://img.shields.io/github/stars/AhmedV20/codemind?style=social)](https://github.com/AhmedV20/codemind/stargazers) -[![Version](https://img.shields.io/badge/version-1.1.1-blue)](https://github.com/AhmedV20/codemind/releases) +[![Version](https://img.shields.io/badge/version-1.2.0-blue)](https://github.com/AhmedV20/codemind/releases) [![Build](https://img.shields.io/github/actions/workflow/status/AhmedV20/codemind/ci.yml?label=CI/Build)](https://github.com/AhmedV20/codemind/actions) [![Privacy](https://img.shields.io/badge/Privacy-Protected-green)](PRIVACY.md) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) @@ -38,25 +38,23 @@
- +
-Firefox +Chrome

-

๐Ÿ“ In Progress

-

Firefox submission is underway. We'll notify you once it's available!

+

๐Ÿ”ง Developer Mode

+

Install manually via instructions below


-> ๐Ÿ’ก **Want to try CodeMind now?** See the [Manual Installation](#-manual-installation) guide below for Chrome/Edge. -
--- -### ๐Ÿ’ก What is CodeMind? +## ๐Ÿ’ก What is CodeMind? CodeMind is a powerful browser extension that uses AI to instantly understand any GitHub repository. Simply click a button and get: @@ -64,6 +62,7 @@ CodeMind is a powerful browser extension that uses AI to instantly understand an - **Code Structure Analysis** โ€” Learn how the codebase is organized - **Tech Stack Detection** โ€” See all languages, frameworks, and dependencies at a glance - **Interactive Q&A** โ€” Ask follow-up questions and get detailed answers about any part of the code +- **Analyzed Files View** โ€” See exactly which files were analyzed (new in v1.2.0!)