Skip to content

Commit d121ca2

Browse files
committed
debug: log when issues are passed to plan phase
1 parent 0c9ee94 commit d121ca2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

internal/evolution/engine.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,9 @@ func (e *Engine) RunPlanPhase(ctx context.Context, p iteragent.Provider, issues
543543
sb.WriteString("## Community input\n\n")
544544
sb.WriteString(issues)
545545
sb.WriteString("\n")
546+
e.logger.Info("issues included in plan prompt", "issue_count", len(issues))
547+
} else {
548+
e.logger.Warn("NO ISSUES passed to plan phase")
546549
}
547550

548551
tools := iteragent.DefaultTools(e.repoPath)

0 commit comments

Comments
 (0)