feat: add usage-stats display mode to In-Flight Monitor action

This commit is contained in:
c4ch3c4d3
2026-08-14 12:56:45 -06:00
parent 47e08f8953
commit b23eaac153
4 changed files with 68 additions and 8 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export interface InflightRenderOptions {
}
export function renderInflight(opts: InflightRenderOptions): string {
const name = escapeXml(shorten(opts.modelName));
const name = escapeXml(shorten(opts.modelName === "all" ? "ALL MODELS" : opts.modelName));
if (opts.offline) {
return frame("#10131a", [