mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
6afc1bac0b
The ampersand detection treated bash's pipe-stderr operator (|&) as a trailing & for backgrounding, stripping it and producing a broken pipe command. Also adds tests for execute.go and chatloop context limit helpers, covering previously untested edge cases.