From 2c6d5994d3345e8620da3cd59e0d34d2a50a905a Mon Sep 17 00:00:00 2001 From: jiajiexing Date: Thu, 9 Apr 2026 15:11:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Add=20cc-token-status=20=E2=80=94=20macOS?= =?UTF-8?q?=20menu=20bar=20usage=20dashboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add cc-token-status to Usage & Observability section. It's a macOS menu bar dashboard for Claude Code that shows plan usage limits, costs, tokens, trends, model breakdown, and multi-machine sync via iCloud. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc06851..4b52788 100644 --- a/README.md +++ b/README.md @@ -402,6 +402,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**pyccsl**](https://github.com/wolfdenpublishing/pyccsl) (81 ⭐) - Python Claude Code Status Line (PyCCSL, pronounced "pixel"). - [**claude-statusline**](https://github.com/luongnv89/claude-statusline) (41 ⭐) - Customize the status line in Claude Code. - [**Claude-Monitor**](https://github.com/RISCfuture/Claude-Monitor) (38 ⭐) - A menulet that tracks your Claude Code token usage. +- [**cc-token-status**](https://github.com/echowonderfulworld/cc-token-status) (new) - macOS menu bar dashboard for Claude Code. Shows plan usage limits, costs, tokens, trends, model breakdown, and multi-machine sync via iCloud. Single Python file, auto-updates. - [**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. From a2314b6a5e59c32001481a0f92b8607b10b50b59 Mon Sep 17 00:00:00 2001 From: jiajiexing Date: Sat, 11 Apr 2026 17:43:43 +0800 Subject: [PATCH 2/2] fix: update cc-token-status repo URL and description for v2.5.4 - Update GitHub URL from echowonderfulworld to jayson-jia-dev - Update description to reflect current features: live plan limits, user level system, 5 languages, dark/light mode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b52788..5232ea7 100644 --- a/README.md +++ b/README.md @@ -402,7 +402,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**pyccsl**](https://github.com/wolfdenpublishing/pyccsl) (81 ⭐) - Python Claude Code Status Line (PyCCSL, pronounced "pixel"). - [**claude-statusline**](https://github.com/luongnv89/claude-statusline) (41 ⭐) - Customize the status line in Claude Code. - [**Claude-Monitor**](https://github.com/RISCfuture/Claude-Monitor) (38 ⭐) - A menulet that tracks your Claude Code token usage. -- [**cc-token-status**](https://github.com/echowonderfulworld/cc-token-status) (new) - macOS menu bar dashboard for Claude Code. Shows plan usage limits, costs, tokens, trends, model breakdown, and multi-machine sync via iCloud. Single Python file, auto-updates. +- [**cc-token-status**](https://github.com/jayson-jia-dev/cc-token-status) (new) - macOS menu bar dashboard for Claude Code. Shows live plan limits (5h/7d), costs, tokens, trends, model breakdown, user level system, and multi-machine iCloud sync. 5 languages, dark/light mode. Single Python file, auto-updates. - [**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.