Versions in this module Expand all Collapse all v0 v0.1.0 Oct 15, 2023 Changes in this version + var IssueNotFound = errors.New("no issue found") + type Config struct + DebugDir string + ListIssueOptions vc.ListIssueOptions + LocalRepoPath string + Model string + OpenAIToken string + Repos []string + Self vc.Author + WaitDuration time.Duration + type PullPal struct + func NewPullPal(ctx context.Context, log *zap.Logger, cfg Config) (*PullPal, error) + func (p *PullPal) DebugGit() error + func (p *PullPal) DebugGithub(handles []string) error + func (p *PullPal) DebugLLM() error + func (p *PullPal) Run() error