Added
- Linux notification grouping support (#33)
- New
linux.groupingconfig option to replace notifications in-place instead of stacking - Auto-detects
notify-send0.8+ capabilities, falls back to default behavior on older systems - Works with GNOME, dunst, mako, swaync on both X11 and Wayland
Usage
Add to ~/.config/opencode/opencode-notifier.json:
{
"linux": {
"grouping": true
}
}