Skip to content

Adds language model tool that creates new spfx projects. Closes #707, #705 - #852

Open
Adam-it wants to merge 2 commits into
pnp:devfrom
Adam-it:refactors-new-chat-command-to-lm-tool
Open

Adds language model tool that creates new spfx projects. Closes #707, #705#852
Adam-it wants to merge 2 commits into
pnp:devfrom
Adam-it:refactors-new-chat-command-to-lm-tool

Conversation

@Adam-it

@Adam-it Adam-it commented Jul 29, 2026

Copy link
Copy Markdown
Member

🎯 Aim

The aim of this PR is to depreacte the chat participant and remove the /new chat command and refactor it to a dedicated language model tool that will execute the best yo command to create and SPFx project for user prompt

📷 Result

image image image image image

✅ What was done

  • Removes the new chat participant command
  • Updates docs and readme
  • Adds a new langauge model tool that createst he best yo command for user prompt and executes it

🔗 Related issue

Closes #707, #705

@Adam-it Adam-it changed the title Adds language model tool that creates new spfx projects. Closes #707 Adds language model tool that creates new spfx projects. Closes #707, #705 Jul 29, 2026
@Adam-it Adam-it linked an issue Jul 29, 2026 that may be closed by this pull request
3 tasks
@Adam-it
Adam-it changed the base branch from main to dev July 29, 2026 21:52
@Adam-it

Adam-it commented Aug 2, 2026

Copy link
Copy Markdown
Member Author

just noticed when doing different stuf that we should also remove

actionCommands.push(new ActionTreeItem('Use @spfx in GitHub Copilot ', '', { name: 'copilot', custom: false }, undefined, Commands.openCopilot));

and

actionCommands.push(new ActionTreeItem('Use @spfx in GitHub Copilot ', '', { name: 'copilot', custom: false }, undefined, Commands.openCopilot));

and
https://github.com/pnp/vscode-viva/blob/main/src/services/actions/CopilotActions.ts

with this change

@Adam-it
Adam-it marked this pull request as draft August 2, 2026 22:07
@Adam-it
Adam-it marked this pull request as ready for review August 3, 2026 09:44
@Adam-it

Adam-it commented Aug 3, 2026

Copy link
Copy Markdown
Member Author

just noticed when doing different stuf that we should also remove

actionCommands.push(new ActionTreeItem('Use @spfx in GitHub Copilot ', '', { name: 'copilot', custom: false }, undefined, Commands.openCopilot));

and

actionCommands.push(new ActionTreeItem('Use @spfx in GitHub Copilot ', '', { name: 'copilot', custom: false }, undefined, Commands.openCopilot));

and https://github.com/pnp/vscode-viva/blob/main/src/services/actions/CopilotActions.ts

with this change

done ✅

@nicodecleyre nicodecleyre self-assigned this Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor the /new chat command to a dedicated SPFx new project LM tool Drop @spfx GitHub Copilot Chat participant

2 participants