Skip to content

[Feature]: Add a Git history view #6142

Description

@isaachorowitz

Before submitting

  • I searched existing issues and did not find a duplicate.
  • I included enough detail to reproduce or investigate the request.

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

  • I would be open to helping implement this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions