From 744eb3127b8790214e670ca14981b2d56258cbd7 Mon Sep 17 00:00:00 2001 From: mj0011 Date: Mon, 18 May 2026 22:52:31 +0500 Subject: [PATCH] Add claude-link to Usage & Observability Real-time per-session network monitor in Claude Code's statusline: shows whether your API request is uploading the prompt, waiting for first byte, streaming the response, or idle, with real HTTPS connect-time RTT (not ICMP). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8755c9d..e5c1d3e 100644 --- a/README.md +++ b/README.md @@ -465,6 +465,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. +- [**claude-link**](https://github.com/3dnow/claude-link) (1 ⭐) - Real-time per-session network monitor in Claude Code's statusline: shows uploading prompt / waiting for first byte / streaming response / idle, with real HTTPS connect-time RTT. ---