Ryan Heaney
Ryan Heaney
### Describe the bug Agents defined in markdown files fail to load if any line in the YAML frontmatter ends with CRLF (`\r\n`) characters. Only agents with pure LF (`\n`)...
### Describe the bug In Copilot CLI version 0.0.353, an agent defined with an MCP server exposes the MCP tools to the agent (e.g., `test-mcp-get-greeting`). Starting from version 0.0.361, the...
### Describe the bug The [documentation](https://docs.github.com/en/copilot/reference/custom-agents-configuration#tools) for custom agents states that we should be able to filter the tools exposed during a custom agent run. > Enable specific tools: Provide...