fix QoL and Ai integration

This commit is contained in:
2026-07-29 09:13:16 +02:00
parent 07e8bc2f5b
commit a82f5e7e9f
13 changed files with 472 additions and 84 deletions

View File

@@ -21,6 +21,7 @@ type PullRequest struct {
type PRDetails struct {
PullRequest
ViewerLogin string
Body string
CreatedAt time.Time
BaseRef string
@@ -235,7 +236,10 @@ type ReviewComment struct {
Model string
}
const reviewOriginLocalAI = "local-ai"
const (
reviewOriginLocalAI = "local-ai"
reviewOriginLocalAIUser = "local-ai-user"
)
type ReactionSummary struct {
Content string