Skip to content

Add commands#8389

Merged
alexr00 merged 1 commit intomainfrom
alexr00/southern-lobster
Jan 13, 2026
Merged

Add commands#8389
alexr00 merged 1 commit intomainfrom
alexr00/southern-lobster

Conversation

@alexr00
Copy link
Copy Markdown
Member

@alexr00 alexr00 commented Jan 13, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 13, 2026 15:10
@alexr00 alexr00 enabled auto-merge (squash) January 13, 2026 15:10
@alexr00 alexr00 self-assigned this Jan 13, 2026
@vs-code-engineering vs-code-engineering Bot added this to the January 2026 milestone Jan 13, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a comprehensive commands.json configuration file for GitHub issue management automation. The file defines various automated responses and actions for issue triage, including labeling, closing, and redirecting issues based on specific comment commands or label applications.

Changes:

  • Adds a new .github/commands.json file with 477 lines defining automated issue management commands
Comments suppressed due to low confidence (1)

.github/commands.json:126

  • The "needsPerfInfo" command is missing the "action" field. Other similar commands that add labels use "action": "updateLabels" (e.g., "needsMoreInfo" on line 118, "jsDebugLogs" on line 130). This should be added for consistency and proper functionality.
	{
		"type": "comment",
		"name": "needsPerfInfo",
		"addLabel": "info-needed",
		"comment": "Thanks for creating this issue regarding performance! Please follow this guide to help us diagnose performance issues: https://github.com/microsoft/vscode/wiki/Performance-Issues \n\nHappy Coding!"
	},

Comment thread .github/commands.json
{
"type": "comment",
"name": "extGo",
"action": "close",
Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

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

The "extGo" command is missing the "reason" field while performing a close action. All other similar extension redirect commands (extPython, extJupyter, extC, extC++, extCpp, extTS, extJS, extC#, extPowershell, etc.) include "reason": "not_planned" when they close issues. This inconsistency should be fixed to ensure the command behaves consistently with other extension redirect commands.

This issue also appears in the following locations of the same file:

  • line 121
Suggested change
"action": "close",
"action": "close",
"reason": "not_planned",

Copilot uses AI. Check for mistakes.
Comment thread .github/commands.json
"reason": "not_planned",
"addLabel": "agent-behavior",
"removeLabel": "~agent-behavior",
"comment": "Unfortunately I think you are hitting a AI quality issue that is not actionable enough for us to track a bug. We would recommend that you try other available models and look at the [Tips and tricks for Copilot in VS Code](https://code.visualstudio.com/docs/copilot/copilot-tips-and-tricks) doc page.\n\nWe are constantly improving AI quality in every release, thank you for the feedback! If you believe this is a technical bug, we recommend you report a new issue including logs described on the [Copilot Issues](https://github.com/microsoft/vscode/wiki/Copilot-Issues) wiki page."
Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

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

Grammatical error: "a AI" should be "an AI". The article "an" should be used before words beginning with a vowel sound.

Suggested change
"comment": "Unfortunately I think you are hitting a AI quality issue that is not actionable enough for us to track a bug. We would recommend that you try other available models and look at the [Tips and tricks for Copilot in VS Code](https://code.visualstudio.com/docs/copilot/copilot-tips-and-tricks) doc page.\n\nWe are constantly improving AI quality in every release, thank you for the feedback! If you believe this is a technical bug, we recommend you report a new issue including logs described on the [Copilot Issues](https://github.com/microsoft/vscode/wiki/Copilot-Issues) wiki page."
"comment": "Unfortunately I think you are hitting an AI quality issue that is not actionable enough for us to track a bug. We would recommend that you try other available models and look at the [Tips and tricks for Copilot in VS Code](https://code.visualstudio.com/docs/copilot/copilot-tips-and-tricks) doc page.\n\nWe are constantly improving AI quality in every release, thank you for the feedback! If you believe this is a technical bug, we recommend you report a new issue including logs described on the [Copilot Issues](https://github.com/microsoft/vscode/wiki/Copilot-Issues) wiki page."

Copilot uses AI. Check for mistakes.
@alexr00 alexr00 merged commit ddae979 into main Jan 13, 2026
12 checks passed
@alexr00 alexr00 deleted the alexr00/southern-lobster branch January 13, 2026 16:13
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.

3 participants