diff --git a/.ideai/tickets/149/carnet.md b/.ideai/tickets/149/carnet.md index 6cf3d41..eacaa8a 100644 --- a/.ideai/tickets/149/carnet.md +++ b/.ideai/tickets/149/carnet.md @@ -1,6 +1,6 @@ --- issueRef: "#149" -version: 1 +version: 2 updatedBy: {"kind":"agent","agent_id":"a6c6ea12-bfc6-4bdc-8031-324102dfa34d"} -updatedAt: 1785930073255 +updatedAt: 1785930103912 --- diff --git a/.ideai/tickets/149/issue.md b/.ideai/tickets/149/issue.md index b403d88..74bf771 100644 --- a/.ideai/tickets/149/issue.md +++ b/.ideai/tickets/149/issue.md @@ -2,7 +2,7 @@ id: "1bd74960-361f-4083-acff-4c0b55cd920f" number: 149 title: "CLI custom: fallback silencieux vers Plain/TUI avant chargement du catalogue agent/profil" -status: "open" +status: "inProgress" priority: "high" sprint: null links: [{"target":"#148","kind":"relatesTo"},{"target":"#147","kind":"relatesTo"}] @@ -11,7 +11,7 @@ attachments: [] createdBy: {"kind":"agent","agent_id":"a6c6ea12-bfc6-4bdc-8031-324102dfa34d"} updatedBy: {"kind":"agent","agent_id":"a6c6ea12-bfc6-4bdc-8031-324102dfa34d"} createdAt: 1785930073255 -updatedAt: 1785930073255 -version: 1 +updatedAt: 1785930103912 +version: 2 --- Bug report utilisateur du 2026-08-05: la CLI custom ne se lance plus; à l'ouverture elle se ferme immédiatement et la cellule revient sur Plain/TUI. Diagnostic Architecture: bug distinct de #148. Dans `frontend/src/features/layout/LayoutGrid.tsx`, `cellMode` restauré à `custom` depuis le storage est forcé trop tôt vers `tui` par l'effet garde-fou `if (!customCliAvailable && cellMode !== "tui") setCellMode("tui")`, alors que `agents`/`profiles` sont encore vides pendant leur chargement asynchrone initial. Résultat: la préférence `custom` est écrasée silencieusement avant même que la vue puisse se monter. Objectif: retarder ce fallback jusqu'à la fin du premier chargement du catalogue, couvrir par test de non-régression, valider QA, puis rebuild AppImage Linux. \ No newline at end of file diff --git a/.ideai/tickets/index.json b/.ideai/tickets/index.json index 48165b1..2626158 100644 --- a/.ideai/tickets/index.json +++ b/.ideai/tickets/index.json @@ -1950,7 +1950,7 @@ "issueRef": "#149", "path": "149", "title": "CLI custom: fallback silencieux vers Plain/TUI avant chargement du catalogue agent/profil", - "status": "open", + "status": "inProgress", "priority": "high", "sprint": null, "assignedAgentIds": [ @@ -1960,7 +1960,7 @@ "kind": "agent", "agent_id": "a6c6ea12-bfc6-4bdc-8031-324102dfa34d" }, - "updatedAt": 1785930073255 + "updatedAt": 1785930103912 } ] } \ No newline at end of file