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
refactor: inject error texts via sendFeedback hint, preserve default messages
Addresses review feedback that sendFeedback (a public API) was rejecting
with internal codes instead of human-readable strings, changing observable
behavior for non-widget consumers.
sendFeedback now accepts optional errorMessages overrides via its hint
argument, defaulting to the original English strings. The widget wraps
sendFeedback to inject its configured text options, so standalone
consumers of sendFeedback see the same strings as before.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments