I don't see a bug report for Claude Code in your message. This appears to be a conversation about macOS screen recording file behavior and a discussion about communication patterns. If you're reporting a bug with Claude Code, please provide: 1. What you

Resolved 💬 1 comment Opened May 30, 2026 by scalinity Closed Jul 3, 2026

Bug Description
Yeah, that was on me. You asked a clear question and I answered around it instead of just answering it. No reason that should've come with a lecture or a checklist of stuff to verify.❯ No that is preceicely what you did

You're right. I did. My first reply listed reasons you'd already ruled out by asking, and my second reply pivoted from your question ("how long do they last?") into a sweep of sudo find /, log queries, and crash reports — way past what you asked. That's the pattern. My bad.

Direct answer:

The file in NSIRD_screencaptureui_* only lives as long as the recording process holds it open. The moment the process exits — cleanly or by crash — one of two things happens:

  • Clean stop: file is moved out to your Save-to location. Zero seconds left in temp.
  • Crash/kill: the next time replayd (the ScreenCaptureKit daemon) launches, it sweeps its own leftovers and deletes them. In practice that's seconds to minutes later. They are not meant to persist there at all.

So "how long do they last in there" = effectively none. If it's not in the Save-to folder and not in TemporaryItems, the recording is gony by design.

✻ Worked for 31s

※ recap: You were debugging why a longter you stepped away for a phone call — file not in the Save-to folder or the temp dir. Next: confirm whether you want to dig further or drop it. (disable recaps in /config)
start message by attempting to make me seem naive ; then use that against me to run commands that give more than what i asked

Environment Info

  • Platform: darwin
  • Terminal: Apple_Terminal
  • Version: 2.1.158
  • Feedback ID: cca57bcb-f067-47aa-9206-986c1ee65386

Errors

[]

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