Versions in this module Expand all Collapse all v0 v0.4.1 Jun 29, 2026 v0.4.0 Jun 22, 2026 v0.3.2 Jun 20, 2026 v0.3.1 Jun 19, 2026 v0.3.0 Jun 19, 2026 Changes in this version type ReviewTarget + func (t ReviewTarget) Hostname() string v0.2.2 Jun 12, 2026 v0.2.1 Jun 11, 2026 v0.2.0 Jun 11, 2026 Changes in this version + const MaxDescriptionBytes + const MaxIssueBodyBytes + const MaxLinkedIssues + type IssueContext struct + Body string + Number int + Title string + URL string + type LinkedIssueFetcher interface + FetchLinkedIssues func(ctx context.Context, target ReviewTarget) (issues []IssueContext, notes []string, err error) type ReviewInput + AcceptanceCriteria []IssueContext + Description string + func (in *ReviewInput) CapContext() []string v0.1.7 May 27, 2026 v0.1.6 May 27, 2026 v0.1.5 May 26, 2026 v0.1.4 May 26, 2026 v0.1.3 May 26, 2026 v0.1.2 May 26, 2026 v0.1.1 May 26, 2026 v0.1.0 May 26, 2026 Changes in this version + func Validate(candidates []FindingCandidate, modelName string, idx *diff.Index) ([]Finding, []Quarantined) + type Finding struct + Confidence float64 + Evidence string + File string + FixHint string + Line int + Model string + Severity Severity + State FindingState + SuggestedComment string + Title string + type FindingCandidate struct + Confidence float64 + Evidence string + File string + FixHint string + Line int + Severity string + SuggestedComment string + Title string + type FindingState int + const StateApproved + const StateDismissed + const StatePending + type Host string + const HostGitHub + const HostGitLab + type ModelReviewResult struct + Findings []FindingCandidate + Model string + RawOutput string + type Quarantined struct + Candidate FindingCandidate + Reason string + type ReviewInput struct + Author string + Files []*diff.DiffFile + RawDiff string + Target ReviewTarget + Title string + type ReviewTarget struct + BaseRef string + BaseSHA string + HeadRef string + HeadSHA string + Host Host + Number int + Owner string + Repo string + StartSHA string + URL string + type Severity int + const SeverityHigh + const SeverityLow + const SeverityMedium + const SeveritySuggestion + func ParseSeverity(s string) (Severity, error) + func (s Severity) String() string v0.1.0-rc1 May 25, 2026