Dashboard: surface the real compute_fleet error in the response (0.38.2)

The fleet endpoint returned a bare 500, so the error banner only showed
"status code 500" with no cause. Wrap the call to log the full traceback
server-side and return the exception type, message and originating
file:line in the HTTP detail, so the dashboard banner pinpoints the
failure for an authenticated user.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
menzelj
2026-06-24 11:31:19 +00:00
co-authored by Claude Opus 4.8
parent 0b95d7d4a2
commit d399caadc9
3 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
"""Single source of truth for the StackPilot release version."""
APP_VERSION = "0.38.1"
APP_VERSION = "0.38.2"