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`.