gnodet commented on PR #25216: URL: https://github.com/apache/camel/pull/25216#issuecomment-5119449496
@apupier Great point — you're absolutely right. The latest push changes the default for `toolExecutionErrorStrategy` to `failExchange`, which is the safer choice. `repromptModel` is now opt-in only. Specifically: - Default changed from `REPROMPT_MODEL` → `FAIL_EXCHANGE` - Updated description to highlight the security concern (raw exception messages may contain connection strings, hostnames, or internal paths) - All existing tests that relied on reprompt behavior now explicitly set `&toolExecutionErrorStrategy=repromptModel` _Claude Code on behalf of Guillaume Nodet_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
