Files
vibe-kanban/frontend
Louis Knight-Webb cd9d6e6b1c Handle execution states (vibe-kanban) (#67)
* I've added proper handling for all the missing execution states:

1. **CodingAgentFailed**: Shows a clear error message when the coding agent fails
2. **SetupComplete**: Shows a waiting state when setup is complete but the coding agent hasn't started yet  
3. **Complete**: Shows a success message when the task is fully complete

The TaskDetailsPanel now handles all execution states from the `ExecutionState` type: `NotStarted`, `SetupRunning`, `SetupComplete`, `SetupFailed`, `CodingAgentRunning`, `CodingAgentComplete`, `CodingAgentFailed`, and `Complete`.

* Perfect! I've updated both the `SetupFailed` and `CodingAgentFailed` states to show the actual stderr and stdout logs instead of just generic error messages. 

Now when these states occur, users will see:
- A clear error header indicating what failed
- The actual error output from the execution process (stderr prioritized, then stdout)
- The logs displayed in monospace font for better readability

This provides much more useful debugging information than the previous generic "Check the logs for details" messages.

* lint

* fix
2025-07-04 00:08:21 +01:00
..
2025-06-17 21:41:57 -04:00
2025-06-25 09:36:07 +01:00
2025-06-25 09:36:07 +01:00
2025-06-14 15:14:08 -04:00
2025-06-17 20:36:25 -04:00
2025-06-25 09:36:34 +01:00
2025-06-27 13:32:32 +01:00
2025-06-14 15:14:08 -04:00
2025-06-14 16:26:48 -04:00
2025-06-14 15:14:08 -04:00
2025-07-02 18:24:26 +01:00