mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
feat(core): lower default tool-result elision threshold to 2500 chars
Real session data shows ~5k-char skill bodies are the most common oversized historic result; the 10k default replayed them on every model call for the life of the session. With the head preview in place the model retains enough scent to re-load on demand, so the aggressive default is the right trade. Still tunable via config/context.json. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
04348dcc41
commit
331a5eda4e
2 changed files with 6 additions and 2 deletions
|
|
@ -405,7 +405,7 @@ byte-stable across calls (provider prefix caches keep working), and the
|
|||
current turn's own messages never pass through the resolver, so in-flight
|
||||
tool results and just-captured frames are always sent verbatim. Policy lives
|
||||
in `config/context.json` (`elideHistoricToolResults`, default true;
|
||||
`elideHistoricToolResultsThresholdChars`, default 10000;
|
||||
`elideHistoricToolResultsThresholdChars`, default 2500;
|
||||
`elideHistoricImages`, default true; `elideHistoricMiddlePaneContent`,
|
||||
default true). The inspect CLI composes through the same decorated resolver.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue