Versions in this module Expand all Collapse all v0 v0.7.2 Mar 12, 2026 v0.7.1 Mar 12, 2026 Changes in this version + const DefaultPort + type ConversationItem struct + Role string + Text string + Timestamp time.Time + type SSEPayload struct + Sessions []SessionItem + Stats StatsResponse + type Server struct + func New(host string, provider core.SessionProvider) (*Server, error) + func (s *Server) Addr() net.Addr + func (s *Server) Run(ctx context.Context) error + type SessionFull struct + AssistantMessages int + CacheCreationTokens int + CacheReadTokens int + CurrentTool string + DesktopID string + DesktopTitle string + InputTokens int + IsWorktree bool + LastFileWrite string + LastFileWriteAt time.Time + MainRepo string + OutputTokens int + PermissionMode string + RecentMessages []ConversationItem + RecentTools []ToolItem + UserMessages int + Version string + type SessionItem struct + Activity string + Agent string + AgentName string + CWD string + CostUSD float64 + CustomName string + GitBranch string + IsActive bool + LastActivity time.Time + Model string + SessionID string + ShortName string + Source string + TotalMessages int + type StatsResponse struct + ActiveSessions int + TotalSessions int + WindowMinutes int + type ToolItem struct + Name string + Timestamp time.Time