Versions in this module Expand all Collapse all v0 v0.8.0 Mar 24, 2026 Changes in this version + func Aborted(cmd *cobra.Command) + func AmbiguousSessionMatch(cmd *cobra.Command, query string, lines []string) + func AmbiguousSessionMatchWithHint(cmd *cobra.Command, query string, lines []string, hint string) + func BlankLine(cmd *cobra.Command) + func CodeBlock(cmd *cobra.Command, content string) + func ConfirmPrompt(cmd *cobra.Command) + func ConversationTurn(cmd *cobra.Command, index int, role, timestamp string) + func ExportFinalSummary(cmd *cobra.Command, exported, updated, renamed, skipped int) + func ExportedFile(cmd *cobra.Command, filename, suffix string) + func Hint(cmd *cobra.Command, text string) + func JournalSyncLocked(cmd *cobra.Command, filename string) + func JournalSyncNone(cmd *cobra.Command) + func JournalSyncSummary(cmd *cobra.Command, locked, unlocked int) + func JournalSyncUnlocked(cmd *cobra.Command, filename string) + func ListItem(cmd *cobra.Command, format string, args ...any) + func LockUnlockEntry(cmd *cobra.Command, filename, verb string) + func LockUnlockNone(cmd *cobra.Command) + func LockUnlockSummary(cmd *cobra.Command, verb string, count int) + func MoreTurns(cmd *cobra.Command, remaining int) + func NoFiltersMatch(cmd *cobra.Command) + func NoSessionsForProject(cmd *cobra.Command, allProjects bool) + func NoSessionsWithHint(cmd *cobra.Command, allProjects bool) + func NumberedItem(cmd *cobra.Command, n int, item string) + func SectionHeader(cmd *cobra.Command, level int, title string) + func SessionDetail(cmd *cobra.Command, label, value string) + func SessionDetailInt(cmd *cobra.Command, label string, value int) + func SessionListFooter(cmd *cobra.Command, hasMore bool) + func SessionListHeader(cmd *cobra.Command, total, shown int) + func SessionListRow(cmd *cobra.Command, format string, values ...any) + func SessionMetadata(cmd *cobra.Command, info SessionInfo) + func SkipFile(cmd *cobra.Command, filename, reason string) + func TextBlock(cmd *cobra.Command, text string) + type SessionInfo struct + Branch string + Duration string + ID string + Messages int + Model string + Project string + Slug string + Started string + TokensAll string + TokensIn string + TokensOut string + Tool string + Turns int