Open
Conversation
- Fix duplicate title display in Compare Branch and Explain Selection views - Update Explain Selection headline to show line numbers and filename - Improve Related Files to analyze imports and references instead of just filename similarity - Add context-aware "Compare branch with main" that analyzes specific file changes when called from selection view - Include both committed and uncommitted local changes in file comparison - Filter out stdlib and config files from Related Files results Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Clean up branch card titles by extracting text from parentheses (e.g., "How It Works (Key Changes)" -> "Key Changes") - Remove duplicate "How It Works" cards in branch comparisons - Organize sidebar with collapsible History section - Add subcategories in History for each action type (Explain Repo, Compare Branch, etc.) - Show item counts for each history subcategory - Hide empty history subcategories for cleaner UI Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Add 'Generate PR Description' feature for automated PR title and description drafting
Updated diagram
…arge repos - Add new "Explain Directory" command that focuses on a specific directory while maintaining repo context - Useful for monorepos with multiple projects/models in separate directories - Creates DirectoryAnalysisService to scan and analyze individual directories - Add scanDirectory method to RepoScanner for targeted directory scanning - Add buildDirectoryPrompt that instructs LLM to focus on directory while being aware of broader context - Add separate "Explain Directory" history category in sidebar - Fix refresh functionality to correctly re-analyze the same directory - Filter out empty, malformed, and code fence artifact cards from markdown parsing - Add directory cache source type with directoryPath tracking Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
No description provided.