FEAT: Diff summary viewer
What problem or use case are you trying to solve? I often leave Openhands running on a task and return later to see what it has accomplished. I face difficulties, however, in parsing through the agent logs to find which files were edited (especially for long running tasks).
An alternative is to open a pull request, review then changes, then return to Openhands Saas and continue working on the same PR. This creates friction IMHO.
Describe the UX of the solution you'd like A toggle in the workspace tab called "Changed files", which would solely list the file paths where edits have been made.
Do you have thoughts on the technical implementation?
We have the eventstream logs in jupyter tab where file edits are made. Maintaining a set of files where the agent called file_editor would suffice.
Describe alternatives you've considered An alternative would be very similar to the diff views when reviewing PRs in Github.
Additional context This addresses a summary viewer (all files which have been edited). The actual diff lines can be showcases as described in #4506.
If this and the linked issue are duplicates, should one of them be closed in favor of the other?
I also heard feedback from @morganmcg1 that something like this could be helpful.
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for over 30 days with no activity.