stablyai / stablyai/orca

[Bug]: Diff staged-vs-working split missing for Markdown files

Open
#7,941 4 comments 1 reaction 1 assignee Claimed by @brennanb2025 View on GitHub
enhancement
Dominant language
TypeScript
Stars
71.3k
Forks
4.7k
Avg merge
14h 54m
Merged PRs (30d)
520

Description

### Problem or use case

When the same file in the git repository was edited, staged (`git add`), then edited again, there will be two entries of the file in Source Control pane. One under "Changes", another - "Staged changes".

Currently Changes show the whole diff comparing to branch state, so there's effectively no way to see diff since last `git add`. Personally I use it a lot while working with the agent iteratively and staging changes that I've reviewed, so I don't have to review everything on each interation.

### Proposed solution

The expected behaviour for me would be "Staged changes" to show diff between commited state and staged, while "Changes" to show diff between staged and current file state. That's how VS Code shows it for example.

### Alternatives or additional context

Thanks for the great product!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.