fix(coding-agent): allow extra edit replacement fields

This commit is contained in:
Armin Ronacher
2026-07-04 01:52:17 +02:00
parent d53b567601
commit a1b336d73e
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@
- Fixed split-turn compaction to serialize summary requests so single-concurrency local providers do not fail with 429 errors ([#5536](https://github.com/earendil-works/pi/issues/5536)).
- Fixed custom session entries appended during assistant streaming to render before the live assistant message, matching persisted session order.
- Fixed oversized bash tool 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 the edit tool schema to allow model-invented extra replacement fields instead of rejecting otherwise valid edits ([#6278](https://github.com/earendil-works/pi/issues/6278)).
### Removed