Dagger 0.6 introduces a new terminal user interface (TUI) that displays a full-blown DAG of operations and their evaluation, similar to git log --graph. The TUI is designed for rapid iteration, showing live progress as you run a command, and leaving all output in your terminal scrollback. It represents parallel pipelines with vertical columns, operations within pipelines with block characters, and dependencies across pipelines with grey output names. The new TUI is an improvement over the current LogOutput format, which alternates between active operations and shows chunks of output at a time, but can be cluttered and not very pretty. Dagger 0.6 also includes debugging capabilities, such as enabling GraphQL API calls for `dagger run --debug`, and releases new versions of its SDKs with bug fixes and improvements. Additionally, the documentation has been improved with a new cookbook and guides on using Dagger with alternative OCI runtimes.