Show 'Start New Task' button if user tries to resume completed task

This commit is contained in:
Saoud Rizwan
2024-08-17 09:09:05 -04:00
parent c4ce3f0495
commit c277f7625f
3 changed files with 21 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ export type ClaudeAsk =
| "tool"
| "api_req_failed"
| "resume_task"
| "resume_completed_task"
export type ClaudeSay =
| "task"