claude-resume-hub 1.4.0 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,7 +62,7 @@ npx claude-resume-hub --help # all options
62
62
 
63
63
  Prefer a permanent command? `npm i -g claude-resume-hub` gives you `crh --web`.
64
64
  **Always up to date:** `npx claude-resume-hub@latest` pulls the newest version automatically.
65
- **No Node?** Grab a standalone **.exe** from the [latest release](https://github.com/IbrahimKalemci/claude-resume-hub/releases) (Windows/macOS/Linux). It still needs the `claude` CLI on your PATH.
65
+ **No Node?** [**⬇ Download a standalone binary**](https://github.com/IbrahimKalemci/claude-resume-hub/releases/latest) (Windows `.exe` / macOS / Linux) — runs without Node installed. It still needs the `claude` CLI on your PATH.
66
66
 
67
67
  ---
68
68
 
@@ -107,10 +107,18 @@ npx claude-resume-hub --help # tüm seçenekler
107
107
 
108
108
  Kalıcı komut ister misin? `npm i -g claude-resume-hub` sana `crh --web` verir.
109
109
  **Hep güncel:** `npx claude-resume-hub@latest` otomatik en yeni sürümü çeker.
110
- **Node yok mu?** [Son sürümden](https://github.com/IbrahimKalemci/claude-resume-hub/releases) standalone **.exe** indir (Windows/macOS/Linux). Yine de `claude` CLI'ın PATH'te olması gerekir.
110
+ **Node yok mu?** [**⬇ Standalone binary indir**](https://github.com/IbrahimKalemci/claude-resume-hub/releases/latest) (Windows `.exe` / macOS / Linux) — Node kurulu olmadan çalışır. Yine de `claude` CLI'ın PATH'te olması gerekir.
111
111
 
112
112
  ---
113
113
 
114
+ ## 🔒 Security & privacy
115
+
116
+ - **It never touches your tokens.** The tool does **not** read or store your Claude credentials (`~/.claude/.credentials.json` / the OS keychain). It only reads conversation transcripts under `~/.claude/projects` — on your own machine, at runtime.
117
+ - **Nothing leaves your machine.** No telemetry, no network calls of its own. The `--web` dashboard is localhost-only.
118
+ - **The binary contains only code — no sessions, no tokens.** Release executables are built by GitHub Actions from source on clean runners, so a downloaded `.exe` can't expose anyone's data (there's none embedded). Each user's run reads only *their own* local `~/.claude`.
119
+
120
+ > **Güvenlik:** Token/kimlik bilgisi *hiç* okunmaz veya saklanmaz — sadece kendi makinendeki konuşma metinleri okunur. Panel yalnızca localhost. İndirilen `.exe` yalnızca kod içerir (session/token gömülü değil), CI'da kaynaktan temiz sunucularda derlenir.
121
+
114
122
  ## 🛠️ From source · Kaynaktan
115
123
 
116
124
  Prefer to run it straight from the repo (no npm)? / npm'siz, doğrudan repodan mı çalıştırmak istiyorsun?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-resume-hub",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "description": "Run Claude Code and auto-continue the moment a usage/session limit resets — with a live dashboard and desktop alerts. Cross-platform, zero-dependency.",
5
5
  "bin": {
6
6
  "claude-resume-hub": "bin/cli.js",