DSH-Thinking-Notifier: Persistent Notification of DSH Thinking Status in the Bottom-Right Corner of the Screen

dsh-thinking-notifier is a DeepSeek Harness (DSH) plugin designed to address the pain point of AI status being only visible in the Web UI, which can be easily missed when switching applications. It displays a persistent top popup in the bottom-right corner of the screen, mirroring AI thinking, permission requests, and completion status in real time. This plugin requires no browser extension and is built on PowerShell+WPF for Windows and Python3+tkinter for macOS/Linux. Core features include: showing "AI is thinking" with an automatic collapse into a narrow edge label over time; displaying an amber alert with a warning sound during permission requests; showing a green dot with a chime upon completion of thinking; and hiding when idle. The popup adopts a DeepSeek-style dark color scheme, supports multi-session summaries, and polls the local environment every second.

Read More