Versions in this module Expand all Collapse all v0 v0.7.2 May 4, 2026 v0.7.1 May 3, 2026 v0.7.0 May 1, 2026 v0.6.4 Apr 23, 2026 v0.6.3 Apr 14, 2026 Changes in this version type Output + CurrentUserAliases []string + CurrentUserName string v0.6.2 Apr 14, 2026 Changes in this version type Output + CodeDBAvailable bool v0.6.1 Apr 4, 2026 v0.6.0 Mar 31, 2026 Changes in this version + var SupportedAgents = map[string]bool + func BuildAttributionTextSection(attr config.ResolvedAttribution) string + func BuildHumanSummary(output Output) string + func CanonicalAgentType(agentType string) string + func CodexLifecycleNotification(agentType string) string + func FormatAge(d time.Duration) string + func GetAgentSupportNotice(agentType string) string + func IsAgentSupported(agentType string) bool + func ShortenPath(path string) string + func SortOtherTeamsByAge(entries []OtherTeamEntry) + func WithAttributionGuidance(content string, loggedIn bool, attr config.ResolvedAttribution) string + type CapturePriorGuidance struct + Action string + Description string + Example string + Instructions []string + func BuildCapturePriorGuidance(agentID string) *CapturePriorGuidance + type Guidance struct + Commands []IntentCommand + Hint string + func BuildGuidance(p GuidanceParams) *Guidance + type GuidanceParams struct + AgentID string + CodeDBExists bool + Ledger *LedgerInfo + MemoryEnabled bool + MurmuringEnabled bool + RepoSlug string + TeamCtx *TeamContextInfo + type IntentCommand struct + Command string + Intent string + type LedgerInfo struct + Exists bool + Hint string + Path string + type OtherTeamEntry struct + Age string + Dir string + Name string + Slug string + type OtherTeams struct + Hint string + Root string + Teams []OtherTeamEntry + type Output struct + AgentID string + AgentSupported bool + AgentTip string + AgentType string + Attribution config.ResolvedAttribution + CapturePrior *CapturePriorGuidance + CodeSearchTip string + CommandCount int + Content string + ContentLength int + CumulativeContextTokens int64 + DoctorHint string + ElapsedMs int64 + Guidance *Guidance + HooksInstalled bool + HooksRestartNotice string + Important string + LatestVersion string + Ledger *LedgerInfo + Message string + MurmurDirective string + NeedsDoctorAgent bool + ObservationDirective string + OtherTeams *OtherTeams + PlanFooter string + PrimeCallCount int + PrimeExcessiveNotice string + ProjectGuidance *ProjectGuidance + Session *SessionStatus + SessionID string + Status string + SupportNotice string + TeamContext *TeamContextInfo + TeamContextStatus string + TeamInstructions *TeamInstructions + Timing map[string]int64 + TokenEstimate int + UpdateAvailable bool + UpdateHint string + UserNotices []UserNotice + UserNotification string + type ProjectGuidance struct + Content string + Size int + SkipReason string + Skipped bool + Source string + Tokens int + type SessionStatus struct + AutoStarted bool + File string + LedgerNeeded bool + Mode string + Recording bool + SessionURL string + Source string + UserNotification string + type TeamContextInfo struct + AgentContextHash string + AgentContextPath string + AgentContextRelPath string + Agents []string + AgentsAgentsMDContent string + AgentsIndexPath string + CoworkerCommands []claude.Command + CoworkerHint string + CoworkerInstructions *TeamCoworkerInstructions + Coworkers []claude.Agent + Escalation string + HasAgentContext bool + IsRepoTeam bool + MemoryContent string + MemoryDaily []string + MemoryMonthly []string + MemoryWeekly []string + ObservationGuideHint string + Path string + ReadCommand string + SoulHint string + Stale bool + StaleSince string + TeamDocs []teamdocs.TeamDoc + TeamHint string + TeamID string + TeamName string + type TeamCoworkerInstructions struct + AgentsMDPath string + ClaudeMDPath string + HasAgentsMD bool + HasClaudeMD bool + type TeamInstructions struct + Content string + Files []string + Size int + Source string + TeamName string + Tokens int + type UserNotice struct + Message string + Type string