You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Breaking changes
take_last_intercept_row_id removed — call_ref is now the sole intercept resolution mechanism.
call_ref required — claims without a call_ref (or sourcerykit_ref in claimed_value) now raise.
Features
Multi-tool-call support — call_ref column on intercepts + sourcerykit_ref on ClaimedValue enable correct mapping when the same tool is called multiple times.
Auto-grouping — build_handoff_payload splits claimed_value entries by sourcerykit_ref automatically. No manual grouping or call_ref mapping needed.
Mock HTTP server — lightweight test utility for local endpoint testing.
Bug fixes
Improved evaluate_claim value comparison with JSON parsing for arrays and dicts.
Refactoring
Implemented locking mechanism for concurrent preprocessing.
Updated claim evaluation and error handling for sourcerykit_ref.