Text-to-CAD UX revamp phase 1#7542
Merged
lee-at-zoo-corp merged 75 commits intomainfrom Aug 21, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
c0c5e7b to
4a46a24
Compare
|
Deployment failed with the following error: View Documentation: https://vercel.com/docs/two-factor-authentication |
0be05b8 to
08f4afd
Compare
08f4afd to
ed4a048
Compare
CodSpeed Instrumentation Performance ReportMerging #7542 will not alter performanceComparing Summary
|
ed4a048 to
31329a1
Compare
31329a1 to
856c03b
Compare
255a3e8 to
f42527b
Compare
pierremtb
approved these changes
Aug 21, 2025
Contributor
pierremtb
left a comment
There was a problem hiding this comment.
Not gonna pretend that this is a thorough review & bulletproof approval considering how huge of a PR this is. Spent the last two days in the branch trying to bring various parts of CI to green, and therefore doing a lot of manual testing which is a silverlining.
The thought here is we'll opt to merge early and fix forward (incl. the few unresolved threads).
Awesome work Lee!
This was referenced Aug 21, 2025
Closed
pierremtb
added a commit
that referenced
this pull request
Aug 27, 2025
This reverts commit c699bb0.
pierremtb
added a commit
that referenced
this pull request
Aug 27, 2025
* Revert "Update onboarding with new conversational ttc ui (#8147)" This reverts commit e7626e9. * Revert "CSS tweaks follow to TTC UI (#8137)" This reverts commit 199d5a3. * Revert "Don't include the current file prompt if there is no current file (#8135)" This reverts commit 5c1a417. * Revert "Add a source range prompt containing the current file content range (#8129)" This reverts commit 49d40f2. * Revert "Move clearing of TTC project-specific state to SystemIO (#8130)" This reverts commit e42e5f8. * Revert "Rename "Text-to-CAD Create" command to "Create project using Text-to-CAD" (#8127)" This reverts commit f7fc3b2. * Revert "Text-to-CAD UX revamp phase 1 (#7542)" This reverts commit c699bb0. * Update snapshots * Update snapshots * Fix tsc --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the first phase of the Text-to-CAD revamp.
Preceding this we had to add project identifiers so we could associate projects to conversations.
We introduce a new conversational UX for users to interact with ML-Ephant.
Demo on Slack: https://kittycadworkspace.slack.com/archives/C07A80B83FS/p1755376704518619
Note
In order to ease E2E test migration there is a divergence between E2E test panes and runtime panes. TTC is shown in a right-side pane under normal use, but is included within the normal left-side panes within the test environment. This is further evidence that we need to cut down on our reliance on stream dimensions for our test suite.
—Frank