@cat-factory/app 0.241.1 → 0.241.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,6 +37,14 @@ export const REASON_KEY: Record<ToolServerUnavailableReason, string> = {
37
37
  * (`docs`' table in `backend/docs/mcp-tool-servers.md` is the same mapping for a reader who never
38
38
  * opens the SPA); a reason with no remedy leaves the operator holding an accurate diagnosis and no
39
39
  * next step, which is the state this surface was built to end.
40
+ *
41
+ * EDITING ONE OF THESE MEANS READING EVERY CAUSE IT COVERS FIRST. A member is not a cause:
42
+ * `harness_unsupported`, `missing_secret` and `oauth_not_connected` are each reached from more
43
+ * than one place, and a line addressing only the obvious one is a dead end for whoever hit the
44
+ * other, which is worse than the bare diagnosis this replaced because it also costs them the
45
+ * attempt. The causes per member are enumerated on kernel's `UnavailableToolServer` (which the SPA
46
+ * cannot import) and restated in that doc's table, whose "What happened" column is the list to
47
+ * check a remedy against.
40
48
  */
41
49
  export const REMEDY_KEY: Record<ToolServerUnavailableReason, string> = {
42
50
  harness_unsupported: 'panels.stepDetail.toolServers.remedy.harnessUnsupported',
@@ -2000,11 +2000,11 @@
2000
2000
  "unknown": "war nicht verfügbar ({reason})."
2001
2001
  },
2002
2002
  "remedy": {
2003
- "harnessUnsupported": "Führen Sie den Schritt auf einer Agenten-CLI mit MCP aus, oder erweitern Sie die Harness-Liste des Servers.",
2003
+ "harnessUnsupported": "Führen Sie den Schritt auf einer Agenten-CLI mit MCP aus, oder erweitern Sie die Harness-Liste des Servers. Ein Codex-Lauf mit Ihrer eigenen CLI-Anmeldung hat keinen laufspezifischen Ablageort für den Server; verwenden Sie stattdessen Zugangsdaten der Plattform.",
2004
2004
  "transportUnsupported": "Deklarieren Sie dafür einen stdio-Server, oder führen Sie den Schritt auf einer Agenten-CLI aus, die HTTP-Server erreicht.",
2005
- "missingSecret": "Hinterlegen Sie die genannte Zugangsinformation im Infrastruktur-Fenster unter den Capability-Zugangsdaten.",
2005
+ "missingSecret": "Hinterlegen Sie die genannte Zugangsinformation entweder als Umgebungsvariable des Deployments oder im Infrastruktur-Fenster unter den Capability-Zugangsdaten.",
2006
2006
  "reservedSecret": "Ändern Sie die Deklaration auf einen anderen Schlüssel; das Setzen dieser Variablen hilft gerade nicht.",
2007
- "oauthNotConnected": "Verbinden Sie dieses Board im Infrastruktur-Fenster damit.",
2007
+ "oauthNotConnected": "Verbinden Sie dieses Board im Infrastruktur-Fenster damit. Ein Deployment ohne ENCRYPTION_KEY hat keinen Ort für eine Berechtigung, das muss ein Betreiber also zuerst setzen.",
2008
2008
  "oauthTokenFailed": "Verbinden Sie es im Infrastruktur-Fenster neu, oder warten Sie die Störung des Anbieters ab.",
2009
2009
  "overBudget": "Kürzen Sie, was der Agent deklariert, damit ein Lauf alles mitführen kann."
2010
2010
  }
@@ -1527,11 +1527,11 @@
1527
1527
  "unknown": "was not available ({reason})."
1528
1528
  },
