Before submitting
Area
apps/web
Problem or use case
I want to inspect the Git history of the current project from inside T3 Code. At the moment there is no obvious way to browse previous commits and understand how the project reached its current state.
Expected behavior
Provide a Git history surface that shows, at minimum:
- Commit list with message, author, and date.
- Branch/ref context.
- The files changed by a selected commit.
- A diff for the selected commit.
- Useful navigation from a changed file or diff back to its commit.
The initial version could focus on local repository history and avoid remote-provider features.
Smallest useful scope
Add a “History” view for the active repository backed by local Git log data, with commit selection and commit diff inspection.
Why this matters
Git history is essential for reviewing agent work, diagnosing regressions, understanding prior decisions, and comparing the current state with earlier commits.
Related
Related but distinct: #5881 requests per-commit views in the Diff pane; this request is for a general, discoverable Git history browser.
Contribution
Before submitting
Area
apps/web
Problem or use case
I want to inspect the Git history of the current project from inside T3 Code. At the moment there is no obvious way to browse previous commits and understand how the project reached its current state.
Expected behavior
Provide a Git history surface that shows, at minimum:
The initial version could focus on local repository history and avoid remote-provider features.
Smallest useful scope
Add a “History” view for the active repository backed by local Git log data, with commit selection and commit diff inspection.
Why this matters
Git history is essential for reviewing agent work, diagnosing regressions, understanding prior decisions, and comparing the current state with earlier commits.
Related
Related but distinct: #5881 requests per-commit views in the Diff pane; this request is for a general, discoverable Git history browser.
Contribution