# New build summary link and a refreshed UI (https://depot.dev/blog/build-summary-details)

> By Jacob Gillespie (CTO & Co-founder of Depot)
> Published 2023-06-06

A refreshed build details UI has launched! We've also added a build summary link in the output of every build that links to the UI, to make it easier to associate the build output with the build details.

## Build summary link

The Depot CLI now prints a `Build Summary` link after every build, with a direct link to the build details page:

[<img alt="Screenshot showing a build summary link in a GitHub Actions build log" src="/images/build-summary-details-1.png" width="1906" height="378" />](/images/build-summary-details-1.png)

## UI refresh for Builds

We've also added some additional details to the build summary page to make it easier to understand at a glance what happened during the builds:

1. Any tags that were applied to the build with `-t` or `--tag`:
   [<img alt="Screenshot showing what tags were applied to the build" src="/images/build-summary-details-2.png" width="810" height="276" />](/images/build-summary-details-2.png)

2. The percentage of the build that was cached, represented by a pie chart:
   [<img alt="Screenshot showing that 11 of 14 build steps were cached" src="/images/build-summary-details-3.png" width="798" height="324" />](/images/build-summary-details-3.png)

3. If the build was pushed to a remote registry with `--push`:
   [<img alt="Screenshot showing that the image was pushed to a registry" src="/images/build-summary-details-4.png" width="624" height="246" />](/images/build-summary-details-4.png)

4. If the build was loaded back from the remote builder to the local machine with `--load`:
   [<img alt="Screenshot showing that the image was loaded" src="/images/build-summary-details-5.png" width="625" height="255" />](/images/build-summary-details-5.png)

## Availability

The new summary link is available in versions 2.16.0 and above of the [Depot CLI](https://github.com/depot/cli), and the UI refresh is now available for all Depot organizations.

## For AI Agents

The full site index is at [llms.txt](https://depot.dev/llms.txt). Append `.md` to any documentation, blog, changelog, or customer URL to fetch its markdown source directly.