From 5df81260c44f316de6f5e1192997d1f77d66e776 Mon Sep 17 00:00:00 2001 From: cheapestinference Date: Sun, 5 Jul 2026 14:23:34 +0200 Subject: [PATCH] Add claude-auto-retry to Tools & Utilities --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 905c9a3..37cc99e 100644 --- a/README.md +++ b/README.md @@ -513,6 +513,7 @@ June 14, 2026 - [**cctrace**](https://github.com/jimmc414/cctrace) - (193 ⭐) - Export Claude Code chat sessions into markdown and XML. - [**claude-agent-server**](https://github.com/forayconsulting/gemini_cli_skill) - (187 ⭐) - A Claude Code skill enabling Claude to use Gemini 3 Pro via Gemini CLI. - [**recall**](https://github.com/zippoxer/recall) - (187 ⭐) - Full-text search and resume for Claude/Codex conversations. +- [**claude-auto-retry**](https://github.com/cheapestinference/claude-auto-retry) - (185 ⭐) - Auto-resumes Claude Code sessions: waits out subscription usage/session limits until the printed reset time, applies exponential backoff on sustained API overload (529/5xx), and retries past safeguard false positives. tmux-based, zero runtime dependencies. - [**meridian**](https://github.com/markmdev/meridian) - (177 ⭐) - Zero-config Claude Code setup with enforced task scaffolding, structured memory, persistent context after compaction, plug-in code standards, optional TDD mode, and zero behavior changes for developers. - [**claude-code-boost**](https://github.com/yifanzz/claude-code-boost) - (165 ⭐) - Hook utilities for Claude Code with intelligent auto-approval. - [**claude-code-auto-memory**](https://github.com/severity1/claude-code-auto-memory) - (149 ⭐) - Claude Code plugin that automatically maintains CLAUDE.md files.