[FEATURE] Feature request: Show voice mode status in status line

Resolved 💬 2 comments Opened Mar 12, 2026 by schluffo Closed Apr 9, 2026

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

Currently, the status line JSON data does not include voice mode state. It would be useful to have a voice.enabled (or similar) field available so users can display whether voice mode is active in their custom status line scripts.

Proposed Solution

Add a voice.enabled boolean field to the JSON data passed to the status line script, e.g.:

{
"voice": {
"enabled": true
}
}

Alternative Solutions

_No response_

Priority

Low - Nice to have

Feature Category

Interactive mode (TUI)

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