mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 14:20:35 +00:00
<img width="611" height="102" alt="Screenshot 2026-01-15 at 4 18 30 PM" src="https://github.com/user-attachments/assets/ba422cbb-4607-47c7-94c7-77752d7b4479" /> When viewing a branch diff (e.g., 'Changes since origin/main'), the toolbar was hidden because `ProjectDiffToolbar` filters for `DiffBase::Head` only. This meant users couldn't send review comments to the Agent panel from the branch diff view. Now there's a new `BranchDiffToolbar` which: - Only activates for branch diff views (`DiffBase::Merge`) - Shows only the 'Send Review to Agent' button (not stage/unstage controls) - Only appears when there are review comments (same behavior as the existing toolbar) (No release notes because this is still feature-flagged.) Release Notes: - N/A |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| LICENSE-GPL | ||