🔔 @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.
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
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.