feat(v1.2.0): OpenAI support, analyzed files dropdown, DOM scraping strategy#4
Merged
feat(v1.2.0): OpenAI support, analyzed files dropdown, DOM scraping strategy#4
Conversation
Features: - Add OpenAI provider (GPT-4o) with streaming support - Add Analyzed Files Dropdown with glow animation - Implement client-side DOM scraping strategy - Add smart file prioritization with 80k token budget - Enhance cache management with repo-specific delete Improvements: - Redesign Analyze button with status colors - Add request throttling (30s cooldown) - Remove GitHub token requirement for public repos - Update README.md (remove Firefox, add Chrome manual) - Update PRIVACY.md with OpenAI provider Removed: - ChatInterface.tsx (consolidated into HomeTab) - GitHubTokenModal.tsx (no longer needed)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Release v1.2.0
Summary
This release introduces OpenAI provider support, a new Analyzed Files Dropdown feature, and a complete rewrite of the analysis strategy using DOM scraping instead of GitHub API.
✨ New Features
🎨 UI Improvements
🗑️ Removed
ChatInterface.tsx- consolidated into HomeTabGitHubTokenModal.tsx- no longer needed (public repos work without token)📦 Files Changed
New Files (+9)
src/background/api/providers/openai.tssrc/background/services/strategies/*.ts(5 files)src/content/components/AnalyzedFilesDropdown.tsxsrc/content/utils/domScraper.tssrc/content/utils/fileTreeScraper.tsModified (17) | Deleted (2)
🔒 Breaking Changes
None - fully backward compatible
✅ Testing
npm run buildpasses