unsnooze 1.8.0 → 1.8.1

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 1.8.1 — 2026-07-13
6
+
7
+ - **Discovery / SEO**: package description and keywords expanded so npm and
8
+ GitHub surface Qwen Code, Kimi CLI, OpenCode, Antigravity, OpenRouter, and
9
+ Zellij alongside Claude/Codex/Grok. README comparison table updated to match.
10
+
5
11
  ## 1.8.0 — 2026-07-13
6
12
 
7
13
  - **Notification channels** (`notifyChannel`: `auto` | `native` | `osc` |
package/README.md CHANGED
@@ -29,7 +29,7 @@ existing tool solves only a slice of it:
29
29
 
30
30
  | | **unsnooze** | claude-auto-retry | autoclaude | hydra |
31
31
  |---|:---:|:---:|:---:|:---:|
32
- | Multi-CLI (Claude Code + Codex + Grok) | ✅ | ❌ Claude only | ❌ Claude only | |
32
+ | Multi-CLI (Claude · Codex · Grok · Qwen · Kimi · OpenCode · Antigravity) | ✅ | ❌ Claude only | ❌ Claude only | partial |
33
33
  | GUI sessions (VS Code ext, desktop apps) | ✅ watcher daemon | ❌ | ❌ | ❌ |
34
34
  | Waits for reset & resumes the **same** session | ✅ | ✅ | ✅ | ❌ switches provider |
35
35
  | All sessions at once (shared ledger + one daemon) | ✅ | ❌ one pane | ✅ | ✅ |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unsnooze",
3
- "version": "1.8.0",
4
- "description": "Auto-resume Claude Code, Codex CLI, Grok, Qwen Code, Kimi CLI, OpenCode & Antigravity CLI sessions in tmux or Zellij when the usage limit (5-hour or weekly) resets. Wakes every limit-stopped AI coding session automatically.",
3
+ "version": "1.8.1",
4
+ "description": "Auto-resume Claude Code, Codex CLI, Grok, Qwen Code, Kimi CLI, OpenCode & Antigravity when the 5-hour/weekly usage limit resets tmux, Zellij, VS Code & desktop apps. Wakes every limit-stopped AI coding session automatically.",
5
5
  "keywords": [
6
6
  "claude",
7
7
  "claude-code",
@@ -10,19 +10,25 @@
10
10
  "openai",
11
11
  "anthropic",
12
12
  "grok",
13
+ "xai",
13
14
  "qwen",
14
15
  "qwen-code",
15
16
  "kimi",
16
17
  "kimi-cli",
18
+ "moonshot",
17
19
  "opencode",
18
20
  "antigravity",
19
21
  "antigravity-cli",
22
+ "gemini",
23
+ "google",
20
24
  "openrouter",
25
+ "chatgpt",
21
26
  "usage-limit",
22
27
  "usage limit",
23
28
  "rate-limit",
24
29
  "rate limit",
25
30
  "5-hour limit",
31
+ "weekly limit",
26
32
  "auto-resume",
27
33
  "auto-retry",
28
34
  "resume",
@@ -31,7 +37,8 @@
31
37
  "zellij",
32
38
  "ai-agents",
33
39
  "agentic-coding",
34
- "cli"
40
+ "cli",
41
+ "developer-tools"
35
42
  ],
36
43
  "author": "Saaransh Menon <saaransh.dev2811@gmail.com>",
37
44
  "license": "MIT",