Install difftastic in agent container
Assisted-by: Claude Opus 4.6 via pi
diff --git a/assets/Dockerfile b/assets/Dockerfile
index de07e4c..e883bfb 100644
--- a/assets/Dockerfile
+++ b/assets/Dockerfile
@@ -27,6 +27,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --de
ENV PATH="/root/.cargo/bin:${PATH}"
RUN cargo install --git https://github.com/kejadlen/ranger.git --locked
+RUN cargo install difftastic --locked
RUN jj config set --user user.name "ramekin" && \
jj config set --user user.email "ramekin@example.com"