diff --git a/internal/version/VERSION b/internal/version/VERSION index e2084c6b..4e7a29cf 100644 --- a/internal/version/VERSION +++ b/internal/version/VERSION @@ -1 +1 @@ -v5.0.0-beta-2506242108 +v5.0.0-beta-2506242222 diff --git a/report.go b/report.go index 9ab06436..a7aa5fe8 100644 --- a/report.go +++ b/report.go @@ -541,7 +541,7 @@ func (g *HTMLReportGenerator) GenerateReport(outputFile string) error { // Try to parse as JSON to extract thought field var data map[string]interface{} if err := json.Unmarshal([]byte(content), &data); err == nil { - if thought, ok := data["thought"].(string); ok { + if thought, ok := data["thought"].(string); ok && thought != "" { return thought } } @@ -2325,8 +2325,15 @@ const htmlTemplate = ` {{if $planning.Error}}Error: {{$planning.Error}}{{end}} - {{if $planning.Thought}} -