-
released this
2026-04-09 23:51:32 +03:00 | 20 commits to main since this releaseBug Fix
- Wrap
executeActionsWithLoopin try/catch inSmartAssistantService::chat() - Previously, when the AI Gateway returned a non-200 response (e.g., tool validation failure), the error bubbled up as a raw "Slim Application Error" 500 page
- Now returns a user-friendly Hebrew error message instead
Impact
- Prevents raw 500 HTML pages from reaching users when the AI Gateway has issues
- Error is logged with
$this->log->error()for debugging
Downloads
- Wrap