MacOS notifications over SSH? #7902
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I looked at how existing notifications are sent and call I could find was which from what I can tell should work just fine over ssh This popup seems to be some macos intervention which is not from ghostty so im not sure how it could really be supported over ssh. I don't use mac so I cannot comment further I don't see any PRs which would have audio alerts in ghostty either |
Beta Was this translation helpful? Give feedback.
-
|
As Bruce mentioned above, the existing escape code for notifications work perfectly fine over SSH. If it doesn't work in Claude Code, that's either:
You can confirm it yourself by running: printf '\033]9;works!\033\\'
(I am aware my screenshot is not of macOS, but there should be no difference across OSs since this is handled by the cross-platform Zig core.) |
Beta Was this translation helpful? Give feedback.


As Bruce mentioned above, the existing escape code for notifications work perfectly fine over SSH. If it doesn't work in Claude Code, that's either:
You can confirm it yourself by running:
(I am aware my screenshot is not of macOS, but there should be no difference across OSs since this is handled by the cross-platform Zig core.)