# dsh-plugin-attention-chime bundle patch — shipped defaults. # # Applied as a bundle layer when the package is listed in the profile # manifest's `dsh.profile.bundles` (done automatically by # `dsh plugin --profile add ...`). # # Override options: # 1. Settings → Plugins → Configurable → "Attention Chime" card (live, # persisted to ~/.dsh/settings.yaml) — recommended. # 2. The profile's own cordis.patch.yml addressing `id: attention-chime` # (note: a patch replaces the row's whole `config`, it does not merge). - insert: - id: attention-chime name: 'dsh-plugin-attention-chime' config: enabled: true idleGraceMs: 1200 # chime only if still idle after this delay minGapMs: 1500 # minimal gap between two chimes notificationTitle: 'DeepSeek Harness' backgroundGuard: true # no "waiting for reply" while background jobs/subagents run jump: # click notification -> focus the session's browser tab enabled: true # needs terminal-notifier; plain banner otherwise browser: 'Google Chrome' # or Safari / Microsoft Edge / Arc / Brave Browser escalate: # re-notify while still waiting, progressively louder enabled: true intervalMs: 300000 # 5 minutes max: 3 # at most 3 re-notifications volumeStep: 0.5 # +volume per repeat maxVolume: 3 # volume cap sound: '' # optional dedicated escalation sound ('' = keep original) foreground: # bring the browser to the front on alert enabled: false app: 'Google Chrome' alerts: reply: enabled: true sound: 'Glass' volume: 1 question: enabled: true sound: 'Funk' volume: 1 approval: enabled: true sound: 'Sosumi' volume: 1