1529
1529
  "remedy": {
1530
- "harnessUnsupported": "Run the step on an agent CLI that speaks MCP, or widen the server's harness list.",
1530
+ "harnessUnsupported": "Run the step on an agent CLI that speaks MCP, or widen the server's harness list. A Codex run signed in with your own CLI login has nowhere per-run to keep the server, so use a platform credential instead.",
1531
1531
  "transportUnsupported": "Declare a stdio server for it, or run the step on an agent CLI that reaches HTTP servers.",
1532
- "missingSecret": "Set the credential it names under capability credentials, in the Infrastructure window.",
1532
+ "missingSecret": "Set the credential it names, either as a deployment environment variable or under capability credentials in the Infrastructure window.",
1533
1533
  "reservedSecret": "Change the declaration to ask for another key; setting that variable is exactly what will not help.",
1534
- "oauthNotConnected": "Connect this board to it from the Infrastructure window.",
1534
+ "oauthNotConnected": "Connect this board to it from the Infrastructure window. A deployment with no ENCRYPTION_KEY has nowhere to keep a grant, so an operator has to set that first.",
1535
1535
  "oauthTokenFailed": "Reconnect it from the Infrastructure window, or wait out the vendor's outage.",
1536
1536
  "overBudget": "Trim what the agent declares, so one run can carry all of it."
1537
1537
  }
@@ -1436,11 +1436,11 @@
1436
1436
  "unknown": "no estuvo disponible ({reason})."
1437
1437
  },
1438
1438
  "remedy": {
1439
- "harnessUnsupported": "Ejecuta el paso en una CLI de agente que hable MCP, o amplía la lista de harnesses del servidor.",
1439
+ "harnessUnsupported": "Ejecuta el paso en una CLI de agente que hable MCP, o amplía la lista de harnesses del servidor. Una ejecución de Codex con tu propia sesión de la CLI no tiene dónde guardar el servidor durante esa ejecución, así que usa una credencial de la plataforma.",
1440
1440
  "transportUnsupported": "Declara un servidor stdio para él, o ejecuta el paso en una CLI de agente que alcance servidores HTTP.",
1441
- "missingSecret": "Configura la credencial que nombra en las credenciales de capacidades, en la ventana de Infraestructura.",
1441
+ "missingSecret": "Configura la credencial que nombra, ya sea como variable de entorno del despliegue o en las credenciales de capacidades, en la ventana de Infraestructura.",
1442
1442
  "reservedSecret": "Cambia la declaración para que pida otra clave; definir esa variable es justo lo que no ayudará.",
1443
- "oauthNotConnected": "Conecta este tablero con él desde la ventana de Infraestructura.",
1443
+ "oauthNotConnected": "Conecta este tablero con él desde la ventana de Infraestructura. Un despliegue sin ENCRYPTION_KEY no tiene dónde guardar una concesión, así que un operador debe configurarla primero.",
1444
1444
  "oauthTokenFailed": "Vuelve a conectarlo desde la ventana de Infraestructura, o espera a que pase la caída del proveedor.",
1445
1445
  "overBudget": "Recorta lo que declara el agente, para que una ejecución pueda llevarlo todo."
1446
1446
  }
@@ -1436,11 +1436,11 @@
1436
1436
  "unknown": "n'était pas disponible ({reason})."
1437
1437
  },
1438
1438
  "remedy": {
1439
- "harnessUnsupported": "Exécutez l’étape sur une CLI d’agent qui parle MCP, ou élargissez la liste de harnesses du serveur.",
1439
+ "harnessUnsupported": "Exécutez l’étape sur une CLI d’agent qui parle MCP, ou élargissez la liste de harnesses du serveur. Une exécution Codex connectée avec votre propre session CLI n’a nulle part où conserver le serveur le temps de l’exécution : utilisez plutôt un identifiant de la plateforme.",
1440
1440
  "transportUnsupported": "Déclarez un serveur stdio à sa place, ou exécutez l’étape sur une CLI d’agent qui atteint les serveurs HTTP.",
1441
- "missingSecret": "Renseignez l’identifiant qu’il nomme dans les identifiants de capacités, depuis la fenêtre Infrastructure.",
1441
+ "missingSecret": "Renseignez l’identifiant qu’il nomme, soit comme variable d’environnement du déploiement, soit dans les identifiants de capacités, depuis la fenêtre Infrastructure.",
1442
1442
  "reservedSecret": "Modifiez la déclaration pour demander une autre clé ; définir cette variable est précisément ce qui n’aidera pas.",
1443
- "oauthNotConnected": "Connectez ce tableau à ce serveur depuis la fenêtre Infrastructure.",
1443
+ "oauthNotConnected": "Connectez ce tableau à ce serveur depuis la fenêtre Infrastructure. Un déploiement sans ENCRYPTION_KEY n’a nulle part où conserver une autorisation : un opérateur doit d’abord la définir.",
1444
1444
  "oauthTokenFailed": "Reconnectez-le depuis la fenêtre Infrastructure, ou attendez la fin de la panne du fournisseur.",
1445
1445
  "overBudget": "Réduisez ce que l’agent déclare, pour qu’une exécution puisse tout transporter."
1446
1446
  }
