Commit f6b025e
fix(site): show command apps in Tasks view (#21185)
Command apps (terminal apps with `command` field) were being filtered
out from the Tasks view because they have health "disabled" when no
healthcheck is defined.
Updated the filter in `TaskApps.tsx` to allow command apps through
regardless of health status so they appear as tabs alongside web apps.
<img width="1378" height="790" alt="Screenshot 2025-12-08 at 8 10 47 PM"
src="/api/flow.js?q=https%3A%2F%2Fgithub.com%2Fcoder%2Fcoder%2Fcommit%2F%253Ca%2520href%3D"https://github.com/user-attachments/assets/90a73bb2-d49c-4241-a4d5-798e2dd8118b">https://github.com/user-attachments/assets/90a73bb2-d49c-4241-a4d5-798e2dd8118b"
/>
Closes #21183
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 779f157 commit f6b025e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments