Description
When typing /collect-debug-logs in a chat session, the command is sent to the agent as a regular chat message instead of being intercepted and executed by the app.
Steps to reproduce
- Open a chat session in the GitHub Copilot app
- Type
/collect-debug-logs and press enter
- The message is sent to the agent, which has no ability to execute it
Expected behavior
The app should intercept the /collect-debug-logs command and execute it directly, as documented in the README.
Actual behavior
The command is passed through to the agent as a user message. The agent has no handler for it.
Environment
- OS: macOS (Darwin)
- App version: 1.0.69
Description
When typing
/collect-debug-logsin a chat session, the command is sent to the agent as a regular chat message instead of being intercepted and executed by the app.Steps to reproduce
/collect-debug-logsand press enterExpected behavior
The app should intercept the
/collect-debug-logscommand and execute it directly, as documented in the README.Actual behavior
The command is passed through to the agent as a user message. The agent has no handler for it.
Environment