Skip to content

Organizational Agent Loses Quotes around it's name when it is cached locally #286353

Description

Steps to Reproduce:

  1. Create an Organizational Agent in .github-private with the name "C# Agent"
  2. WHen this is cached locally, the quotes around the name are removed, so it becomes C# Agent
  3. This shows up in the agent selection dropdown as just C - presumably because the # is treated as a comment

When the markdown is recreated in here: https://github.com/microsoft/vscode-copilot-chat/blob/c762f2026835e0bcd52e0f443ad439892c72d1b2/src/extension/agents/vscode-node/organizationAndEnterpriseAgentProvider.ts#L377 then I think the quotes are lost, so whilst the quotes are there in my github repo, by the time this is cached on disk, then the quotes are lost.

Metadata

Metadata

Labels

author-verification-requestedIssues potentially verifiable by issue authorbugIssue identified by VS Code Team member as probable bugrepro-steps-needed

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions