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: use truncate_safe_in_place for UTF-8 safe truncation
Replace custom truncate logic in truncate_description with the existing
truncate_safe_in_place utility function to ensure consistency across the
codebase and leverage tested UTF-8 safe truncation logic.
0 commit comments