feat: options de génération (thème/style/type) + masquer agents one-shot
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 23s
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 23s
- Les agents créés par run-for-note ont frequency:'one-shot' et sont filtrés de la page /agents (NOT frequency:'one-shot' dans getAgents) - Panneau slides : sélecteurs Thème (11 palettes) + Style (sharp/soft/rounded/pill) - Panneau diagramme : sélecteurs Type (auto/flowchart/mindmap/timeline/ org-chart/architecture/process-map) + Style (sketchy/austere/sketch+) - Les valeurs sélectionnées sont transmises à l'API et injectées dans le prompt Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -447,6 +447,17 @@
|
||||
"openDiagram": "Ouvrir dans le Lab",
|
||||
"error": "Erreur lors de la génération",
|
||||
"noNoteId": "Enregistrez d'abord la note",
|
||||
"theme": "Thème",
|
||||
"style": "Style",
|
||||
"diagramType": "Type",
|
||||
"typeAuto": "Auto",
|
||||
"styleSoft": "Soft",
|
||||
"styleSharp": "Sharp",
|
||||
"styleRounded": "Arrondi",
|
||||
"stylePill": "Pill",
|
||||
"styleSketchy": "Sketchy",
|
||||
"styleAustere": "Austère",
|
||||
"styleSketchPlus": "Sketch+",
|
||||
"toastLoading": {
|
||||
"slides": "⏳ Génération de la présentation en cours…",
|
||||
"diagram": "⏳ Génération du diagramme en cours…"
|
||||
|
||||
Reference in New Issue
Block a user