normal-computing / fuji-web

Fuji is an AI agent that lives in your browser's sidepanel. You can now get tasks done online with a single command!
Apache License 2.0
195 stars 13 forks source link

Task not running automatically when the webwand chrome extension is loaded for the first time #66

Open lynchee-owo opened 3 months ago

lynchee-owo commented 3 months ago

Describe the bug The current design is that if the voice mode is on, runTask will be automatically triggered upon stop listening. This works all the time except when webwand is loaded for the firsts time.

Expected behavior Should run task automatically with voice mode on for the first time.

mondaychen commented 3 months ago

This is because content script from newly installed extension will be not loaded existing pages. We can explain it in the installation guide. Further more, we can detect this and notify user about it