From 338ea8f9e21a05e603d49fcd4068c2be20011247 Mon Sep 17 00:00:00 2001 From: Invictorius Date: Tue, 14 Apr 2026 13:24:05 +0200 Subject: [PATCH] add aby-claude-watcher to Usage & Observability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Real-time macOS dashboard monitoring Claude Code sessions — detects every session in ~/.claude/sessions/, shows state + metadata in real time, notifies when a session needs input, and one-click-focuses the host terminal. Open source (MIT), local-first, no telemetry. Apple Silicon and Intel builds both provided in the v1.0.0 release. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6050df..311a66f 100644 --- a/README.md +++ b/README.md @@ -417,6 +417,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**Claude-Monitor**](https://github.com/RISCfuture/Claude-Monitor) (38 ⭐) - A menulet that tracks your Claude Code token usage. - [**cccost**](https://github.com/badlogic/cccost) (20 ⭐) - Instrument Claude Code to track actual token usage and cost. - [**claude-code-usage-bar**](https://github.com/leeguooooo/claude-code-usage-bar) (0 ⭐) - Real‑time statusline for Claude Code: token usage, remaining budget, burn rate, and depletion time. +- [**aby-claude-watcher**](https://github.com/aby-agency/aby-claude-watcher) (0 ⭐) - Real-time macOS dashboard for monitoring every Claude Code session. Five color-coded states (thinking, running, waiting, error, completed), per-session notifications, one-click focus terminal across 9 terminal apps (iTerm2, Terminal, Warp, VSCode, Cursor, Ghostty, kitty, WezTerm, Hyper). Bilingual FR/EN, local-first, MIT licensed. ---