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(scripted_tool): use Display format instead of Debug in error messages
Debug format ({:?}) in error responses could leak internal details
like variant names and struct fields. Switched to Display format
for consistent, user-safe error messages.
Closes#428
0 commit comments