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
fix: handle JSON.stringify edge cases in stringifyUnknown
Wrap JSON.stringify in try/catch to gracefully handle circular
references and BigInt values. Falls back to String() which is
always safe. Add tests for both edge cases.
Addresses Cursor BugBot feedback on PR #259.
0 commit comments