Back to browse
GitHub Repository

Keeps your Claude session warm for you

2 starsPython

Claude-thermos – keeps your Claude session warm for you

by s0ck_r4w·Jul 23, 2026·16 points·16 comments

AI Analysis

●●●BangerBig BrainSolve My Problem

Saves 20% on API bills by preventing cache expiration during long subagent waits.

Strengths
  • Identifies a specific, expensive edge case (5-minute TTL) that official docs overlook.
  • Transparent reverse proxy approach requires zero changes to existing Claude Code workflows.
Weaknesses
  • Only useful for users running complex agentic loops, not simple chat interactions.
  • Adds a local dependency (Python proxy) that could introduce latency or failure points.
Target Audience

Heavy users of Claude Code who run complex multi-agent workflows

Similar To

LiteLLM · Cline

Similar Projects