Truncated text when output may contain more than 15 lines

Hello,

Using version 1.2025.119 of the Mac app, I continuously receive incomplete output that is being truncated. This is happening when code is being generated for me, and any other long amount of text. Initially, I thought this was only happening when the app opened a “side-by-side” window, but it’s also happening when displaying the text in-line. I have to request a downloadable text file so that I can obtian my results. It’s done this once or twice in the past week or so, but now it’s doing it consistently. This is happening with 4.0, but I’ve not tried any other models.

# Keyword Frequency Script for XMP Files - User-Defined Output Filename
import os
import xml.etree.ElementTree as ET
from collections import Counter
import re

# Function to scan folder and extract keywords from XMP files
def extract_keywords_from_xmp(folder_path, include_subfolders=True, max_keywords=500, exclude_keywords=None, quiet=False):
    keywords_counter = Counter()

    # Convert exclude_keywords to a set for fast lookup
    exclude_keywords = set(exclude_keywo...
        }
    ]
}

Another example:

## Keywording Strategy Guide for Efficient Photo Management

### ✅ 3-Phase Keywording Process

1. **Phase 1: Primary Keywording (Essential Details)**
  * Focus on the most critical elements of the image.
  * Apply keywords for:
    * Who: Subjects (people, animals, notable figures)
    * What: Main action, object, or event
    * Where: Location (country, city, landmark)**Example:**
  * Who: "Bride", "Groom"
  * What: "Wedding", "Portrait"
  * Where: "France", "Nice"
2. **P... }

Thanks!