Versions in this module Expand all Collapse all v0 v0.1.1-nightly.202606060822.62e7189 Jun 5, 2026 v0.1.1-nightly.202606050928.887b5b7 Jun 5, 2026 v0.1.1-nightly.202606031041.bfdcdd4 Jun 2, 2026 v0.1.1-nightly.202606021001.5d71430 Jun 2, 2026 v0.1.0 Jun 2, 2026 Changes in this version + const AllReposFilter + const DefaultServiceURL + const MaxLimit + const WildcardQuery + func ParseGitHubRemote(remoteURL string) (owner, repo string, err error) + func ValidateRepoFilters(repos []string) error + type CheckpointResult struct + Author string + AuthorUsername *string + Branch string + CommitMessage *string + CommitSHA *string + CreatedAt string + FilesTouched []string + ID string + Org string + Prompt string + Repo string + type Config struct + Author string + Branch string + Date string + GitHubToken string + Limit int + Owner string + Page int + Query string + Repo string + Repos []string + ServiceURL string + func (c Config) HasFilters() bool + type Meta struct + MatchType string + Score float64 + Snippet string + type ParsedInput struct + Author string + Branch string + Date string + Query string + Repos []string + func ParseSearchInput(raw string) ParsedInput + type Response struct + Error string + Page int + Results []Result + Total int + func Search(ctx context.Context, cfg Config) (*Response, error) + type Result struct + Data CheckpointResult + Meta Meta + Type string