@focus.matters/win-notifier
v0.2.3
Published
Windows tray notification service with Codex completion notifications.
Downloads
574
Readme
@focus.matters/win-notifier
Servicio residente de Windows que recibe POST con { "title", "body", "cwd" } y muestra avisos apilados junto a la bandeja del sistema.
Instalación
upm installSeleccione @focus.matters/win-notifier y el comando win-notifier. Su post-install.mjs copia el runtime a %LOCALAPPDATA%\WinNotifier\runtime, instala de forma idempotente el hook Stop en ~/.codex/hooks.json e inicia el servicio.
El hook entrega el último mensaje de Codex a WinNotifier con el título Tarea completada. Cuando el payload contiene un cwd, hacer clic en el aviso puede traer al frente la ventana de VS Code correspondiente.
Desarrollo
El código WinForms y el manifiesto DPI están en src. Para generar el binario distribuido:
pnpm build