mirror of
https://github.com/coder/coder.git
synced 2026-09-22 21:22:17 +08:00
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.