Clicking a Claude Code notification focuses the exact Ghostty tab that raised it.
Claude Code's default notifications on macOS either:
- Open Script Editor when clicked (if using
osascript display notification) - Don't focus the right terminal tab
Clicking a Claude Code notification focuses the exact Ghostty tab that raised it.
Claude Code's default notifications on macOS either:
osascript display notification)| main() | |
| async function main() { | |
| const bearerToken = '' // Auth token | |
| const conf = { | |
| headers: { | |
| Authorization: `Bearer ${bearerToken}`, | |
| } | |
| } | |