Commits
Click on a commit to change the comparison rangefix(proxy): defer async logging until post-call guardrails complete6 months ago
by michelligabriele address Greptile review: module-level imports, document streaming scope and sync callback deferral6 months ago
by michelligabriele keep sync callbacks immediate, only defer create_task6 months ago
by michelligabriele wrap deferred logging in try/except to prevent exception masking6 months ago
by michelligabriele skip deferral flag on streaming requests, deduplicate sync callbacks, simplify guardrail detection, add list event_hook tests6 months ago
by michelligabriele extend deferred logging to streaming via closure on logging_obj6 months ago
by michelligabriele skip inline post_call_success_hook when streaming closure is set to prevent double invocation6 months ago
by michelligabriele clear streaming closure on fallthrough to preserve inline hook and prevent double invocation6 months ago
by michelligabriele document streaming post-call guardrails as audit-only in code and docs6 months ago
by michelligabriele capture proxy_logging_obj explicitly, add integration test for production closure6 months ago
by michelligabriele