diff --git a/docs/superpowers/plans/2026-08-14-llama-watch.md b/docs/superpowers/plans/2026-08-14-llama-watch.md index 35d2af5..037d986 100644 --- a/docs/superpowers/plans/2026-08-14-llama-watch.md +++ b/docs/superpowers/plans/2026-08-14-llama-watch.md @@ -1694,7 +1694,7 @@ export class InflightMonitor extends SingletonAction { const modelId = this.settings.modelId ?? ""; const state = runtime.tracker.state(modelId); const count = runtime.tracker.count(modelId); - const offline = runtime.offline || modelId.length === 0; + const offline = runtime.offline && modelId.length > 0; void action.setImage( svgDataUrl( renderInflight({