@cat-factory/app 0.193.0 → 0.195.0
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.
- package/app/components/board/nodes/BlockNode.vue +28 -46
- package/app/components/board/nodes/ModuleFrame.vue +4 -33
- package/app/components/board/nodes/ResizeGrips.vue +130 -0
- package/app/components/pipeline/AgentPromptEditor.vue +40 -0
- package/app/components/pipeline/OutputBudgetInput.vue +69 -0
- package/app/components/pipeline/PipelineBuilder.vue +42 -0
- package/app/components/requirements/RequirementsReviewWindow.vue +34 -0
- package/app/composables/api/agentSettings.ts +32 -0
- package/app/composables/api/board.ts +7 -1
- package/app/composables/api/context.ts +2 -0
- package/app/composables/useApi.ts +2 -0
- package/app/composables/useFrameResize.ts +116 -22
- package/app/stores/agentSettings.ts +86 -0
- package/app/stores/board/placement.ts +64 -1
- package/app/stores/board.spec.ts +51 -0
- package/app/stores/outputBudget.spec.ts +55 -0
- package/app/stores/pipelines/draftStepConfig.ts +23 -0
- package/app/types/agent-settings.ts +12 -0
- package/app/types/requirements.ts +1 -0
- package/i18n/locales/de.json +16 -2
- package/i18n/locales/en.json +20 -2
- package/i18n/locales/es.json +16 -2
- package/i18n/locales/fr.json +16 -2
- package/i18n/locales/he.json +16 -2
- package/i18n/locales/it.json +16 -2
- package/i18n/locales/ja.json +16 -2
- package/i18n/locales/pl.json +16 -2
- package/i18n/locales/tr.json +16 -2
- package/i18n/locales/uk.json +16 -2
- package/package.json +2 -2
package/i18n/locales/es.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"updateFailed": "No se pudieron guardar los cambios",
|
|
132
132
|
"epicFailed": "No se pudo cambiar la épica",
|
|
133
133
|
"moveFailed": "No se pudo mover",
|
|
134
|
+
"resizeFailed": "No se pudo cambiar el tamaño",
|
|
134
135
|
"deleteFailed": "No se pudo eliminar",
|
|
135
136
|
"linkFailed": "No se pudieron vincular las tareas",
|
|
136
137
|
"unlinkFailed": "No se pudo eliminar la dependencia",
|
|
@@ -384,7 +385,6 @@
|
|
|
384
385
|
"mergedOfTotal": "{merged}/{total} fusionadas",
|
|
385
386
|
"noTasksYet": "Aún no hay tareas",
|
|
386
387
|
"prCount": "{count} PR",
|
|
387
|
-
"implemented": "{merged}/{total} implementadas",
|
|
388
388
|
"prReadyCount": "{count} PR listas",
|
|
389
389
|
"taskCount": "{count} tarea | {count} tareas",
|
|
390
390
|
"moduleCount": "{count} módulo | {count} módulos",
|
|
@@ -4073,6 +4073,13 @@
|
|
|
4073
4073
|
"deleteFailed": "No se pudo eliminar el pipeline",
|
|
4074
4074
|
"removeFailed": "No se pudo quitar el pipeline"
|
|
4075
4075
|
}
|
|
4076
|
+
},
|
|
4077
|
+
"outputBudget": {
|
|
4078
|
+
"stepLabel": "Presupuesto de salida",
|
|
4079
|
+
"kindLabel": "Presupuesto de salida",
|
|
4080
|
+
"kindHint": "Se aplica a todas las ejecuciones de este agente. Un paso del pipeline puede anularlo.",
|
|
4081
|
+
"inherits": "Heredado",
|
|
4082
|
+
"inheritsValue": "Heredado ({tokens})"
|
|
4076
4083
|
}
|
|
4077
4084
|
},
|
|
4078
4085
|
"agentPrompt": {
|
|
@@ -4107,7 +4114,8 @@
|
|
|
4107
4114
|
"reverted": "De vuelta al prompt predeterminado",
|
|
4108
4115
|
"saveFailed": "No se pudo guardar el prompt",
|
|
4109
4116
|
"loadFailed": "No se pudo cargar el prompt",
|
|
4110
|
-
"conflict": "Otra persona cambió este prompt. Se recargó: vuelve a aplicar tu edición."
|
|
4117
|
+
"conflict": "Otra persona cambió este prompt. Se recargó: vuelve a aplicar tu edición.",
|
|
4118
|
+
"budgetFailed": "No se pudo guardar el presupuesto de salida"
|
|
4111
4119
|
}
|
|
4112
4120
|
},
|
|
4113
4121
|
"agentTier": {
|
|
@@ -4297,6 +4305,12 @@
|
|
|
4297
4305
|
"recommendationProgress": "{ready} / {total} listas",
|
|
4298
4306
|
"generatingSuggestion": "Generando una sugerencia fundamentada…",
|
|
4299
4307
|
"currentStandard": "Estándar actual: {title}",
|
|
4308
|
+
"grounding": {
|
|
4309
|
+
"standard": "Estándar del equipo",
|
|
4310
|
+
"project-spec": "Especificación del proyecto",
|
|
4311
|
+
"web": "Fuente web",
|
|
4312
|
+
"general-practice": "Práctica general"
|
|
4313
|
+
},
|
|
4300
4314
|
"accept": "Aceptar",
|
|
4301
4315
|
"reject": "Rechazar",
|
|
4302
4316
|
"reRequestPlaceholder": "Pide una recomendación diferente…",
|
package/i18n/locales/fr.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"updateFailed": "Impossible d'enregistrer les modifications",
|
|
132
132
|
"epicFailed": "Impossible de changer l'épopée",
|
|
133
133
|
"moveFailed": "Impossible de déplacer",
|
|
134
|
+
"resizeFailed": "Redimensionnement impossible",
|
|
134
135
|
"deleteFailed": "Impossible de supprimer",
|
|
135
136
|
"linkFailed": "Impossible de lier les tâches",
|
|
136
137
|
"unlinkFailed": "Impossible de supprimer la dépendance",
|
|
@@ -384,7 +385,6 @@
|
|
|
384
385
|
"mergedOfTotal": "{merged}/{total} fusionnées",
|
|
385
386
|
"noTasksYet": "Pas encore de tâches",
|
|
386
387
|
"prCount": "{count} PR",
|
|
387
|
-
"implemented": "{merged}/{total} implémentées",
|
|
388
388
|
"prReadyCount": "{count} PR prêtes",
|
|
389
389
|
"taskCount": "{count} tâche | {count} tâches",
|
|
390
390
|
"moduleCount": "{count} module | {count} modules",
|
|
@@ -4073,6 +4073,13 @@
|
|
|
4073
4073
|
"deleteFailed": "Impossible de supprimer le pipeline",
|
|
4074
4074
|
"removeFailed": "Impossible de retirer le pipeline"
|
|
4075
4075
|
}
|
|
4076
|
+
},
|
|
4077
|
+
"outputBudget": {
|
|
4078
|
+
"stepLabel": "Budget de sortie",
|
|
4079
|
+
"kindLabel": "Budget de sortie",
|
|
4080
|
+
"kindHint": "S'applique à chaque exécution de cet agent. Une étape du pipeline peut le remplacer.",
|
|
4081
|
+
"inherits": "Hérité",
|
|
4082
|
+
"inheritsValue": "Hérité ({tokens})"
|
|
4076
4083
|
}
|
|
4077
4084
|
},
|
|
4078
4085
|
"agentPrompt": {
|
|
@@ -4107,7 +4114,8 @@
|
|
|
4107
4114
|
"reverted": "Retour à l'invite par défaut",
|
|
4108
4115
|
"saveFailed": "Impossible d'enregistrer l'invite",
|
|
4109
4116
|
"loadFailed": "Impossible de charger l'invite",
|
|
4110
|
-
"conflict": "Quelqu'un d'autre a modifié cette invite. Rechargée : réappliquez votre modification."
|
|
4117
|
+
"conflict": "Quelqu'un d'autre a modifié cette invite. Rechargée : réappliquez votre modification.",
|
|
4118
|
+
"budgetFailed": "Impossible d'enregistrer le budget de sortie"
|
|
4111
4119
|
}
|
|
4112
4120
|
},
|
|
4113
4121
|
"agentTier": {
|
|
@@ -4297,6 +4305,12 @@
|
|
|
4297
4305
|
"recommendationProgress": "{ready} / {total} prêtes",
|
|
4298
4306
|
"generatingSuggestion": "Génération d'une suggestion étayée…",
|
|
4299
4307
|
"currentStandard": "Standard actuel : {title}",
|
|
4308
|
+
"grounding": {
|
|
4309
|
+
"standard": "Standard de l'équipe",
|
|
4310
|
+
"project-spec": "Spécification du projet",
|
|
4311
|
+
"web": "Source web",
|
|
4312
|
+
"general-practice": "Pratique générale"
|
|
4313
|
+
},
|
|
4300
4314
|
"accept": "Accepter",
|
|
4301
4315
|
"reject": "Rejeter",
|
|
4302
4316
|
"reRequestPlaceholder": "Demander une autre recommandation…",
|
package/i18n/locales/he.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"updateFailed": "לא ניתן היה לשמור את השינויים",
|
|
132
132
|
"epicFailed": "לא ניתן היה לשנות את האפיק",
|
|
133
133
|
"moveFailed": "לא ניתן היה להעביר",
|
|
134
|
+
"resizeFailed": "לא ניתן היה לשנות את הגודל",
|
|
134
135
|
"deleteFailed": "לא ניתן היה למחוק",
|
|
135
136
|
"linkFailed": "לא ניתן היה לקשר משימות",
|
|
136
137
|
"unlinkFailed": "לא ניתן להסיר את התלות",
|
|
@@ -384,7 +385,6 @@
|
|
|
384
385
|
"mergedOfTotal": "{merged}/{total} מוזגו",
|
|
385
386
|
"noTasksYet": "אין עדיין משימות",
|
|
386
387
|
"prCount": "{count} PR",
|
|
387
|
-
"implemented": "{merged}/{total} מומשו",
|
|
388
388
|
"prReadyCount": "{count} PR מוכנים",
|
|
389
389
|
"taskCount": "{count} משימה | {count} משימות",
|
|
390
390
|
"moduleCount": "{count} מודול | {count} מודולים",
|
|
@@ -4084,6 +4084,13 @@
|
|
|
4084
4084
|
"deleteFailed": "לא ניתן למחוק את הצינור",
|
|
4085
4085
|
"removeFailed": "לא ניתן היה להסיר את הצינור"
|
|
4086
4086
|
}
|
|
4087
|
+
},
|
|
4088
|
+
"outputBudget": {
|
|
4089
|
+
"stepLabel": "תקציב פלט",
|
|
4090
|
+
"kindLabel": "תקציב פלט",
|
|
4091
|
+
"kindHint": "חל על כל הרצה של הסוכן הזה. שלב בצינור יכול לעקוף אותו.",
|
|
4092
|
+
"inherits": "בירושה",
|
|
4093
|
+
"inheritsValue": "בירושה ({tokens})"
|
|
4087
4094
|
}
|
|
4088
4095
|
},
|
|
4089
4096
|
"agentPrompt": {
|
|
@@ -4118,7 +4125,8 @@
|
|
|
4118
4125
|
"reverted": "חזרה להנחיה המובנית",
|
|
4119
4126
|
"saveFailed": "לא ניתן היה לשמור את ההנחיה",
|
|
4120
4127
|
"loadFailed": "לא ניתן היה לטעון את ההנחיה",
|
|
4121
|
-
"conflict": "מישהו אחר שינה את ההנחיה הזו. נטענה מחדש - החילו את העריכה שלכם שוב."
|
|
4128
|
+
"conflict": "מישהו אחר שינה את ההנחיה הזו. נטענה מחדש - החילו את העריכה שלכם שוב.",
|
|
4129
|
+
"budgetFailed": "לא ניתן היה לשמור את תקציב הפלט"
|
|
4122
4130
|
}
|
|
4123
4131
|
},
|
|
4124
4132
|
"agentTier": {
|
|
@@ -4308,6 +4316,12 @@
|
|
|
4308
4316
|
"recommendationProgress": "{ready} / {total} מוכנות",
|
|
4309
4317
|
"generatingSuggestion": "מייצר הצעה מבוססת…",
|
|
4310
4318
|
"currentStandard": "תקן נוכחי: {title}",
|
|
4319
|
+
"grounding": {
|
|
4320
|
+
"standard": "תקן הצוות",
|
|
4321
|
+
"project-spec": "מפרט הפרויקט",
|
|
4322
|
+
"web": "מקור מהאינטרנט",
|
|
4323
|
+
"general-practice": "נוהג מקובל"
|
|
4324
|
+
},
|
|
4311
4325
|
"accept": "קבל",
|
|
4312
4326
|
"reject": "דחה",
|
|
4313
4327
|
"reRequestPlaceholder": "בקש המלצה אחרת…",
|
package/i18n/locales/it.json
CHANGED
|
@@ -2313,6 +2313,7 @@
|
|
|
2313
2313
|
"updateFailed": "Impossibile salvare le modifiche",
|
|
2314
2314
|
"epicFailed": "Impossibile cambiare epic",
|
|
2315
2315
|
"moveFailed": "Impossibile spostare",
|
|
2316
|
+
"resizeFailed": "Impossibile ridimensionare",
|
|
2316
2317
|
"deleteFailed": "Impossibile eliminare",
|
|
2317
2318
|
"linkFailed": "Impossibile collegare le attività",
|
|
2318
2319
|
"unlinkFailed": "Impossibile rimuovere la dipendenza",
|
|
@@ -2566,7 +2567,6 @@
|
|
|
2566
2567
|
"mergedOfTotal": "{merged}/{total} unite",
|
|
2567
2568
|
"noTasksYet": "Ancora nessuna attività",
|
|
2568
2569
|
"prCount": "{count} PR",
|
|
2569
|
-
"implemented": "{merged}/{total} implementate",
|
|
2570
2570
|
"prReadyCount": "{count} PR pronte",
|
|
2571
2571
|
"taskCount": "{count} attività | {count} attività",
|
|
2572
2572
|
"moduleCount": "{count} modulo | {count} moduli",
|
|
@@ -3750,6 +3750,13 @@
|
|
|
3750
3750
|
"deleteFailed": "Impossibile eliminare la pipeline",
|
|
3751
3751
|
"removeFailed": "Impossibile rimuovere la pipeline"
|
|
3752
3752
|
}
|
|
3753
|
+
},
|
|
3754
|
+
"outputBudget": {
|
|
3755
|
+
"stepLabel": "Budget di output",
|
|
3756
|
+
"kindLabel": "Budget di output",
|
|
3757
|
+
"kindHint": "Si applica a ogni esecuzione di questo agente. Un passaggio della pipeline può sovrascriverlo.",
|
|
3758
|
+
"inherits": "Ereditato",
|
|
3759
|
+
"inheritsValue": "Ereditato ({tokens})"
|
|
3753
3760
|
}
|
|
3754
3761
|
},
|
|
3755
3762
|
"agentPrompt": {
|
|
@@ -3784,7 +3791,8 @@
|
|
|
3784
3791
|
"reverted": "Tornato al prompt predefinito",
|
|
3785
3792
|
"saveFailed": "Impossibile salvare il prompt",
|
|
3786
3793
|
"loadFailed": "Impossibile caricare il prompt",
|
|
3787
|
-
"conflict": "Qualcun altro ha modificato questo prompt. Ricaricato: riapplica la tua modifica."
|
|
3794
|
+
"conflict": "Qualcun altro ha modificato questo prompt. Ricaricato: riapplica la tua modifica.",
|
|
3795
|
+
"budgetFailed": "Impossibile salvare il budget di output"
|
|
3788
3796
|
}
|
|
3789
3797
|
},
|
|
3790
3798
|
"agentTier": {
|
|
@@ -3864,6 +3872,12 @@
|
|
|
3864
3872
|
"recommendationProgress": "{ready} / {total} pronte",
|
|
3865
3873
|
"generatingSuggestion": "Generazione di un suggerimento fondato…",
|
|
3866
3874
|
"currentStandard": "Standard attuale: {title}",
|
|
3875
|
+
"grounding": {
|
|
3876
|
+
"standard": "Standard del team",
|
|
3877
|
+
"project-spec": "Specifica del progetto",
|
|
3878
|
+
"web": "Fonte web",
|
|
3879
|
+
"general-practice": "Prassi generale"
|
|
3880
|
+
},
|
|
3867
3881
|
"accept": "Accetta",
|
|
3868
3882
|
"reject": "Rifiuta",
|
|
3869
3883
|
"reRequestPlaceholder": "Chiedi una raccomandazione diversa…",
|
package/i18n/locales/ja.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"updateFailed": "変更を保存できませんでした",
|
|
132
132
|
"epicFailed": "エピックを変更できませんでした",
|
|
133
133
|
"moveFailed": "移動できませんでした",
|
|
134
|
+
"resizeFailed": "サイズを変更できませんでした",
|
|
134
135
|
"deleteFailed": "削除できませんでした",
|
|
135
136
|
"linkFailed": "タスクをリンクできませんでした",
|
|
136
137
|
"unlinkFailed": "依存関係を削除できませんでした",
|
|
@@ -384,7 +385,6 @@
|
|
|
384
385
|
"mergedOfTotal": "{merged}/{total} マージ済み",
|
|
385
386
|
"noTasksYet": "タスクはまだありません",
|
|
386
387
|
"prCount": "{count} 件の PR",
|
|
387
|
-
"implemented": "{merged}/{total} 実装済み",
|
|
388
388
|
"prReadyCount": "{count} 件の PR が準備完了",
|
|
389
389
|
"taskCount": "{count} 件のタスク | {count} 件のタスク",
|
|
390
390
|
"moduleCount": "{count} 件のモジュール | {count} 件のモジュール",
|
|
@@ -4085,6 +4085,13 @@
|
|
|
4085
4085
|
"deleteFailed": "パイプラインを削除できませんでした",
|
|
4086
4086
|
"removeFailed": "パイプラインを削除できませんでした"
|
|
4087
4087
|
}
|
|
4088
|
+
},
|
|
4089
|
+
"outputBudget": {
|
|
4090
|
+
"stepLabel": "出力予算",
|
|
4091
|
+
"kindLabel": "出力予算",
|
|
4092
|
+
"kindHint": "このエージェントのすべての実行に適用されます。パイプラインのステップで上書きできます。",
|
|
4093
|
+
"inherits": "継承",
|
|
4094
|
+
"inheritsValue": "継承({tokens})"
|
|
4088
4095
|
}
|
|
4089
4096
|
},
|
|
4090
4097
|
"agentPrompt": {
|
|
@@ -4119,7 +4126,8 @@
|
|
|
4119
4126
|
"reverted": "組み込みのプロンプトに戻しました",
|
|
4120
4127
|
"saveFailed": "プロンプトを保存できませんでした",
|
|
4121
4128
|
"loadFailed": "プロンプトを読み込めませんでした",
|
|
4122
|
-
"conflict": "このプロンプトは別のユーザーが変更しました。再読み込みしました。編集をやり直してください。"
|
|
4129
|
+
"conflict": "このプロンプトは別のユーザーが変更しました。再読み込みしました。編集をやり直してください。",
|
|
4130
|
+
"budgetFailed": "出力予算を保存できませんでした"
|
|
4123
4131
|
}
|
|
4124
4132
|
},
|
|
4125
4133
|
"agentTier": {
|
|
@@ -4309,6 +4317,12 @@
|
|
|
4309
4317
|
"recommendationProgress": "{ready} / {total} 件準備完了",
|
|
4310
4318
|
"generatingSuggestion": "根拠に基づいた提案を生成中…",
|
|
4311
4319
|
"currentStandard": "現在の標準: {title}",
|
|
4320
|
+
"grounding": {
|
|
4321
|
+
"standard": "チーム標準",
|
|
4322
|
+
"project-spec": "プロジェクト仕様",
|
|
4323
|
+
"web": "Web の情報源",
|
|
4324
|
+
"general-practice": "一般的な慣行"
|
|
4325
|
+
},
|
|
4312
4326
|
"accept": "承認",
|
|
4313
4327
|
"reject": "却下",
|
|
4314
4328
|
"reRequestPlaceholder": "別の推奨をリクエスト…",
|
package/i18n/locales/pl.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"updateFailed": "Nie udało się zapisać zmian",
|
|
132
132
|
"epicFailed": "Nie udało się zmienić epiku",
|
|
133
133
|
"moveFailed": "Nie udało się przenieść",
|
|
134
|
+
"resizeFailed": "Nie udało się zmienić rozmiaru",
|
|
134
135
|
"deleteFailed": "Nie udało się usunąć",
|
|
135
136
|
"linkFailed": "Nie udało się powiązać zadań",
|
|
136
137
|
"unlinkFailed": "Nie udało się usunąć zależności",
|
|
@@ -384,7 +385,6 @@
|
|
|
384
385
|
"mergedOfTotal": "{merged}/{total} scalonych",
|
|
385
386
|
"noTasksYet": "Brak zadań",
|
|
386
387
|
"prCount": "{count} PR",
|
|
387
|
-
"implemented": "{merged}/{total} wdrożonych",
|
|
388
388
|
"prReadyCount": "{count} PR gotowych",
|
|
389
389
|
"taskCount": "{count} zadanie | {count} zadania | {count} zadań",
|
|
390
390
|
"moduleCount": "{count} moduł | {count} moduły | {count} modułów",
|
|
@@ -4073,6 +4073,13 @@
|
|
|
4073
4073
|
"deleteFailed": "Nie udało się usunąć pipeline'u",
|
|
4074
4074
|
"removeFailed": "Nie udało się usunąć pipeline’u"
|
|
4075
4075
|
}
|
|
4076
|
+
},
|
|
4077
|
+
"outputBudget": {
|
|
4078
|
+
"stepLabel": "Budżet wyjścia",
|
|
4079
|
+
"kindLabel": "Budżet wyjścia",
|
|
4080
|
+
"kindHint": "Dotyczy każdego uruchomienia tego agenta. Krok pipeline'u może to nadpisać.",
|
|
4081
|
+
"inherits": "Odziedziczone",
|
|
4082
|
+
"inheritsValue": "Odziedziczone ({tokens})"
|
|
4076
4083
|
}
|
|
4077
4084
|
},
|
|
4078
4085
|
"agentPrompt": {
|
|
@@ -4107,7 +4114,8 @@
|
|
|
4107
4114
|
"reverted": "Powrót do wbudowanego promptu",
|
|
4108
4115
|
"saveFailed": "Nie udało się zapisać promptu",
|
|
4109
4116
|
"loadFailed": "Nie udało się wczytać promptu",
|
|
4110
|
-
"conflict": "Ktoś inny zmienił ten prompt. Wczytano ponownie - zastosuj swoją zmianę jeszcze raz."
|
|
4117
|
+
"conflict": "Ktoś inny zmienił ten prompt. Wczytano ponownie - zastosuj swoją zmianę jeszcze raz.",
|
|
4118
|
+
"budgetFailed": "Nie udało się zapisać budżetu wyjścia"
|
|
4111
4119
|
}
|
|
4112
4120
|
},
|
|
4113
4121
|
"agentTier": {
|
|
@@ -4297,6 +4305,12 @@
|
|
|
4297
4305
|
"recommendationProgress": "{ready} / {total} gotowych",
|
|
4298
4306
|
"generatingSuggestion": "Generowanie ugruntowanej sugestii…",
|
|
4299
4307
|
"currentStandard": "Aktualny standard: {title}",
|
|
4308
|
+
"grounding": {
|
|
4309
|
+
"standard": "Standard zespołu",
|
|
4310
|
+
"project-spec": "Specyfikacja projektu",
|
|
4311
|
+
"web": "Źródło z sieci",
|
|
4312
|
+
"general-practice": "Ogólna praktyka"
|
|
4313
|
+
},
|
|
4300
4314
|
"accept": "Akceptuj",
|
|
4301
4315
|
"reject": "Odrzuć",
|
|
4302
4316
|
"reRequestPlaceholder": "Poproś o inną rekomendację…",
|
package/i18n/locales/tr.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"updateFailed": "Değişiklikler kaydedilemedi",
|
|
132
132
|
"epicFailed": "Epik değiştirilemedi",
|
|
133
133
|
"moveFailed": "Taşınamadı",
|
|
134
|
+
"resizeFailed": "Yeniden boyutlandırılamadı",
|
|
134
135
|
"deleteFailed": "Silinemedi",
|
|
135
136
|
"linkFailed": "Görevler bağlanamadı",
|
|
136
137
|
"unlinkFailed": "Bağımlılık kaldırılamadı",
|
|
@@ -384,7 +385,6 @@
|
|
|
384
385
|
"mergedOfTotal": "{merged}/{total} birleştirildi",
|
|
385
386
|
"noTasksYet": "Henüz görev yok",
|
|
386
387
|
"prCount": "{count} PR",
|
|
387
|
-
"implemented": "{merged}/{total} uygulandı",
|
|
388
388
|
"prReadyCount": "{count} PR hazır",
|
|
389
389
|
"taskCount": "{count} görev | {count} görev",
|
|
390
390
|
"moduleCount": "{count} modül | {count} modül",
|
|
@@ -4085,6 +4085,13 @@
|
|
|
4085
4085
|
"deleteFailed": "Pipeline silinemedi",
|
|
4086
4086
|
"removeFailed": "Pipeline kaldırılamadı"
|
|
4087
4087
|
}
|
|
4088
|
+
},
|
|
4089
|
+
"outputBudget": {
|
|
4090
|
+
"stepLabel": "Çıktı bütçesi",
|
|
4091
|
+
"kindLabel": "Çıktı bütçesi",
|
|
4092
|
+
"kindHint": "Bu ajanın her çalışmasına uygulanır. Bir pipeline adımı bunu geçersiz kılabilir.",
|
|
4093
|
+
"inherits": "Devralındı",
|
|
4094
|
+
"inheritsValue": "Devralındı ({tokens})"
|
|
4088
4095
|
}
|
|
4089
4096
|
},
|
|
4090
4097
|
"agentPrompt": {
|
|
@@ -4119,7 +4126,8 @@
|
|
|
4119
4126
|
"reverted": "Yerleşik isteme dönüldü",
|
|
4120
4127
|
"saveFailed": "İstem kaydedilemedi",
|
|
4121
4128
|
"loadFailed": "İstem yüklenemedi",
|
|
4122
|
-
"conflict": "Bu istemi başka biri değiştirdi. Yeniden yüklendi - düzenlemenizi tekrar uygulayın."
|
|
4129
|
+
"conflict": "Bu istemi başka biri değiştirdi. Yeniden yüklendi - düzenlemenizi tekrar uygulayın.",
|
|
4130
|
+
"budgetFailed": "Çıktı bütçesi kaydedilemedi"
|
|
4123
4131
|
}
|
|
4124
4132
|
},
|
|
4125
4133
|
"agentTier": {
|
|
@@ -4309,6 +4317,12 @@
|
|
|
4309
4317
|
"recommendationProgress": "{ready} / {total} hazır",
|
|
4310
4318
|
"generatingSuggestion": "Temellendirilmiş bir öneri oluşturuluyor…",
|
|
4311
4319
|
"currentStandard": "Mevcut standart: {title}",
|
|
4320
|
+
"grounding": {
|
|
4321
|
+
"standard": "Ekip standardı",
|
|
4322
|
+
"project-spec": "Proje şartnamesi",
|
|
4323
|
+
"web": "Web kaynağı",
|
|
4324
|
+
"general-practice": "Genel uygulama"
|
|
4325
|
+
},
|
|
4312
4326
|
"accept": "Kabul et",
|
|
4313
4327
|
"reject": "Reddet",
|
|
4314
4328
|
"reRequestPlaceholder": "Farklı bir öneri isteyin…",
|
package/i18n/locales/uk.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"updateFailed": "Не вдалося зберегти зміни",
|
|
132
132
|
"epicFailed": "Не вдалося змінити епік",
|
|
133
133
|
"moveFailed": "Не вдалося перемістити",
|
|
134
|
+
"resizeFailed": "Не вдалося змінити розмір",
|
|
134
135
|
"deleteFailed": "Не вдалося видалити",
|
|
135
136
|
"linkFailed": "Не вдалося звʼязати завдання",
|
|
136
137
|
"unlinkFailed": "Не вдалося видалити залежність",
|
|
@@ -384,7 +385,6 @@
|
|
|
384
385
|
"mergedOfTotal": "{merged}/{total} злито",
|
|
385
386
|
"noTasksYet": "Поки немає завдань",
|
|
386
387
|
"prCount": "{count} PR",
|
|
387
|
-
"implemented": "{merged}/{total} реалізовано",
|
|
388
388
|
"prReadyCount": "{count} PR готово",
|
|
389
389
|
"taskCount": "{count} завдання | {count} завдання | {count} завдань",
|
|
390
390
|
"moduleCount": "{count} модуль | {count} модулі | {count} модулів",
|
|
@@ -4073,6 +4073,13 @@
|
|
|
4073
4073
|
"deleteFailed": "Не вдалося видалити пайплайн",
|
|
4074
4074
|
"removeFailed": "Не вдалося вилучити пайплайн"
|
|
4075
4075
|
}
|
|
4076
|
+
},
|
|
4077
|
+
"outputBudget": {
|
|
4078
|
+
"stepLabel": "Бюджет виводу",
|
|
4079
|
+
"kindLabel": "Бюджет виводу",
|
|
4080
|
+
"kindHint": "Застосовується до кожного запуску цього агента. Крок пайплайну може це перевизначити.",
|
|
4081
|
+
"inherits": "Успадковано",
|
|
4082
|
+
"inheritsValue": "Успадковано ({tokens})"
|
|
4076
4083
|
}
|
|
4077
4084
|
},
|
|
4078
4085
|
"agentPrompt": {
|
|
@@ -4107,7 +4114,8 @@
|
|
|
4107
4114
|
"reverted": "Повернуто вбудований промпт",
|
|
4108
4115
|
"saveFailed": "Не вдалося зберегти промпт",
|
|
4109
4116
|
"loadFailed": "Не вдалося завантажити промпт",
|
|
4110
|
-
"conflict": "Цей промпт змінив хтось інший. Перезавантажено - застосуйте свою правку ще раз."
|
|
4117
|
+
"conflict": "Цей промпт змінив хтось інший. Перезавантажено - застосуйте свою правку ще раз.",
|
|
4118
|
+
"budgetFailed": "Не вдалося зберегти бюджет виводу"
|
|
4111
4119
|
}
|
|
4112
4120
|
},
|
|
4113
4121
|
"agentTier": {
|
|
@@ -4297,6 +4305,12 @@
|
|
|
4297
4305
|
"recommendationProgress": "{ready} / {total} готово",
|
|
4298
4306
|
"generatingSuggestion": "Генерування обґрунтованої пропозиції…",
|
|
4299
4307
|
"currentStandard": "Поточний стандарт: {title}",
|
|
4308
|
+
"grounding": {
|
|
4309
|
+
"standard": "Стандарт команди",
|
|
4310
|
+
"project-spec": "Специфікація проєкту",
|
|
4311
|
+
"web": "Джерело з інтернету",
|
|
4312
|
+
"general-practice": "Загальна практика"
|
|
4313
|
+
},
|
|
4300
4314
|
"accept": "Прийняти",
|
|
4301
4315
|
"reject": "Відхилити",
|
|
4302
4316
|
"reRequestPlaceholder": "Попросити іншу рекомендацію…",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/app",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.195.0",
|
|
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.
|
|
43
|
+
"@cat-factory/contracts": "0.202.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@toad-contracts/testing": "0.3.2",
|