@@ -1436,11 +1436,11 @@
1436
1436
  "unknown": "לא היה זמין ({reason})."
1437
1437
  },
1438
1438
  "remedy": {
1439
- "harnessUnsupported": "הריצו את השלב על ממשק סוכן שדובר MCP, או הרחיבו את רשימת המעטפות של השרת.",
1439
+ "harnessUnsupported": "הריצו את השלב על ממשק סוכן שדובר MCP, או הרחיבו את רשימת המעטפות של השרת. בהרצת Codex עם חיבור ה-CLI שלכם אין מקום ייעודי להרצה לשמירת השרת, ולכן השתמשו באישור גישה של הפלטפורמה במקום.",
1440
1440
  "transportUnsupported": "הצהירו עבורו שרת stdio, או הריצו את השלב על ממשק סוכן שמגיע לשרתי HTTP.",
1441
- "missingSecret": "הגדירו את אישור הגישה שהוא מבקש באישורי היכולות, בחלון התשתית.",
1441
+ "missingSecret": "הגדירו את אישור הגישה שהוא מבקש, בין כמשתנה סביבה של הפריסה ובין באישורי היכולות בחלון התשתית.",
1442
1442
  "reservedSecret": "שנו את ההצהרה כך שתבקש מפתח אחר; הגדרת המשתנה הזה היא בדיוק מה שלא יעזור.",
1443
- "oauthNotConnected": "חברו את הלוח הזה אליו מחלון התשתית.",
1443
+ "oauthNotConnected": "חברו את הלוח הזה אליו מחלון התשתית. בפריסה ללא ENCRYPTION_KEY אין היכן לשמור הרשאה, ולכן מפעיל צריך להגדיר אותו קודם.",
1444
1444
  "oauthTokenFailed": "חברו אותו מחדש מחלון התשתית, או המתינו לסיום התקלה אצל הספק.",
1445
1445
  "overBudget": "צמצמו את מה שהסוכן מצהיר עליו, כדי שריצה אחת תוכל לשאת הכול."
1446
1446
  }
@@ -2000,11 +2000,11 @@
2000
2000
  "unknown": "non era disponibile ({reason})."
2001
2001
  },
2002
2002
  "remedy": {
2003
- "harnessUnsupported": "Esegui il passo su una CLI dell'agente che parla MCP, oppure amplia l'elenco di harness del server.",
2003
+ "harnessUnsupported": "Esegui il passo su una CLI dell'agente che parla MCP, oppure amplia l'elenco di harness del server. Un'esecuzione Codex con il tuo login della CLI non ha dove tenere il server per quell'esecuzione, quindi usa una credenziale della piattaforma.",
2004
2004
  "transportUnsupported": "Dichiara un server stdio al suo posto, oppure esegui il passo su una CLI dell'agente che raggiunge i server HTTP.",
2005
- "missingSecret": "Imposta la credenziale che indica nelle credenziali delle capability, dalla finestra Infrastruttura.",
2005
+ "missingSecret": "Imposta la credenziale che indica, come variabile d'ambiente del deployment oppure nelle credenziali delle capability, dalla finestra Infrastruttura.",
2006
2006
  "reservedSecret": "Cambia la dichiarazione perché chieda un'altra chiave; impostare quella variabile è proprio ciò che non aiuterà.",
2007
- "oauthNotConnected": "Collega questa lavagna al server dalla finestra Infrastruttura.",
2007
+ "oauthNotConnected": "Collega questa lavagna al server dalla finestra Infrastruttura. Un deployment senza ENCRYPTION_KEY non ha dove conservare una concessione, quindi un operatore deve impostarla prima.",
2008
2008
  "oauthTokenFailed": "Ricollegalo dalla finestra Infrastruttura, oppure attendi la fine del disservizio del fornitore.",
2009
2009
  "overBudget": "Riduci ciò che l'agente dichiara, così una singola esecuzione può portarlo tutto."
2010
2010
  }
