Run ax in a k8s pod like this: `/ax exec --input "hello"` it jumps to prompt terminal without output: <img width="794" height="348" alt="Image" src="https://github.com/user-attachments/assets/fbde2081-c08a-4690-ae3c-cb9ab4131bb4" /> Stream output to a file looks fine: `/ax exec --input "hello" > output.txt` <img width="1348" height="494" alt="Image" src="https://github.com/user-attachments/assets/0ac5d4b2-a790-4e87-8c02-e03d6189cfa8" /> Maybe there is something wrong between huh/v2 and stdout.
Run ax in a k8s pod like this:
/ax exec --input "hello"it jumps to prompt terminal without output:
Stream output to a file looks fine:
/ax exec --input "hello" > output.txtMaybe there is something wrong between huh/v2 and stdout.