[Bug] Duplicated output during inference

Resolved 💬 8 comments Opened Apr 21, 2026 by byronluk Closed May 31, 2026

Bug Description
I'm seeing an inference bug (or maybe a claude code bug) where I'm seeing duplicated output. This is like the 5th time today where I'm observing output that is repeated.

e.g.

Finding 1

Finding 2

Finding 3

Finding 2

Finding 3

Finding 4

I'll see the exact same blocks duplicated (finding 2 & 3) repeat in the list. I'm not sure if this is a claude code bug or an inference bug resulting in increased output tokens?

Environment Info

  • Platform: darwin
  • Terminal: Superset
  • Version: 2.1.116
  • Feedback ID: ae7748fc-e6c1-4a05-8cb1-572be022c5cd

Errors

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/byronluk/.local/share/claude/versions/2.1.116 (expected in multi-process scenarios)\n    at jl_ (/$bunfs/root/src/entrypoints/cli.js:2752:2177)\n    at B88 (/$bunfs/root/src/entrypoints/cli.js:2752:1257)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-21T23:40:01.260Z"},{"error":"FileTooLargeError: File content (842.2KB) exceeds maximum allowed size (256KB). Use offset and limit parameters to read specific portions of the file, or search for specific content instead of reading the whole file.\n    at C4H (/$bunfs/root/src/entrypoints/cli.js:1564:270)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-21T23:41:54.114Z"},{"error":"MaxFileReadTokenExceededError: File content (220183 tokens) exceeds maximum allowed tokens (25000). Use offset and limit parameters to read specific portions of the file, or search for specific content instead of reading the whole file.\n    at X27 (/$bunfs/root/src/entrypoints/cli.js:4732:12656)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-21T23:41:59.452Z"}]

View original on GitHub ↗

This issue has 8 comments on GitHub. Read the full discussion on GitHub ↗