@@ -1436,11 +1436,11 @@
1436
1436
  "unknown": "は利用できませんでした({reason})。"
1437
1437
  },
1438
1438
  "remedy": {
1439
- "harnessUnsupported": "MCP を話すエージェント CLI でステップを実行するか、サーバーのハーネス一覧を広げてください。",
1439
+ "harnessUnsupported": "MCP を話すエージェント CLI でステップを実行するか、サーバーのハーネス一覧を広げてください。自分の CLI ログインでサインインした Codex の実行には、サーバーを実行ごとに保管する場所がないため、代わりにプラットフォームの認証情報を使ってください。",
1440
1440
  "transportUnsupported": "このサーバー用に stdio サーバーを宣言するか、HTTP サーバーに接続できるエージェント CLI でステップを実行してください。",
1441
- "missingSecret": "インフラストラクチャ ウィンドウのケイパビリティ認証情報で、要求されている認証情報を設定してください。",
1441
+ "missingSecret": "要求されている認証情報を、デプロイの環境変数として設定するか、インフラストラクチャ ウィンドウのケイパビリティ認証情報で設定してください。",
1442
1442
  "reservedSecret": "別のキーを要求するよう宣言を変更してください。その変数を設定しても解決しません。",
1443
- "oauthNotConnected": "インフラストラクチャ ウィンドウからこのボードを接続してください。",
1443
+ "oauthNotConnected": "インフラストラクチャ ウィンドウからこのボードを接続してください。ENCRYPTION_KEY のないデプロイには許可を保管する場所がないため、まず運用者がそれを設定する必要があります。",
1444
1444
  "oauthTokenFailed": "インフラストラクチャ ウィンドウから接続し直すか、提供元の障害が収まるのを待ってください。",
1445
1445
  "overBudget": "1 回の実行ですべて運べるよう、このエージェントの宣言を減らしてください。"
1446
1446
  }
@@ -1436,11 +1436,11 @@
1436
1436
  "unknown": "nie był dostępny ({reason})."
1437
1437
  },
1438
1438
  "remedy": {
1439
- "harnessUnsupported": "Uruchom krok na CLI agenta, które zna MCP, albo poszerz listę harnessów serwera.",
1439
+ "harnessUnsupported": "Uruchom krok na CLI agenta, które zna MCP, albo poszerz listę harnessów serwera. Uruchomienie Codex z Twoim własnym logowaniem do CLI nie ma gdzie przechować serwera na czas przebiegu, więc użyj poświadczenia platformy.",
1440
1440
  "transportUnsupported": "Zadeklaruj dla niego serwer stdio albo uruchom krok na CLI agenta, które dosięga serwerów HTTP.",
1441
- "missingSecret": "Ustaw wskazane poświadczenie w poświadczeniach możliwości, w oknie Infrastruktura.",
1441
+ "missingSecret": "Ustaw wskazane poświadczenie jako zmienną środowiskową wdrożenia albo w poświadczeniach możliwości, w oknie Infrastruktura.",
1442
1442
  "reservedSecret": "Zmień deklarację tak, by prosiła o inny klucz; ustawienie tej zmiennej to właśnie to, co nie pomoże.",
1443
- "oauthNotConnected": "Połącz tę tablicę z serwerem w oknie Infrastruktura.",
1443
+ "oauthNotConnected": "Połącz tę tablicę z serwerem w oknie Infrastruktura. Wdrożenie bez ENCRYPTION_KEY nie ma gdzie przechować zgody, więc operator musi ją najpierw ustawić.",
1444
1444
  "oauthTokenFailed": "Połącz go ponownie w oknie Infrastruktura albo przeczekaj awarię dostawcy.",
1445
1445
  "overBudget": "Skróć to, co deklaruje agent, aby jedno uruchomienie uniosło całość."
1446
1446
  }
@@ -1436,11 +1436,11 @@
1436
1436
  "unknown": "kullanılamadı ({reason})."
1437
1437
  },
