Sessions: {{.RepoName}}
{{if .Sessions}}| Session ID | Branch | Mode | Model | Files | Status | Comments | Duration | Started At |
|---|---|---|---|---|---|---|---|---|
| {{.SessionID | printf "%.8s"}}… | {{.GitBranch}} | {{if .ReviewMode}}{{.ReviewMode}}{{else}}-{{end}} | {{.Model}} |
{{.FileCount}} | {{if .Aborted}}aborted{{else if .Legacy}}legacy{{else}}{{.TerminalState}}{{end}} | {{if .CommentCount}}{{.CommentCount}}{{else}}-{{end}} | {{formatDuration .DurationSec}} | {{formatTime .Timestamp}} |
No sessions found for this repository.
{{end}}