Prompt Updates: Remove think, fully qualify github mcp (#270656)

This commit is contained in:
Ben Villalobos
2025-10-09 15:32:16 -07:00
committed by GitHub
parent 9553c0719c
commit 683d1e36fb
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
---
mode: agent
description: 'Implement the plan'
tools: ['edit', 'runNotebooks', 'search', 'new', 'runCommands', 'runTasks', 'usages', 'vscodeAPI', 'think', 'problems', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'extensions', 'todos', 'runTests']
tools: ['edit', 'runNotebooks', 'search', 'new', 'runCommands', 'runTasks', 'usages', 'vscodeAPI', 'problems', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'extensions', 'todos', 'runTests']
---
Please write a high quality, general purpose solution. Implement a solution that works correctly for all valid inputs, not just the test cases. Do not hard-code values or create solutions that only work for specific test inputs. Instead, implement the actual logic that solves the problem generally.