Documentation
¶
Index ¶
- func Digest(waitingSessions, pendingReviews, featureWork int) error
- func PRMerged(prNumber int, prTitle string) error
- func PRReview(prNumber int, prTitle, author, repo string) error
- func Send(title, message, subtitle string) error
- func SendWithAction(title, message, subtitle, executeOnClick string) error
- func SessionWaiting(worktreeName, model, resumeCmd string) error
- func StaleWorktrees(count int) error
- func WorktreeReady(prNumber int, worktreePath string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Digest ¶ added in v0.7.0
Digest sends a periodic summary notification. Only sends if there is something actionable.
func SendWithAction ¶ added in v0.7.0
SendWithAction sends a notification with an optional click action. If terminal-notifier is installed, clicking the notification runs executeOnClick. Otherwise falls back to osascript with the command appended to the subtitle.
func SessionWaiting ¶ added in v0.7.0
SessionWaiting notifies that a Claude session is waiting for user input.
func StaleWorktrees ¶
StaleWorktrees notifies about stale worktrees found.
func WorktreeReady ¶
WorktreeReady notifies that a worktree is ready for review. Clicking opens a terminal tab in the worktree (requires terminal-notifier).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.