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: normalize essentials_category to canonical form for case-insensitive backend matching
Backend sends title-cased categories (e.g. 'Image Generation') while
frontend uses lowercase (e.g. 'image generation'). Add canonical lookup
map to resolve backend values to the exact form in ESSENTIALS_CATEGORIES,
preserving special cases like '3D'.
Addresses review feedback from benceruleanlu.
Amp-Thread-ID: https://ampcode.com/threads/T-019c93b8-dae2-77ba-92c5-c7a71a424a3f
0 commit comments