baobaolaodie/cc-dsh-notifier ↗★ 0
cc-dsh-notifier
Claude Code + DeepSeek Harness Windows 通知系统:Toast + 点击跳转
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:baobaolaodie/cc-dsh-notifier说明文档
阅读完整 README ↗Usage
Claude Code
Start a session and switch away. The system notifies when Claude requests a permission, asks a question, or finishes a turn.
claude
### Configuration
Edit `~/.cc-notifier/config.json` (created on install):
| Key | Default | Description |
|---|---|---|
| `enabled` | `true` | Set to `false` to disable notifications globally |
| `dedupWindowMs` | `0` | Deduplication window (ms); `0` = no dedup; `>0` merges per session+type |
| `pythonPath` | empty | Absolute path of the toast interpreter (written by the installer); empty = `python` from PATH |
| `pollIntervalMs` | `10000` | Daemon window-poll period (ms) |
| `windowWhitelist` | `[]` | Browser process whitelist for dsh web binding/focus (e.g. `chrome.exe`/`msedge.exe`) |
| `sound` | `true` | Set to `false` to mute toast sound |
| `language` | `auto` | Toast language: `auto` (system display language, `zh-*`→zh, `en-*`→en, other/failure→en), `zh`, or `en` |