Conversation
There was a problem hiding this comment.
Bug: ASR Transcription Not Called in Agents
Hardcoded "test" strings replace actual ASR transcription in both the transcribe and chat agents. The ASR service is initialized but its transcription method is never called, rendering both agents unable to process real audio input.
agent_cli/agents/chat.py#L158-L166
agent-cli/agent_cli/agents/chat.py
Lines 158 to 166 in 3de625a
agent_cli/agents/transcribe.py#L78-L86
agent-cli/agent_cli/agents/transcribe.py
Lines 78 to 86 in 3de625a
Bug: Interactive Mode Suppresses Output
The quiet parameter in wyoming_client_context is incorrectly set to self.is_interactive. This inverts the intended behavior, causing output to be suppressed when the service is interactive (self.is_interactive is True), instead of providing verbose output. It should be quiet=not self.is_interactive.
agent_cli/services/local/asr.py#L72-L73
agent-cli/agent_cli/services/local/asr.py
Lines 72 to 73 in 3de625a
BugBot free trial expires on July 22, 2025
You have used $0.00 of your $50.00 spend limit so far. Manage your spend limit in the Cursor dashboard.
Was this report helpful? Give feedback by reacting with 👍 or 👎
for more information, see https://pre-commit.ci
No description provided.