diff --git a/assets/demo.gif b/assets/demo.gif index 2e0f047..695bdea 100644 Binary files a/assets/demo.gif and b/assets/demo.gif differ diff --git a/assets/screenshot-expanded.png b/assets/screenshot-expanded.png index 1dcf951..f568f95 100644 Binary files a/assets/screenshot-expanded.png and b/assets/screenshot-expanded.png differ diff --git a/assets/screenshot-idle.png b/assets/screenshot-idle.png new file mode 100644 index 0000000..d314afe Binary files /dev/null and b/assets/screenshot-idle.png differ diff --git a/assets/screenshot-main.png b/assets/screenshot-main.png index c6af31e..3a9490d 100644 Binary files a/assets/screenshot-main.png and b/assets/screenshot-main.png differ diff --git a/assets/screenshot-usage.png b/assets/screenshot-usage.png new file mode 100644 index 0000000..18f6174 Binary files /dev/null and b/assets/screenshot-usage.png differ diff --git a/site/app/page.tsx b/site/app/page.tsx index 6dd8b22..e35fecc 100644 --- a/site/app/page.tsx +++ b/site/app/page.tsx @@ -320,8 +320,8 @@ export default function Home() { // USAGE & IDLE PANELS -
- {/* Usage panel mock */} +
+ {/* Usage panel screenshot */}
@@ -330,46 +330,22 @@ export default function Home() {
-
-
-
-
Session
-
- {"████████"} - {"░░░░░░░░░░"} - 22% -
-
resets 3h 2m · $1.82/h
-
-
-
All models $412
-
- {"████████████"} - {"░░░░░░"} - 69% -
-
-
-
Sonnet $31
-
- {"█"} - {"░░░░░░░░░░░░░░░░░"} - 5% -
-
-
-
Feb total $1,847
-
$2.41/h avg · 8,234 reqs
-
-
-
-

+

Press u to toggle. Tracks session (5h window), weekly - all-model and sonnet-only costs against configurable plan limits. + all-model and sonnet-only costs against configurable plan limits, plus monthly totals.

+ + cladm usage tracking panel with session, weekly, and monthly cost bars +
- {/* Idle sessions panel mock */} + {/* Idle sessions screenshot */}
@@ -378,36 +354,20 @@ export default function Home() {
-
-
-
- {" TIME PROJECT SESSION"} -
-
- - 12s - acme-api - "Fix rate limiter..." -
-
- - 2m{" "} - quantum-dash - "Build chart tooltip..." -
-
- - 8m{" "} - ml-pipeline - "Add BERT tokenizer..." -
-
-
-

+

Press i to toggle. Shows sessions waiting for your input, sorted by most recently idle. Press Enter to focus a session's Terminal tab directly.

+ + cladm idle sessions panel showing waiting sessions with elapsed time +
diff --git a/site/public/demo.gif b/site/public/demo.gif index 2e0f047..695bdea 100644 Binary files a/site/public/demo.gif and b/site/public/demo.gif differ diff --git a/site/public/screenshot-expanded.png b/site/public/screenshot-expanded.png index 1dcf951..f568f95 100644 Binary files a/site/public/screenshot-expanded.png and b/site/public/screenshot-expanded.png differ diff --git a/site/public/screenshot-idle.png b/site/public/screenshot-idle.png new file mode 100644 index 0000000..d314afe Binary files /dev/null and b/site/public/screenshot-idle.png differ diff --git a/site/public/screenshot-main.png b/site/public/screenshot-main.png index c6af31e..3a9490d 100644 Binary files a/site/public/screenshot-main.png and b/site/public/screenshot-main.png differ diff --git a/site/public/screenshot-usage.png b/site/public/screenshot-usage.png new file mode 100644 index 0000000..18f6174 Binary files /dev/null and b/site/public/screenshot-usage.png differ