[Bug] Script Editor opens automatically during normal conversation
Resolved 💬 2 comments Opened Apr 13, 2026 by devTech-zhang Closed May 23, 2026
Bug Description
When using Claude Code for normal conversation (without executing any shell commands), the macOS "Script Editor" app is opened automatically, and a notification from Script Editor appears in the system notification center.
Environment
- macOS: 25.4.0
- Shell: zsh
- Terminal: waveterm
Investigation Done
which open→/usr/bin/open(normal)alias open→ no custom alias~/.zshrc→ no relevant configuration
Steps to Reproduce
- Use Claude Code for normal conversation
- No custom scripts executed
- Script Editor opens automatically
- System notification from Script Editor appears
Additional Context
The notification appears to be a macOS permission request dialog from Script Editor. This happens consistently during normal usage, not just when running shell commands.
---
This is not a script issue - the user has not executed any custom scripts. Pure normal conversation triggers this behavior.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