@mazeincoding@raycast There are already a bunch of extensions available, you can find them in the Store command.
You can create your own. Anything you're missing?
@swyx@aiDotEngineer I did a hackathon where we jumped on the Eurostar (train between the UK and France) and we had 2 5h hacking session (the round trip from London to Lyon). But it was before LLMs really existed and the wifi was pretty bad - interesting experience!
This was a fun project!
When we set out to integrate the Raycast extension ecosystem with AI, we knew that the extensions Commands weren't the right abstraction for AI to interact with.
We needed a lower-level building block: Tools. Tools are really just functions
Commands can be build on top of them and provide a nice bespoke UI, while the AI can interact with them in natural language.
Any behind-the-scene things you'd like to know?
And because Tools are just a function, you can import them in the extension Commands directly to use them there. Tools becomes this lower-level building blocks that contain your business logic.
Claude and I made an app that only shows you where you’ve already been. It’s quite interesting, already made me look for paths to reveal parts of the map
It’s called FOWIRL - Fog Of War In Real Life 😂