Fix whisper docker status detection for compose profile

This commit is contained in:
William Valentin
2026-02-22 19:37:49 -08:00
parent 8fcbb5f521
commit 453eb264df
3 changed files with 30 additions and 9 deletions
+12
View File
@@ -3,6 +3,18 @@
"updated_at": "2026-02-23",
"description": "Tracks the status of all Flynn plans and implementation phases",
"plans": {
"dashboard-docker-dependencies-profile-aware-detection": {
"status": "completed",
"date": "2026-02-23",
"updated": "2026-02-23",
"summary": "Fixed false `not-found` Whisper status in dashboard docker dependency cards by querying docker compose with the `voice` profile enabled (`--profile voice`) for both `config --services` and `ps` probes.",
"files_modified": [
"src/gateway/handlers/dockerDependencies.ts",
"src/gateway/handlers/dockerDependencies.test.ts",
"docs/plans/state.json"
],
"test_status": "pnpm test:run src/gateway/handlers/dockerDependencies.test.ts + pnpm typecheck passing"
},
"minimal-tui-submitted-line-dedupe": {
"status": "completed",
"date": "2026-02-23",