[Feature Request] Stopped tasks disappear from Projects Hub instead of being displayed
Motivation
When I stop a task by clicking the "End Project" button during its execution, the task should still be visible in the Projects Hub on the homepage. Currently, the task disappears entirely, which is very confusing.
Additionally, in some cases, the "End Project" button becomes unresponsive and does not stop the task as expected.
Expected behavior:
Stopped tasks remain visible in the Projects Hub.
The "End Project" button reliably stops the task every time it is clicked.
https://github.com/user-attachments/assets/1e05eed1-39c1-4d9e-83f2-4cc521349a9d
Solution
No response
Alternatives
No response
Additional context
No response
Also we should make the logic here clearer: If a task is deleted from the frontend history list, the corresponding local file should also be deleted so it doesn’t take up space on the user’s computer.
Actually the reason this is happening here is because: a. If A new project contains a half running task (a single one) - then the task and the project would be deleted bcz the task will never recieve the end step (i..e no task summary, final tokens etc..) b. If its multi turn then the current running task would be deleted (should be the case I need to confirm) but not the whole project