Changelog · Feb 9, 2026

Analyze code changes with the new codebase view

You can now see exactly which parts of your codebase are changing and when. The new codebase view aggregates all file changes from pull requests into a tree structure, making it easy to spot patterns and explore your code activity.

The view organizes changes by repository, folder, and file, showing metrics like the number of PRs, lines changed, and contributors for each part of your codebase. This allows you to identify hotspots and understand where your team’s effort is going.

codebase

Use it to answer questions like:

  • Which files are being edited by AI coding assistants?
  • Which folders has a team worked on most this quarter?
  • Who has contributed to this part of the codebase?
  • Which files are most commonly part of reverted PRs?

Combine the view with PR filters to dive deeper. For example, filter by team, time period, or PR characteristics to see how different segments of work affect different parts of your code.

The view is based entirely on filenames — no source code is accessed — so your code stays private while you get the insights you need.

Try it out by navigating to metrics → code metrics → codebase.


Subscribe to our newsletter

Get the latest product updates and #goodreads delivered to your inbox once a month.

More changelog updates
· Feb 6, 2026

Compare your metrics with benchmarks and organization averages

Understanding whether your team’s performance is on track can be tricky. Are your pull request cycle times good enough? Should you be concerned about your change failure rate? Which teams…
Read more
· Feb 2, 2026

Analyze AI coding agents’ work

AI coding agents create pull requests end-to-end, not just suggest code in your editor — they plan work, write code, run tests, and respond to reviews. Swarmia’s new Coding agents view helps…
Read more