From 39104c81bd9da86a63ca48624376351b3c12c390 Mon Sep 17 00:00:00 2001 From: hatoya Date: Mon, 13 Jul 2026 18:07:35 +0900 Subject: [PATCH] Add ccglance to Usage & Observability Co-Authored-By: Claude Fable 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2db069a..b3b4e69 100644 --- a/README.md +++ b/README.md @@ -674,6 +674,7 @@ June 14, 2026 - [**claude-code-sdk-ts**](https://github.com/instantlyeasy/claude-code-sdk-ts) - (206 ⭐) - Configure models, enable tools, stream events, then fetch text, JSON, run details or token stats in one call via .asText() or .allowTools('Read', 'Write'). - [**claude-code-typescript-hooks**](https://github.com/bartolli/claude-code-typescript-hooks) - (177 ⭐) - Fast, intelligent quality checks for different project types. - [**claude-code-api-rs**](https://github.com/ZhangHanDong/claude-code-api-rs) - (170 ⭐) - A high-performance Rust implementation of an OpenAI-compatible API gateway for Claude Code CLI. +- [**ccglance**](https://github.com/hatoya/ccglance) - Always-on-top macOS floating panel showing the status of every running Claude Code session (working / awaiting permission / idle), with subagent and PR status, powered by lifecycle hooks. ---