1438
1438
  "remedy": {
1439
- "harnessUnsupported": "Adımı MCP konuşan bir ajan CLI'sinde çalıştırın ya da sunucunun harness listesini genişletin.",
1439
+ "harnessUnsupported": "Adımı MCP konuşan bir ajan CLI'sinde çalıştırın ya da sunucunun harness listesini genişletin. Kendi CLI oturumunuzla yapılan bir Codex çalıştırmasında sunucuyu o çalıştırmaya özel tutacak bir yer yoktur; bunun yerine bir platform kimlik bilgisi kullanın.",
1440
1440
  "transportUnsupported": "Onun için bir stdio sunucusu bildirin ya da adımı HTTP sunucularına erişen bir ajan CLI'sinde çalıştırın.",
1441
- "missingSecret": "Adı geçen kimlik bilgisini Altyapı penceresindeki yetenek kimlik bilgilerinde ayarlayın.",
1441
+ "missingSecret": "Adı geçen kimlik bilgisini dağıtımın ortam değişkeni olarak ya da Altyapı penceresindeki yetenek kimlik bilgilerinde ayarlayın.",
1442
1442
  "reservedSecret": "Bildirimi başka bir anahtar isteyecek şekilde değiştirin; o değişkeni ayarlamak tam da yardımcı olmayacak şeydir.",
1443
- "oauthNotConnected": "Bu panoyu Altyapı penceresinden ona bağlayın.",
1443
+ "oauthNotConnected": "Bu panoyu Altyapı penceresinden ona bağlayın. ENCRYPTION_KEY olmayan bir dağıtımda izni saklayacak bir yer yoktur, bu yüzden önce bir operatörün bunu ayarlaması gerekir.",
1444
1444
  "oauthTokenFailed": "Altyapı penceresinden yeniden bağlayın ya da sağlayıcının kesintisinin geçmesini bekleyin.",
1445
1445
  "overBudget": "Tek bir çalıştırma hepsini taşıyabilsin diye ajanın bildirdiklerini kısaltın."
1446
1446
  }
@@ -1436,11 +1436,11 @@
1436
1436
  "unknown": "був недоступний ({reason})."
1437
1437
  },
1438
1438
  "remedy": {
1439
- "harnessUnsupported": "Виконайте крок на CLI агента, який володіє MCP, або розширте список harness сервера.",
1439
+ "harnessUnsupported": "Виконайте крок на CLI агента, який володіє MCP, або розширте список harness сервера. Запуск Codex із вашим власним входом у CLI не має де зберігати сервер у межах запуску, тож використайте облікові дані платформи.",
1440
1440
  "transportUnsupported": "Оголосіть для нього сервер stdio або виконайте крок на CLI агента, що досягає серверів HTTP.",
1441
- "missingSecret": "Задайте названі облікові дані в облікових даних можливостей, у вікні інфраструктури.",
1441
+ "missingSecret": "Задайте названі облікові дані або як змінну середовища розгортання, або в облікових даних можливостей у вікні інфраструктури.",
1442
1442
  "reservedSecret": "Змініть оголошення так, щоб воно просило інший ключ; задати цю змінну це саме те, що не допоможе.",
1443
- "oauthNotConnected": "Під’єднайте цю дошку до нього у вікні інфраструктури.",
1443
+ "oauthNotConnected": "Під’єднайте цю дошку до нього у вікні інфраструктури. Розгортання без ENCRYPTION_KEY не має де зберігати дозвіл, тож оператор має спершу задати його.",
1444
1444
  "oauthTokenFailed": "Під’єднайте його заново у вікні інфраструктури або перечекайте збій постачальника.",
1445
1445
  "overBudget": "Скоротіть те, що оголошує агент, щоб один запуск ніс усе."
1446
1446
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/app",
3
- "version": "0.241.1",
3
+ "version": "0.241.2",
4
4
  "description": "Reusable Nuxt layer for the Agent Architecture Board SPA (components, stores, composables, pages). Consume it from a thin deployment app via `extends: ['@cat-factory/app']` and point it at your backend with NUXT_PUBLIC_API_BASE. See deploy/frontend for an example.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,7 +40,7 @@
40
40
  "valibot": "^1.4.2",
41
41
  "vue": "3.5.40",
42
42
  "wretch": "^3.0.9",
43
- "@cat-factory/contracts": "0.261.0"
43
+ "@cat-factory/contracts": "0.261.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@toad-contracts/testing": "0.3.2",