From 3796251748c656f49ab3d2e2a69481c25b2c0a22 Mon Sep 17 00:00:00 2001 From: lanesket Date: Wed, 18 Mar 2026 02:41:15 +0100 Subject: [PATCH] feat: add llm.log to Usage & Observability section Signed-off-by: lanesket --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b03d24..d934647 100644 --- a/README.md +++ b/README.md @@ -378,6 +378,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**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. - [**cccost**](https://github.com/badlogic/cccost) (20 ⭐) - Instrument Claude Code to track actual token usage and cost. +- [**llm.log**](https://github.com/lanesket/llm.log) - Local MITM proxy with TUI dashboard for monitoring LLM API calls — token usage, real costs, latency and full request inspector. Supports OpenAI, Anthropic and OpenRouter. Zero code changes, single binary, pure Go. - [**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. ---