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": "Open in Lab",
|
||||
"error": "Error during generation",
|
||||
"noNoteId": "Save the note first",
|
||||
"theme": "Theme",
|
||||
"style": "Style",
|
||||
"diagramType": "Type",
|
||||
"typeAuto": "Auto",
|
||||
"styleSoft": "Soft",
|
||||
"styleSharp": "Sharp",
|
||||
"styleRounded": "Rounded",
|
||||
"stylePill": "Pill",
|
||||
"styleSketchy": "Sketchy",
|
||||
"styleAustere": "Austere",
|
||||
"styleSketchPlus": "Sketch+",
|
||||
"toastLoading": {
|
||||
"slides": "⏳ Generating presentation…",
|
||||
"diagram": "⏳ Generating diagram…"
|
||||
|
||||
Reference in New Issue
Block a user