fix(coding-agent): honor custom renderers for built-in tool overrides closes #2595

This commit is contained in:
Mario Zechner
2026-03-27 03:10:13 +01:00
parent bc8eb74b82
commit 1ba899f6a6
3 changed files with 46 additions and 11 deletions

View File

@@ -5,6 +5,7 @@
### Fixed
- Fixed auto-compaction overflow recovery for Ollama models when the backend returns explicit `prompt too long; exceeded max context length ...` errors instead of silently truncating input ([#2626](https://github.com/badlogic/pi-mono/issues/2626))
- Fixed built-in tool overrides that reuse built-in parameter schemas to still honor custom `renderCall` and `renderResult` renderers in the interactive TUI, restoring the `minimal-mode` example ([#2595](https://github.com/badlogic/pi-mono/issues/2595))
## [0.63.0] - 2026-03-27