From 93570dc9babdc66b254e038a5e42b302597e181a Mon Sep 17 00:00:00 2001 From: Bryce Zuccaro Date: Fri, 14 Aug 2026 12:45:28 -0600 Subject: [PATCH] spec: clarify All models datasource handling --- .../specs/2026-08-14-usage-stats-gpu-combos-design.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/superpowers/specs/2026-08-14-usage-stats-gpu-combos-design.md b/docs/superpowers/specs/2026-08-14-usage-stats-gpu-combos-design.md index 794c552..6250e60 100644 --- a/docs/superpowers/specs/2026-08-14-usage-stats-gpu-combos-design.md +++ b/docs/superpowers/specs/2026-08-14-usage-stats-gpu-combos-design.md @@ -101,8 +101,10 @@ Two extensions to the existing llama-watch actions: - `ui/inflight.html`: add "Display" select (`count`/`usage`) and "Primary stat" select. Both always visible; `primaryStat` has no effect in count - mode. Model datasource includes the `all` option (handled in the PI - datasource provider if one exists, else the select defaults). + mode. +- `src/lib/datasources.ts`: the `models` datasource prepends + `{ label: "All models", value: "all" }` to its items (so the model select + offers both the aggregate and individual models). - `ui/gpu.html`: add "GPU combination (comma-separated ids)" textfield, optional, placeholder `e.g. 0,2`.