We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661817d commit 6927d64Copy full SHA for 6927d64
1 file changed
pkg/cmd/agent-task/shared/display.go
@@ -30,17 +30,17 @@ func SessionStateString(state string) string {
30
case "queued":
31
return "Queued"
32
case "in_progress":
33
- return "In Progress"
+ return "In progress"
34
case "completed":
35
return "Ready for review"
36
case "failed":
37
return "Failed"
38
case "idle":
39
return "Idle"
40
case "waiting_for_user":
41
- return "Waiting for User"
+ return "Waiting for user"
42
case "timed_out":
43
- return "Timed Out"
+ return "Timed out"
44
case "cancelled":
45
return "Cancelled"
46
default:
0 commit comments