Large decompiles are saved to file which need to be retrieved by additional tool calls.
The thought is nice to reduce tokens, and worth getting right.
But mostly it just results in repeat tool calls to retrieve the decompile, and having to make extra tool calls is worse for tokens (due to cached input tokens on repeat requests).
Also repeat tool call fails when requesting more than 14k chars often requiring another extra tool call.
Not sure this is useful in it's current state, should at least be configurable limit for initial and follow up chunk retrieval calls.
Large decompiles are saved to file which need to be retrieved by additional tool calls.
The thought is nice to reduce tokens, and worth getting right.
But mostly it just results in repeat tool calls to retrieve the decompile, and having to make extra tool calls is worse for tokens (due to cached input tokens on repeat requests).
Also repeat tool call fails when requesting more than 14k chars often requiring another extra tool call.
Not sure this is useful in it's current state, should at least be configurable limit for initial and follow up chunk retrieval calls.