raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.34k stars 3.04k forks source link

[Extension Name] Gemini #15005

Open danpalmer opened 1 week ago

danpalmer commented 1 week ago

Extension

https://www.raycast.com/EvanZhouDev/raycast-gemini

Raycast Version

1.84.3

macOS Version

14.7

Description

When using the "Ask about screen content" command, only the content of one screen is sent to Gemini. This results in incorrect answers.

Steps To Reproduce

  1. Use a Mac with two monitors
  2. Open a single textedit window with "1" on one screen, and "2" on the other.
  3. Use "Ask about screen content" to ask "What numbers are shown on screen?"

Current Behaviour

Only 1 of those numbers in text edit windows will be returned.

Expected Behaviour

Both numbers should be able to be returned (not accounting for AI inference issues). i.e. all screens should be sent to the AI model.

Alternatively, the extension could make it clear which screen is going to be used, and that content must be pre-arranged on that screen only.

raycastbot commented 1 week ago

Thank you for opening this issue!

🔔 @EvanZhouDev @ridemountainpig you might want to have a look.

💡 Author and Contributors commands The author and contributors of `EvanZhouDev/raycast-gemini` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot close as not planned` Closes the issue as not planned. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.