tpmjs/apps/web/src
Ajax Davis 4a49bb458e fix(health-check): only mark tools broken for infrastructure failures
Simplify execution health check logic:
- If executor responds (2xx or 4xx), tool is HEALTHY
- Only mark BROKEN for 5xx errors or network/timeout failures
- Validation errors (URL format, missing fields) mean tool IS working
- Remove brittle pattern matching for specific error messages

The previous approach tried to match specific error patterns to determine
if an error was "acceptable". This was fragile. The new approach:
- Import check: can we load and describe the tool?
- Execution check: did the tool execute at all?

If a tool throws a validation error, it executed successfully - it's
correctly rejecting invalid test input. Only infrastructure failures
(executor down, network timeout) indicate a truly broken tool.
2025-12-11 12:22:21 +10:00
..
app fix(playground): update tool health status on successful execution 2025-12-11 12:00:17 +10:00
components fix(playground): use explicit white background for textarea 2025-12-11 08:56:51 +10:00
data feat: implement revolutionary dithered landing page with Bayer matrix animation 2025-11-27 22:44:32 +10:00
lib fix(health-check): only mark tools broken for infrastructure failures 2025-12-11 12:22:21 +10:00
env.ts feat: implement health check system (Phase 1 & 2) 2025-12-04 16:03:21 +10:00