merge(F10): audit report + sourceModel fix(F3) (Group A)

This commit is contained in:
diegosouzapw
2026-05-28 10:26:03 -03:00

View File

@@ -219,6 +219,7 @@ export abstract class MitmHandlerBase {
body,
agentId: this.agentId,
mappedModel,
sourceModel: this.extractSourceModel(body),
});
} catch {
// Hook should never break interception — fall through to local stub.