Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActiveSessionIDs ¶
ActiveSessionIDs returns session IDs currently in use by a running claude process. Process discovery is platform-specific (claudeProcesses); the matching logic is shared across platforms.
Types ¶
type Session ¶
type Session struct {
SessionID string
ProjectName string
ProjectPath string
ClaudeDir string
FirstPrompt string
ExistingSummary string
MessageCount int
Created time.Time
Modified time.Time
GitBranch string
IsSidechain bool
JSONLPath string
}
Session holds metadata about a single Claude Code session.
Click to show internal directories.
Click to hide internal directories.