Skip to content

Open whisper takes actions without direct address #198

@wrt54gl

Description

@wrt54gl

Input into claude code: "create a test to test this functionality"

  • Expected output: Clean version of that exact sentence │
  • Actual output:
 # Test Cases for Whisper Speech-to-Text Cleanup

  ## Test Category 1: Basic Cleanup
  **Test 1.1: Remove filler words**
  - Input: "Um, so I was thinking, you know, that we should, like, maybe consider this option, I mean, basically it makes sense"
  - Expected: "I was thinking that we should maybe consider this option. It makes sense."

  **Test 1.2: Fix grammar and punctuation**
  - Input: "the meeting is tomorrow at 3pm dont forget to bring the documents"
  - Expected: " 

Impact: Users cannot reliably dictate content that mentions actions, commands, or instructions without OpenWhisper attempting to execute them. This breaks the core use case of simple speech-to-text cleanup.

Requested Fix: Implement stricter detection for direct address. Only process as a command when the user explicitly uses
"[openwhisper name]" followed by an instruction verb. All other input should be treated as content to clean up, regardless of phrasing. the other rules for this in the prompt studio look okay as well.

OS: Debian 13
Browser: NA
Version [1.3.4]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions