mardausdennis
77d9ec2a0f
fill the search quota by measuring instead of assuming a rate
...
searches_needed was computed once as (max - earned) // 5 and never re-checked. Two assumptions fail in practice: some markets award 3 points per search rather than 5, and the daily maximum itself is not stable, observed as 15, 30 and 60 on one account within a day with the counter resetting. The run therefore stopped around 18/30 and still reported success.
Search in rounds instead: measure, run a batch sized on the lower known rate, measure again, stop when the quota is full or a round gains nothing, and warn instead of claiming success when it is not filled.
Also give the ollama client a timeout and bound the empty-response retry, since both were unbounded and an unattended run hung for 14 minutes with 2.3 CPU-seconds. The bare while-not-response loop spins forever on empty responses.
2026-08-25 22:28:14 +02:00
Carl Furtado
17830f0872
Merge pull request #2 from RealEvoranz/added-nouns.txt
...
Nouns.txt included by default
2026-08-24 14:17:34 -04:00
RealEvoranz
0b68f7a2c9
Merge branch 'added-nouns.txt' into set-to-default-profile
2026-08-24 14:02:05 -04:00
RealEvoranz
1614e09259
Update README.md
2026-08-24 14:00:17 -04:00
Carl Furtado
1a67432211
Merge pull request #1 from RealEvoranz/set-to-default-profile
...
Made profile directory default by default
2026-08-24 13:57:53 -04:00
RealEvoranz
ae7924d9ac
added a default nouns.txt
...
added a default nouns.txt thanks to hugsy/stuff · random-word/english-nouns.txt
2026-08-24 13:57:38 -04:00
RealEvoranz
d5b608c340
Update README.md
2026-08-24 13:52:02 -04:00
RealEvoranz
db30ce8f49
made profile directory default by default
2026-08-24 13:48:47 -04:00
Carl Furtado
62cd2b35cb
add disclaimer to README
2026-08-24 10:19:14 -04:00
Carl Furtado
a785b29494
add visual search custom image instructions
2026-08-24 09:19:51 -04:00
Carl Furtado
06e4f426a2
add instructions for setup to readme
2026-08-24 09:17:14 -04:00
Carl Furtado
602c01d14b
add license
2026-08-22 09:26:17 -04:00
Carl Furtado
d050f9d0d2
add readme
2026-08-21 13:42:15 -04:00
Carl Furtado
1b0e45d52c
use searches_needed when displaying telemetry
2026-08-21 10:36:30 -04:00
Carl Furtado
e336eea265
change search completion functionality back to using the number of required searches
2026-08-21 10:31:43 -04:00
Carl Furtado
320a6de8cd
make sure claim_bonus_points waits for the sidebar to render
2026-08-21 10:27:53 -04:00
Carl Furtado
f31d0cd711
fix race condition when grabbing mouse position
2026-08-21 10:09:48 -04:00
Carl Furtado
d0e813bb15
tune LLM prompt
2026-08-21 10:04:50 -04:00
Carl Furtado
4b2978a732
ensure mutliple URLs of ghost tabs are recognized
2026-08-21 10:04:40 -04:00
Carl Furtado
3835fad251
have misc card method clean up after itself
2026-08-20 11:19:35 -04:00
Carl Furtado
af2eb68940
add exception handling for possible redefinition of document focus handlers
2026-08-20 10:43:07 -04:00
Carl Furtado
a089b1f209
ensure tabs always feign focus
2026-08-20 10:35:35 -04:00
Carl Furtado
f392d3e7a3
optimize search completion speed
2026-08-20 10:29:34 -04:00
Carl Furtado
2ffa64684c
ensure order of initialization is correct in RewardsTaskUtils
2026-08-20 09:34:43 -04:00
Carl Furtado
b007f4fe00
move rewards init logic to RewardsTaskUtils class
2026-08-20 09:33:13 -04:00
Carl Furtado
10bf499de1
add better handling for ghost tab
2026-08-20 09:28:54 -04:00
Carl Furtado
dd50c850ac
first commit
2026-08-19 14:03:22 -04:00