Open louis030195 opened 1 week ago
/bounty 80
/attempt #683
with your implementation plan/claim #683
in the PR body to claim the bountyThank you for contributing to mediar-ai/screenpipe!
Add a bounty • Share on socials
Attempt | Started (GMT+0) | Solution |
---|---|---|
🟢 @EzraEllette | Nov 16, 2024, 6:34:28 AM | #691 |
How should active window be defined?
Also, I use a lot of different windows so it may be useful to select windows that were active during the time period as well.
/attempt #683
Algora profile | Completed bounties | Tech | Active attempts | Options |
---|---|---|---|---|
@EzraEllette | 10 mediar-ai bounties | Rust, TypeScript, JavaScript & more |
Cancel attempt |
I'd use this to determine which window is active: https://github.com/sindresorhus/get-windows
In my opinion, if you only query active window's context you won't lose much, because most probably at some point you will make all window you use active so screenpipe can get data from them. On the other hand, right now, I have 28 open windows so I can't search or process with AI anything because it's just too much data.
💡 @EzraEllette submitted a pull request that claims the bounty. You can visit your bounty board to reward.
for OCR at least
i'm not sure we have a good way yet to track which window is focused, to experiment