Mael
Mael
I totally understand, although I would be happy to help maintaining it if you provide some guidance (I’m not a Swift expert) I think the “basics” are almost already implemented,...
> When you mean plugin system, what do you mean? can you explain a little. If you allowed external people to develop a simple "plugin system" (perhaps using WASM or...
> When you mean plugin system, what do you mean? can you explain a little. Or even, without going so far as what I described, just having a code pattern...
Definitely! I will tell you when it's done
@Beingpax okay it's here, totally unedited but it shows what is possible :) https://www.youtube.com/watch?v=GGYOzsknk-k
@Beingpax let me know if that video is what you had in mind?
@marijnbent indeed! It shouldn't be very hard to implement this and be compatible with the actions, but it would require shipping nodejs (I guess) with VoiceInk in order to run/install...
@marijnbent @Beingpax check for instance: - https://nshipster.com/model-context-protocol/ and https://github.com/loopwork-ai/mcp-swift-sdk (seems a really good implementation) - https://github.com/1amageek/swift-context-protocol - https://github.com/gsabran/mcp-swift-sdk Could be nice to have both: - a server in the app...
@marijnbent the easiest way for you to use custom Raycast actions would be to use my plugin, and just create a single plugin called "send-action" which says "send the query...
@Beingpax to summarize the discussion: 1. I think my first PR is a good starting point (however, it can be improved by adding Swift libs for JSON Schema validation, and...