Adds language model tool that creates new spfx projects. Closes #707, #705 - #852
Open
Adam-it wants to merge 2 commits into
Open
Adds language model tool that creates new spfx projects. Closes #707, #705#852Adam-it wants to merge 2 commits into
Adam-it wants to merge 2 commits into
Conversation
3 tasks
Member
Author
|
just noticed when doing different stuf that we should also remove vscode-viva/src/panels/CommandPanel.ts Line 365 in 62b5666 and vscode-viva/src/panels/CommandPanel.ts Line 376 in 62b5666 and with this change |
Adam-it
marked this pull request as draft
August 2, 2026 22:07
Adam-it
marked this pull request as ready for review
August 3, 2026 09:44
Member
Author
done ✅ |
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.
🎯 Aim
The aim of this PR is to depreacte the chat participant and remove the
/newchat command and refactor it to a dedicated language model tool that will execute the bestyocommand to create and SPFx project for user prompt📷 Result
✅ What was done
🔗 Related issue
Closes #707, #705