Fix dagger call hanging in mise tasks on interactive terminals #256

Merged
eblume merged 1 commit from fix-dagger-tty-hang into main 2026-02-23 14:15:59 -08:00

1 commit

Author SHA1 Message Date
332f8d9069 Fix dagger call hanging in mise tasks on interactive terminals
Mise runs task scripts in a child process group that is not the
terminal's foreground group. When dagger detects a TTY it tries to
render its TUI, triggering SIGTTOU which stops the process. Adding
--progress=plain to all dagger call sites avoids terminal ioctls.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:14:49 -08:00