Skip to content

Commit 57f188e

Browse files
committed
docs: refresh public site — remote-control feature, 50+ providers, fix stale download links
- README + landing page (docs/index.html): describe the remote session-control / live-terminal capability (the product's differentiator, shipped on iOS/Mac), not just monitoring; state provider breadth as "50+" (source has 56). - Fix broken downloads: the hardcoded v1.10.7 macOS DMG + Android APK links 404'd (v1.10.7 is long gone) → point to /releases (/releases/latest) so they always resolve. Drop the stale "Latest release: v1.10.7" line. - Remove the outdated "Android: push/team management still being completed" copy (those are built) and the misleading "Latest" badge on the v1.10.7 release-notes entry (the page already points to /releases/latest for the current build). (release-notes.html still lists only up to v1.10.7 — it needs real v1.11–v1.26 changelog content, which isn't fabricated here.)
1 parent 5d15080 commit 57f188e

3 files changed

Lines changed: 22 additions & 14 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# CLI Pulse
22

33
CLI Pulse is a developer app for monitoring usage, quotas, resets, sessions,
4-
and alerts across supported AI coding providers. Available on macOS, iOS,
4+
and alerts across 50+ AI coding providers — and for remotely watching and
5+
steering your Mac's AI-CLI agents from your phone. Available on macOS, iOS,
56
watchOS, and Android (beta).
67

78
This repository is the **public distribution and trust-documentation** repo
@@ -21,9 +22,15 @@ below.
2122

2223
CLI Pulse helps developers see — at a glance — how much of their AI provider
2324
quotas they've used, what each provider is costing, when limits reset, and
24-
which sessions are currently active. It supports providers like Claude,
25-
Codex, Gemini, OpenRouter, Cursor, Copilot, JetBrains AI, Ollama, Warp,
26-
Augment, and others.
25+
which sessions are currently active. It supports 50+ providers, including
26+
Claude, Codex, Gemini, OpenRouter, Cursor, Copilot, JetBrains AI, Ollama,
27+
Warp, and Augment.
28+
29+
It also turns your phone into a remote control for your Mac's coding agents:
30+
pair the macOS app's local helper, then from iPhone or iPad watch your
31+
managed AI-CLI sessions live, send prompts, approve or deny permission
32+
requests, and keep an eye on a whole swarm of agents — without touching your
33+
Mac.
2734

2835
The product spans:
2936

docs/index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,32 +34,33 @@ <h2 style="color:#fff">Download</h2>
3434
<a href="https://apps.apple.com/app/cli-pulse/id6761163709" style="display:inline-flex;align-items:center;gap:8px;background:#0066cc;color:#fff;padding:12px 20px;border-radius:10px;font-weight:600;text-decoration:none;font-size:.95rem">
3535
iOS / watchOS App Store
3636
</a>
37-
<a href="https://github.com/JasonYeYuhe/cli-pulse/releases/download/v1.10.7/CLI-Pulse-Bar-v1.10.7.dmg" style="display:inline-flex;align-items:center;gap:8px;background:#2d2d44;color:#fff;padding:12px 20px;border-radius:10px;font-weight:600;text-decoration:none;border:1px solid rgba(255,255,255,.15);font-size:.95rem">
38-
macOS v1.10.7 DMG
37+
<a href="https://github.com/JasonYeYuhe/cli-pulse/releases/latest" style="display:inline-flex;align-items:center;gap:8px;background:#2d2d44;color:#fff;padding:12px 20px;border-radius:10px;font-weight:600;text-decoration:none;border:1px solid rgba(255,255,255,.15);font-size:.95rem">
38+
macOS DMG
3939
</a>
40-
<a href="https://github.com/JasonYeYuhe/cli-pulse/releases/download/v1.10.7/CLI-Pulse-Android-v1.10.7.apk" style="display:inline-flex;align-items:center;gap:8px;background:#3ddc84;color:#1a1a2e;padding:12px 20px;border-radius:10px;font-weight:600;text-decoration:none;font-size:.95rem">
41-
Android v1.10.7 APK
40+
<a href="https://github.com/JasonYeYuhe/cli-pulse/releases" style="display:inline-flex;align-items:center;gap:8px;background:#3ddc84;color:#1a1a2e;padding:12px 20px;border-radius:10px;font-weight:600;text-decoration:none;font-size:.95rem">
41+
Android APK
4242
</a>
4343
</div>
44-
<p style="color:#808098;font-size:.85rem;margin-top:12px">Latest release: v1.10.7. Browse all builds on <a href="https://github.com/JasonYeYuhe/cli-pulse/releases/latest" style="color:#cfd6ff">GitHub Releases</a>.</p>
44+
<p style="color:#808098;font-size:.85rem;margin-top:12px">Browse the latest builds on <a href="https://github.com/JasonYeYuhe/cli-pulse/releases/latest" style="color:#cfd6ff">GitHub Releases</a>.</p>
4545
</div>
4646

4747
<div class="card" style="background:linear-gradient(135deg,#0d2818,#1a3a2a);color:#fff;border:1px solid rgba(61,220,132,.3)">
4848
<h2 style="color:#3ddc84">Android Beta Testing</h2>
49-
<p style="color:#c0d8c8">CLI Pulse for Android is in beta. Some features (push notifications, team management) are still being completed. Join our testing program to get early access.</p>
49+
<p style="color:#c0d8c8">CLI Pulse for Android is in beta. Join our testing program to get early access.</p>
5050
<div style="margin-top:16px">
5151
<a href="https://play.google.com/apps/internaltest/4699926885235347963" style="display:inline-flex;align-items:center;gap:8px;background:#3ddc84;color:#0d2818;padding:12px 24px;border-radius:10px;font-weight:700;text-decoration:none;font-size:.95rem">
5252
Join Android Beta on Google Play
5353
</a>
5454
</div>
55-
<p style="color:#7aaa8e;font-size:.85rem;margin-top:12px">Limited to 100 testers. You can also sideload the <a href="https://github.com/JasonYeYuhe/cli-pulse/releases/download/v1.10.7/CLI-Pulse-Android-v1.10.7.apk" style="color:#a0e8c0">APK directly</a>.</p>
55+
<p style="color:#7aaa8e;font-size:.85rem;margin-top:12px">Limited to 100 testers. You can also sideload the <a href="https://github.com/JasonYeYuhe/cli-pulse/releases" style="color:#a0e8c0">APK from GitHub Releases</a>.</p>
5656
</div>
5757

5858
<div class="card">
5959
<h2>About</h2>
6060
<p>CLI Pulse is a developer app for monitoring usage, quotas, resets, sessions,
61-
and alerts across supported AI coding providers.</p>
62-
<p style="margin-top:12px">Supports Claude, Codex, Gemini, Cursor, Copilot, JetBrains AI, Ollama, Warp, Augment, and more. Available on macOS, iOS, watchOS, and Android (beta).</p>
61+
and alerts across 50+ AI coding providers — and for remotely watching and
62+
steering your Mac's AI-CLI agents from iPhone or iPad.</p>
63+
<p style="margin-top:12px">Supports 50+ providers including Claude, Codex, Gemini, Cursor, Copilot, JetBrains AI, Ollama, Warp, and Augment. Available on macOS, iOS, watchOS, and Android (beta).</p>
6364
</div>
6465

6566
<div class="card">

docs/release-notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h1>Release Notes</h1>
4747

4848
<div class="release">
4949
<h3>v1.10.7 &mdash; OAuth cancel + macOS session scanner restore</h3>
50-
<p class="meta">Latest &middot; macOS, iOS, watchOS, Android</p>
50+
<p class="meta">macOS, iOS, watchOS, Android</p>
5151
<p>Fixed OAuth cancel handling for Claude. Restored the macOS session-log scanner. Stability and alert-handling improvements.</p>
5252
<p><a href="https://github.com/JasonYeYuhe/cli-pulse/releases/tag/v1.10.7">Full notes &amp; assets &rsaquo;</a></p>
5353
</div>

0 commit comments

Comments
 (0)