-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat: add prototype speech-to-text support for AI agent input (experimental) #697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CLA assistant check
All committers have signed the CLA.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 issue found across 2 files
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name="src/webui/components/browser_use_agent_tab.py">
<violation number="1" location="src/webui/components/browser_use_agent_tab.py:1085">
These event handlers are now registered twice, so each action (submit, stop, pause, clear) will fire twice, leading to duplicate task runs and inconsistent UI state. Please remove the duplicate registrations.</violation>
</file>
Since this is your first cubic review, here's how it works:
- cubic automatically reviews your code and comments on bugs and improvements
- Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
- Ask questions if you need clarification on any suggestion
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.
Removed redundant event handler connections for buttons.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
Uh oh!
There was an error while loading. Please reload this page.
Summary by cubic
Adds speech-to-text to the Run Agent tab with a mic button, and moves the JavaScript into interface.py for cleaner separation and easier maintenance.
New Features
Refactors
Written for commit 53f5a8b. Summary will update automatically on new commits.