label generate-all-steps menu item as experimental
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
+1
-1
@@ -333,7 +333,7 @@ class StepForgeApp {
|
|||||||
{ label: 'Guide information…', action: () => this.editor.openGuideInfo() },
|
{ label: 'Guide information…', action: () => this.editor.openGuideInfo() },
|
||||||
{ label: 'Guide placeholders…', action: () => this.editor.openGuidePlaceholders() },
|
{ label: 'Guide placeholders…', action: () => this.editor.openGuidePlaceholders() },
|
||||||
{ label: 'Backups & snapshots…', action: () => this.editor.openBackupsDialog() },
|
{ label: 'Backups & snapshots…', action: () => this.editor.openBackupsDialog() },
|
||||||
{ label: 'Generate all text fields with AI', action: () => this.editor.generateAllTextFieldsWithAi() },
|
{ label: 'Generate all text fields with AI (experimental)', action: () => this.editor.generateAllTextFieldsWithAi() },
|
||||||
{ label: guide && guide.linkedSource ? 'Linked guide…' : 'Linked guide (not linked)', action: () => this.editor.openLinkedGuide() },
|
{ label: guide && guide.linkedSource ? 'Linked guide…' : 'Linked guide (not linked)', action: () => this.editor.openLinkedGuide() },
|
||||||
'sep',
|
'sep',
|
||||||
{ label: 'Keyboard shortcuts…', action: () => this.editor.openShortcutsHelp() },
|
{ label: 'Keyboard shortcuts…', action: () => this.editor.openShortcutsHelp() },
|
||||||
|
|||||||
Reference in New Issue
Block a user