nexus-agents - v2.80.0
    Preparing search index...

    Variable DEFAULT_COLLECT_STREAM_MAX_CHUNKSConst

    DEFAULT_COLLECT_STREAM_MAX_CHUNKS: 100000 = 100_000

    Default cap on collected chunks — prevents unbounded memory growth when callers forget to pass maxChunks. Callers that genuinely need no cap must opt in explicitly with { maxChunks: Infinity }. (#1913 Class F)