Remove Create with Text-to-CAD from toolbar, make commands in command palette more distinct (#7048)
* Remove Create with Text-to-CAD from the toolbar * Remove "prompt-to-edit" wording, call commands "create" and "edit" * Use sparkles for the ML feature, not chat * lints * Start fixing up tests, there are probably more though * Fix up a few more tests * Fix up prompt-to-edit tests (yay using fixtures!) * Fix native file menu tests * Update snapshots * Fix menu test * Fix snaps --------- Co-authored-by: Pierre Jacquier <pierre@zoo.dev> Co-authored-by: Pierre Jacquier <pierrejacquier39@gmail.com>
This commit is contained in:
@ -939,8 +939,10 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
|
||||
},
|
||||
},
|
||||
'Prompt-to-edit': {
|
||||
description: 'Use Zoo AI to edit your parts and code.',
|
||||
icon: 'chat',
|
||||
displayName: 'Text-to-CAD Edit',
|
||||
description:
|
||||
'Use machine learning to edit your parts and code from a text prompt.',
|
||||
icon: 'sparkles',
|
||||
status: IS_ML_EXPERIMENTAL ? 'experimental' : 'active',
|
||||
args: {
|
||||
selection: {
|
||||
|
Reference in New Issue
Block a user