From acbd3a118f8398093d674d1b287120928fbe8de3 Mon Sep 17 00:00:00 2001 From: "vsits-team-lead-agent[bot]" <279795570+vsits-team-lead-agent[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:21:52 +0000 Subject: [PATCH] Add claude-code-cache-fix to Infrastructure & Proxies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit claude-code-cache-fix is a local proxy that fixes Claude Code's prompt-cache TTL handling, reducing token spend on long sessions. Available via npm (npx claude-code-cache-fix). Inserted in descending-star order between mcp-claude-code (296 ⭐) and claude_code-gemini-mcp (237 ⭐), matching the section's existing sort convention. Entry format and ✨ emoji prefix match the moderately-starred entries in the section. Project meets typical contribution criteria: - Open source (MIT) at https://github.com/cnighswonger/claude-code-cache-fix - Actively maintained: multiple releases, npm package updated regularly - Meaningful functionality: HTTP proxy with documented cache-TTL correction logic - Good documentation: README covers install via npx, configuration, and observed cache-hit-rate improvements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98c4ac8..077239c 100644 --- a/README.md +++ b/README.md @@ -442,6 +442,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - ✨ [**claude-code-proxy**](https://github.com/seifghazi/claude-code-proxy) (340 ⭐) - Proxy that captures and visualizes in-flight Claude Code requests and conversations. - ✨ [**gemini-for-claude-code**](https://github.com/coffeegrind123/gemini-for-claude-code) (333 ⭐) - A Python program allowing the use of Claude Code with Google's Gemini models. - ✨ [**mcp-claude-code**](https://github.com/SDGLBL/mcp-claude-code) (296 ⭐) - MCP implementation of Claude Code capabilities and more. +- ✨ [**claude-code-cache-fix**](https://github.com/cnighswonger/claude-code-cache-fix) (270 ⭐) - Local proxy that fixes Claude Code's prompt-cache TTL handling, reducing token spend on long sessions. - ✨ [**claude_code-gemini-mcp**](https://github.com/RaiAnsar/claude_code-gemini-mcp) (237 ⭐) - Connect Claude Code with Google's Gemini AI for powerful AI collaboration. - ✨ [**claude-code-nexus**](https://github.com/KroMiose/claude-code-nexus) (224 ⭐) - Seamlessly forward Claude Code requests to any OpenAI-compatible API service with smart model mapping, streaming support, deployed on Cloudflare Worker. - ✨ [**claude-historian**](https://github.com/Vvkmnn/claude-historian) (197 ⭐) - An MCP server for Claude Code conversation history.