claude-resume-hub
v1.5.0
Published
Run Claude Code and auto-continue the moment a usage/session limit resets — with a live dashboard and desktop alerts. Cross-platform, zero-dependency.
Downloads
1,109
Maintainers
Readme
claude-resume-hub
Hit a Claude Code limit at 2am? Wake up to finished work.
Auto-continues your Claude Code session the moment a usage/session limit resets — as a tray desktop app or a one-line CLI. Cross-platform, zero-dependency, and it never touches your tokens.
🇬🇧 English
When Claude Code hits your limit it prints Claude AI usage limit reached|… and stops — you have to come back and type continue. claude-resume-hub finds your session, waits for the exact reset time, and continues for you. Then it pings you.
🖥️ Desktop app — download & run
The tray app finds your last session automatically, shows a live countdown, and resumes on its own. No terminal.
⬇ Download claude-resume-hub.exe (Windows · macOS · Linux)
- Download and run it — it lives in your system tray.
- It auto-finds the session you were last working in.
- Pick Continue (or type a task), press Start, and walk away.
- Limit hit → it counts down → resumes the moment the window reopens → you get a notification. 🎉
It wraps Claude Code, so the
claudeCLI must be on your PATH.
⌨️ Prefer the terminal? One line, no install
npx claude-resume-hub --web # auto-resume + a live dashboard
npx claude-resume-hub # ...or headless, no dashboardHandy flags: --list (see your sessions) · --session <id> (resume a specific one) · --smart (context-aware resume) · --tray (Windows tray) · --help.
✨ Features
- ⏱️ Exact countdown — reads the real reset timestamp, not a guess
- 🎯 Finds the right session and pins it (no more resuming the wrong one)
- 📚 Multi-project queue — several projects resume in order on one reset clock
- 🔔 Phone/chat alerts — optional webhook or Telegram ping on reset / done / error
- 📺 Live output — watch what Claude did, even while you were away
- ⬆️ Update banner — tells you when a newer version ships
- 🪶 Zero dependencies, ~one small package · 🔒 never reads your tokens
🔒 Security & privacy
It never reads or stores your Claude credentials (~/.claude/.credentials.json / keychain). It only reads your own conversation transcripts under ~/.claude/projects, locally. No telemetry; the dashboard is localhost-only; release binaries are built by CI from source on clean machines, so a downloaded .exe carries no one's data.
🇹🇷 Türkçe
Claude Code limitine takılınca Claude AI usage limit reached|… yazıp durur — gelip continue yazman gerekir. claude-resume-hub oturumunu bulur, tam açılma saatini bekler ve senin yerine devam eder. Sonra da sana haber verir.
🖥️ Masaüstü uygulaması — indir çalıştır
Tepside duran uygulama son oturumunu otomatik bulur, canlı geri sayım gösterir, kendi devam eder. Terminal yok.
⬇ claude-resume-hub.exe indir (Windows · macOS · Linux)
- İndir ve çalıştır — sistem tepsisinde yaşar.
- Son çalıştığın oturumu kendi bulur.
- Continue seç (ya da task yaz), Start'a bas, işine bak.
- Limit dolunca → geri sayar → açılır açılmaz devam eder → bildirim alırsın. 🎉
Claude Code'u sarmalar;
claudeCLI'ın PATH'te olması gerekir.
⌨️ Terminal mi? Tek satır, kurulum yok
npx claude-resume-hub --web # otomatik devam + canlı panel
npx claude-resume-hub # ...ya da panelsizİşe yarayan bayraklar: --list (oturumları gör) · --session <id> (belirli oturum) · --smart (bağlam-farkında devam) · --tray (Windows tepsi) · --help.
✨ Özellikler
- ⏱️ Net geri sayım — tahmin değil, gerçek reset zamanını okur
- 🎯 Doğru oturumu bulur ve sabitler (yanlış oturumu devam ettirme derdi yok)
- 📚 Çoklu proje kuyruğu — birden fazla proje tek reset saatinde sırayla devam eder
- 🔔 Telefon/sohbet bildirimi — webhook ya da Telegram ile reset/bitiş/hata bildirimi
- 📺 Canlı çıktı — Claude ne yaptı, sen yokken bile gör
- ⬆️ Güncelleme banner'ı — yeni sürüm çıkınca söyler
- 🪶 Sıfır bağımlılık · 🔒 token'ına asla dokunmaz
🔒 Güvenlik & gizlilik
Claude kimlik bilgilerini (~/.claude/.credentials.json / keychain) asla okumaz/saklamaz. Sadece kendi makinendeki ~/.claude/projects konuşma metinlerini okur. Telemetri yok; panel yalnızca localhost; release binary'leri CI'da temiz sunucularda kaynaktan derlenir — indirilen .exe kimsenin verisini taşımaz.
🛠️ From source · Kaynaktan
git clone https://github.com/IbrahimKalemci/claude-resume-hub.git
cd claude-resume-hub
npm start # CLI
npm run app:start # desktop app (needs: npm install)