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 @@
+
๐ In Progress
-Firefox submission is underway. We'll notify you once it's available!
+๐ง Developer Mode
+Install manually via instructions below