Patch Changes
- #1904
88f7f69Thanks @mattzcarey! - Echo the durable tool-call log on the proxy tool output.ProxyToolOutputnow carries an optionalcallsfield (the execution'sToolLogEntry[]) on completed, paused and error outcomes, so UIs can render an audit trail of every connector call and step — name, args, result, approval requirement and state — without a separateexecutions()round trip.