fix(coding-agent): reject oversized bash timeouts

closes #6181
This commit is contained in:
Vegard Stikbakke
2026-06-30 15:01:02 +02:00
parent 0ac3cfe09b
commit cbcf4e04c3
4 changed files with 50 additions and 7 deletions
+1
View File
@@ -10,6 +10,7 @@
### Fixed
- Fixed oversized harness shell execution timeouts to fail with a clear validation error instead of being clamped to an immediate timeout ([#6181](https://github.com/earendil-works/pi/issues/6181)).
- Fixed `Agent.prepareNextTurn` to keep receiving the run abort signal instead of the next-turn context.
## [0.80.2] - 2026-06-23