-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Hi, thanks for the great extension and your work.
Raycast now provides a Windows version, and many extensions have started adding cross-platform support by updating the platforms field in raycast.json.
Would you consider adding Windows support for this extension?
From a quick check, it looks like the extension mainly interacts with the OpenAI API and does not rely on macOS-specific APIs such as AppleScript or macOS Keychain features. If that is correct, supporting Windows may only require:
Updating raycast.json:
{
"platforms": ["macOS", "Windows"]
}
Ensuring any keyboard shortcuts are defined in a platform-compatible way
Testing on Raycast for Windows (Beta)
If there are macOS-specific parts involved, I’d be happy to help identify them or test a development build on Windows.
Thanks again for maintaining the project.
Looking forward to your thoughts.