feat: Rename NuxtUI extension to just Nuxt#17751
feat: Rename NuxtUI extension to just Nuxt#17751HugoRCD wants to merge 4 commits intoraycast:mainfrom HugoRCD:ext/nuxt
Conversation
|
Thank you for the update! 🎉 Due to our current reduced availability, the initial review may take up to 10-15 business days |
There was a problem hiding this comment.
PR Summary
This PR renames the extension from "Nuxt UI" to "Nuxt" while significantly expanding its functionality to cover the entire Nuxt ecosystem, including module management and enhanced search capabilities.
- Added new module-related tools (
get-module-by-name,get-module-categories,get-modules-by-category) for exploring the Nuxt ecosystem - Added new search interfaces (
search-components.tsx,search-modules.tsx) with filtering and category support - Introduced comprehensive TypeScript interfaces in
types/modules.tsandtypes/components.tsfor better type safety - Missing
aifield inpackage.jsondespite havingtoolsdefined, should includeevalsfromai.yaml - Missing
metadatafolder for screenshots since there areviewcommands inpackage.json
💡 (2/5) Greptile learns from your feedback when you react with 👍/👎!
19 file(s) reviewed, 21 comment(s)
Edit PR Review Bot Settings | Greptile
LitoMore
left a comment
There was a problem hiding this comment.
You can consider renaming the extension folder from nuxt-ui to nuxt.
|
@LitoMore But will people who have installed the NuxtUI extension automatically get the Nuxt extension? |
|
I'm not sure but this should be fine. See the related discussion on Raycast Slack: https://raycastcommunity.slack.com/archives/C02HEMAF2SJ/p1741416077182769. |
|
Ok I'll do that then !!! |
|
@LitoMore This should be good now ? |
|
So CI fails because there are two folders here, if you don't know how to fix it I suggest:
Otherwise, see if you can get the other folder out of the scope here |
|
@pernielsentikaer Yes I can make a new PR but how does it work because I contacted support to find out if renaming the extension would affect people who already have it installed? Because I would like those who have installed it to just see the new name without having to reinstall it 🤔 |
|
😂 I don't know if I understood what you meant or not. But the goal is to completely replace nuxt-ui (the current name) with Nuxt so as not to block the extension's progress to only Nuxt UI. |
|
I'm merging this soon: #17844 - this ONLY moves the files to a new folder, and then you can make your modifications 😊 |
|
Now it's moved to the new folder, can you either correct this PR or update the extension from the store and fork that one? |
What do you mean by correcting this PR? |
|
Have you seen all the merge conflicts? Might be easier to make a new PR with correct edits |
|
@pernielsentikaer Ah yes ok indeed, I'll open a new PR! 😁 |

Description
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare located outside the metadata folder if they were not generated with our metadata toolThe aim of this PR is above all to rename the current extension (Nuxt UI) to (Nuxt) in order to extend its capabilities and no longer be simply limited to NuxtUI (we've discussed this directly with the Nuxt team (NuxtLabs)).