Versions in this module Expand all Collapse all v1 v1.7.0 Jan 5, 2026 Changes in this version + type FormAttributes struct + Description string + Label string + Multiple bool + Options []string + Placeholder string + Value string + type FormValidations struct + Required bool + type IssueFormItem struct + Attributes FormAttributes + ID string + Type string + Validations FormValidations type IssueGenerationRequest + AvailableLabels []string type ReleaseNotes + Sections []ReleaseNotesSection + type ReleaseNotesSection struct + Items []string + Title string v1.6.0 Dec 29, 2025 Changes in this version + type BuildProgress struct + Asset string + Current int + Error error + Platform string + Total int + Type BuildProgressType + type BuildProgressType string + const BuildProgressComplete + const BuildProgressError + const BuildProgressPlatform + const BuildProgressStart + const UploadProgressAsset + const UploadProgressComplete + const UploadProgressStart v1.5.0 Dec 26, 2025 Changes in this version + type ChangeSeverity string + const MajorChange + const MinorChange + const PatchChange + const UnknownChange + type CodeAnalysis struct + ChangesOverview string + PrimaryPurpose string + TechnicalImpact string + type CodeExample struct + Code string + Description string + Language string + Title string + type Commit struct + Author string + Date string + Email string + Hash string + Message string + type CommitInfo struct + Diff string + Files []string + IssueInfo *Issue + RecentHistory string + TicketInfo *TicketInfo + type CommitSuggestion struct + CodeAnalysis CodeAnalysis + CommitTitle string + Explanation string + Files []string + RequirementsAnalysis RequirementsAnalysis + Usage *TokenUsage + type Comparison struct + After string + Before string + Feature string + type CriteriaStatus string + const CriteriaFullyMet + const CriteriaNotMet + const CriteriaPartiallyMet + type DependencyChange struct + IsDirect bool + Manager string + Name string + NewVersion string + OldVersion string + Severity ChangeSeverity + Type DependencyChangeType + type DependencyChangeType string + const DependencyAdded + const DependencyRemoved + const DependencyUpdated + type DiffAnalysis struct + HasConfigFiles bool + HasDocFiles bool + HasGoFiles bool + HasTestFiles bool + HasUIFiles bool + Keywords map[string]bool + type FileChange struct + Additions int + Deletions int + Path string + type FileStatistics struct + Deletions int + FilesChanged int + Insertions int + TopFiles []FileChange + type GitChange struct + Path string + Status string + type Issue struct + Author string + Criteria []string + Description string + ID int + Labels []string + Number int + State string + Title string + URL string + type IssueGenerationRequest struct + ChangedFiles []string + Description string + Diff string + Hint string + Language string + Template *IssueTemplate + type IssueGenerationResult struct + Assignees []string + Description string + Labels []string + Title string + Usage *TokenUsage + type IssueTemplate struct + About string + Assignees []string + Body interface{} + BodyContent string + Description string + FilePath string + Labels []string + Name string + Title string + func (t *IssueTemplate) GetAbout() string + type PRData struct + BranchName string + Commits []Commit + Creator string + Description string + Diff string + ID int + Labels []string + RelatedIssues []Issue + Title string + type PRSummary struct + Body string + Labels []string + Title string + Usage *TokenUsage + type ProgressData struct + Count int + Error string + IsAuto bool + Issues []string + Number int + PRNumber int + Title string + type ProgressEvent struct + Data *ProgressData + Message string + Type ProgressEventType + type ProgressEventType string + const ProgressBreakingChanges + const ProgressGeneric + const ProgressIssuesClosing + const ProgressIssuesDetected + const ProgressTestPlan + type PullRequest struct + Author string + Description string + Labels []string + Number int + Title string + URL string + type Release struct + AllCommits []Commit + Breaking []ReleaseItem + BugFixes []ReleaseItem + ClosedIssues []Issue + Contributors []string + Date time.Time + Dependencies []DependencyChange + Documentation []ReleaseItem + Features []ReleaseItem + FileStats FileStatistics + Improvements []ReleaseItem + MergedPRs []PullRequest + NewContributors []string + Other []ReleaseItem + PreviousVersion string + Summary string + Title string + Version string + VersionBump VersionBump + type ReleaseItem struct + Breaking bool + CommitHash string + Description string + PRNumber string + Scope string + Type string + type ReleaseNotes struct + BreakingChanges []string + Changelog string + Comparisons []Comparison + Examples []CodeExample + Highlights []string + Links map[string]string + QuickStart string + Recommended VersionBump + Summary string + Title string + Usage *TokenUsage + type RequirementsAnalysis struct + CompletedIndices []int + CriteriaStatus CriteriaStatus + ImprovementSuggestions []string + MissingCriteria []string + type TemplateMetadata struct + About string + FilePath string + Name string + type TicketInfo struct + Criteria []string + TicketID string + TicketTitle string + TitleDesc string + type TokenUsage struct + CacheHit bool + CostUSD float64 + DurationMs int64 + InputTokens int + Model string + OutputTokens int + TotalTokens int + type VCSRelease struct + Body string + Draft bool + Name string + TagName string + URL string + type VersionBump string + const MajorBump + const MinorBump + const NoBump + const PatchBump