fix(core): enforce tool output truncation variants

This commit is contained in:
Aiden Cline 2026-05-22 17:37:43 -05:00
commit 7cfcb644ab
5 changed files with 52 additions and 17 deletions

View file

@ -385,6 +385,8 @@ To disable shared tool output truncation, set `truncate` to `false`:
}
```
`truncate: false` cannot be combined with `max_lines` or `max_bytes`; thresholds only apply when truncation is enabled.
---
### Models