Conversation
- fix linting errors - downgrade fuels and ai agent kit version - cleanup - update packages - add loading indicators - revert back to `v0.9.0` - done mvp - add fetch functionality - add `fuel-ai-agent` - fetch and show balances - initial commit
|
Congratulations on your new Raycast extension! 🚀 You can expect an initial review within five business days. Once the PR is approved and merged, the extension will be available on our Store. |
- Update README.md - Update README.md
- Fix fetch linting errors - Fix \'NodeJS\' has no exported member \'Global\' error
pernielsentikaer
left a comment
There was a problem hiding this comment.
Hi 👋
Thanks for your contribution 💪
I have now tested your extension, and I have some feedback ready for you:
-
You're missing an extension icon, you can generate one here
-
Could you add at least one screenshot of the extension
I'm looking forward to testing this extension again 🔥
Request a new review when you are ready. Feel free to contact me here or at Slack if you have any questions.
extensions/fuel-it/package.json
Outdated
| "commands": [ | ||
| { | ||
| "name": "fuel", | ||
| "title": "Gfeul", |
There was a problem hiding this comment.
The title here is a bit weird?
extensions/fuel-it/src/lib/utils.ts
Outdated
| interface EnvVars { | ||
| OPENAI_API_KEY: string; | ||
| FUEL_WALLET_PRIVATE_KEY: string; | ||
| } | ||
|
|
||
| export const getEnvVars = async (): Promise<EnvVars> => { | ||
| dotenv.config(); | ||
| return { | ||
| OPENAI_API_KEY: process.env.OPENAI_API_KEY || "", | ||
| FUEL_WALLET_PRIVATE_KEY: process.env.FUEL_WALLET_PRIVATE_KEY || "", | ||
| }; | ||
| }; |
There was a problem hiding this comment.
Why not just have it in preferences?
|
thanks for the suggestions. i will make those changes shortly |
- add metadata - add metadata screenshots - update icon name - make requested changes
- update casing of the title - add metadata - add metadata screenshots - update icon name - make requested changes
pernielsentikaer
left a comment
There was a problem hiding this comment.
Instead of switching views, I would just use showToast and change the type from loading to success (and clear the form after successfully sending).
extensions/fuel-it/.env.example
Outdated
| OPENAI_API_KEY= | ||
| FUEL_WALLET_PRIVATE_KEY= No newline at end of file |
There was a problem hiding this comment.
File should be removed 😊
- Update fuel.tsx - Update fuel.tsx - Show success toast and clear form after success
pernielsentikaer
left a comment
There was a problem hiding this comment.
Is it Fuel(-)It or Fuelx
|
My initial name was |
extensions/fuelx/package.json
Outdated
| "commands": [ | ||
| { | ||
| "name": "fuel", | ||
| "title": "Fuelx", |
There was a problem hiding this comment.
This name doesn't seem meaningful. What could we change it to?
pernielsentikaer
left a comment
There was a problem hiding this comment.
Hi 👋
Looks good to me, approved 🔥
|
Thanks @pernielsentikaer! Can I get an ETA for when this will be released/merged? |
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 Such a great contribution deserves a reward, but unfortunately we couldn't find your Raycast account based on your GitHub username (@naz3eh). |


Description
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder