d6c319a368
## Summary The idea here is that we hide all resolver output (the grayed out resolver messages, plus the list of environment modifications) by default in `uv run` and `uv tool run`. You can pass `--show-resolution` to re-enable them. Closes https://github.com/astral-sh/uv/issues/5458.