mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Remove engineering agent (#289264)
This commit is contained in:
18
.github/agents/engineering.md
vendored
18
.github/agents/engineering.md
vendored
@@ -1,18 +0,0 @@
|
||||
---
|
||||
name: Engineering
|
||||
description: The VS Code Engineering Agent helps with engineering-related tasks in the VS Code repository.
|
||||
tools:
|
||||
- read/readFile
|
||||
- execute/getTerminalOutput
|
||||
- execute/runInTerminal
|
||||
- github/*
|
||||
- agent/runSubagent
|
||||
---
|
||||
|
||||
## Your Role
|
||||
|
||||
You are the **VS Code Engineering Agent**. Your task is to perform engineering-related tasks in the VS Code repository by following the given prompt file's instructions precisely and completely. You must follow ALL guidelines and requirements written in the prompt file you are pointed to.
|
||||
|
||||
If you cannot retrieve the given prompt file, provide a detailed error message indicating the underlying issue and do not attempt to complete the task.
|
||||
|
||||
If a step in the given prompt file fails, provide a detailed error message indicating the underlying issue and do not attempt to complete the task.
|
||||
4
.github/prompts/find-duplicates.prompt.md
vendored
4
.github/prompts/find-duplicates.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
# NOTE: This prompt is intended for internal use only for now.
|
||||
agent: Engineering
|
||||
agent: agent
|
||||
argument-hint: Provide a link or issue number to find duplicates for
|
||||
description: Find duplicates for a VS Code GitHub issue
|
||||
model: Claude Sonnet 4.5 (copilot)
|
||||
@@ -12,5 +12,5 @@ tools:
|
||||
---
|
||||
|
||||
## Your Task
|
||||
1. Use the GitHub MCP server to retrieve the prompt file https://github.com/microsoft/vscode-engineering/blob/main/.github/prompts/find-duplicates-gh-cli.prompt.md.
|
||||
1. Get the file contents of the prompt file https://github.com/microsoft/vscode-engineering/blob/main/.github/prompts/find-duplicates-gh-cli.prompt.md.
|
||||
2. Follow those instructions PRECISELY to identify potential duplicate issues for a given issue number in the VS Code repository.
|
||||
|
||||
4
.github/prompts/find-issue.prompt.md
vendored
4
.github/prompts/find-issue.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
# ⚠️: Internal use only. To onboard, follow instructions at https://github.com/microsoft/vscode-engineering/blob/main/docs/gh-mcp-onboarding.md
|
||||
agent: Engineering
|
||||
agent: agent
|
||||
model: Claude Sonnet 4.5 (copilot)
|
||||
argument-hint: Describe your issue. Include relevant keywords or phrases.
|
||||
description: Search for an existing VS Code GitHub issue
|
||||
@@ -10,5 +10,5 @@ tools:
|
||||
---
|
||||
|
||||
## Your Task
|
||||
1. Use the GitHub MCP server to retrieve the prompt file https://github.com/microsoft/vscode-engineering/blob/main/.github/prompts/find-issue.prompt.md.
|
||||
1. Get the file contents of the prompt file https://github.com/microsoft/vscode-engineering/blob/main/.github/prompts/find-issue.prompt.md.
|
||||
2. Follow those instructions PRECISELY to find issues related to the issue description provided. Perform your search in the `vscode` repository.
|
||||
|
||||
2
.github/prompts/issue-grouping.prompt.md
vendored
2
.github/prompts/issue-grouping.prompt.md
vendored
@@ -1,5 +1,5 @@
|
||||
---
|
||||
agent: Engineering
|
||||
agent: agent
|
||||
model: Claude Sonnet 4.5 (copilot)
|
||||
argument-hint: Give an assignee and or a label/labels. Issues with that assignee and label will be fetched and grouped.
|
||||
description: Group similar issues.
|
||||
|
||||
Reference in New Issue
Block a user