Versions in this module Expand all Collapse all v0 v0.1.0 Jul 18, 2026 Changes in this version + type Cache struct + func NewCache() *Cache + func (c *Cache) BuildPack(store persist.StoreReader, opt Options) (*Pack, error) + func (c *Cache) CachedKey() string + func (c *Cache) Invalidate() + func (c *Cache) TicketIndex(store persist.StoreReader, limit int) ([]TicketRow, error) + type CommitInfo struct + AuthorTime int64 + IssueIDs []string + SHA string + Subject string + TopFiles []string + type Hit struct + Commit CommitInfo + Hunks []HunkRow + type HunkRow struct + EndLine int + FilePath string + ID string + Modifies []ModifiesInfo + PatchText string + StartLine int + type ModifiesInfo struct + EndLine int + FilePath string + Qname string + StartLine int + Type string + type Options struct + BudgetTokens int + Intent string + IssueID string + K int + Mode string + Offset int + SeedQname string + type Pack struct + Hits []Hit + Intent string + func BuildPack(store persist.StoreReader, opt Options) (*Pack, error) + type TicketRow struct + CommitCount int + HunkCount int + IssueID string + SampleCommits []CommitInfo