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:
Frank Noirot
2025-05-18 06:24:48 -04:00
committed by GitHub
parent 3168c22de7
commit 5734cc7fc3
23 changed files with 177 additions and 92 deletions

View File

@ -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: {