Skip to content

Calling start dictation while already dictating resets session data #73

@coderabbitai

Description

@coderabbitai

Description

Calling the 'start dictation' intent while already dictating resets the active dictation session, wiping the dictation_stack and file metadata for that session.

Issue Details

The handle_start_dictation_intent method currently always calls start_dictation(message) even when is_dictating(sess) returns True. This causes the dictation stack and file name to be reset mid-session, losing all previously captured utterances.

Context

Expected Behavior

When a user attempts to start dictation while already dictating, the system should acknowledge that dictation is already active without resetting the session data.

Metadata

Metadata

Assignees

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