Sessions: {{.RepoName}}

{{if .Sessions}} {{range .Sessions}} {{end}}
Session IDBranchModeModelFilesStatusCommentsDurationStarted 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}}
{{else}}

No sessions found for this repository.

{{end}}