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: return 400 for CompilerError in search endpoints
compileSearch throws CompilerError for user input errors (unknown fields,
invalid enum values, etc.). Wrap all three endpoints with try-catch to
return 400 instead of letting it bubble up as 500.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments