Skip to content

Improve Voice Mode session awareness - #334602

Draft
Megan Rogge (meganrogge) with Copilot wants to merge 5 commits into
mainfrom
copilot/fix-voice-mode-session-awareness
Draft

Improve Voice Mode session awareness#334602
Megan Rogge (meganrogge) with Copilot wants to merge 5 commits into
mainfrom
copilot/fix-voice-mode-session-awareness

Conversation

Copilot AI commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Description

Voice Mode could omit recent sessions, fail to focus sessions by label, and report stale working states after completion.

  • Resolve focus_session targets by case-insensitive session labels, while retaining resource-ID lookup.
  • Prefer live loaded chat-model state when reporting session status.
  • Publish idle transitions immediately rather than retaining stale working state while models load.
  • Add regression coverage for label-based focus and stale status reporting.
{
  "state": "idle",
  "is_active": false
}

Copilot AI balanced review requested due to automatic review settings September 4, 2026 19:50

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Copilot AI and others added 4 commits September 4, 2026 19:57
Co-authored-by: meganrogge <29464607+meganrogge@users.noreply.github.com>
Co-authored-by: meganrogge <29464607+meganrogge@users.noreply.github.com>
Co-authored-by: meganrogge <29464607+meganrogge@users.noreply.github.com>
Co-authored-by: meganrogge <29464607+meganrogge@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix limited session awareness in voice mode Improve Voice Mode session awareness Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Voice mode session awareness is limited

3 participants