Versions in this module Expand all Collapse all v1 v1.5.0 Dec 26, 2025 Changes in this version + func NewCommitSummarizer(ctx context.Context, cfg *config.Config, ...) (ports.CommitSummarizer, error) + func NewIssueContentGenerator(ctx context.Context, cfg *config.Config, ...) (ports.IssueContentGenerator, error) + func NewPRSummarizer(ctx context.Context, cfg *config.Config, ...) (ports.PRSummarizer, error) + func NewReleaseNotesGenerator(ctx context.Context, cfg *config.Config, ...) (ports.ReleaseNotesGenerator, error) + func NewTicketManager(ctx context.Context, cfg *config.Config) (ports.TickerManager, error) + func NewVCSClient(ctx context.Context, gitService *git.GitService, cfg *config.Config) (ports.VCSClient, error)