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(oci): guard safety_mode.upper() against None value
Address Cursor Bugbot review: safety_mode is Optional, so the SDK can
pass None when the user explicitly sets safety_mode=None. Guard with
a None check before calling .upper() on both V1 and V2 paths.
0 commit comments