aj47 / clickolas-cage

a chrome extension that performs web browsing actions autonomously to complete a given goal/task (using LLM as brain).
MIT License
56 stars 11 forks source link

bug when LLM tries to nav to url without http(s):// #4

Closed aj47 closed 3 months ago

aj47 commented 3 months ago

for first step when code calls navURL() if url is https://www.youtube.com it works fine but if url is www.youtube.com, user is brought to a url like: chrome-extension://gjakknclnkongbpncjjaemkbppmcelke/www.youtube.com which does not work

aj47 commented 3 months ago

fixed in navURL()