Explore to support desktop notifications when in agent mode (#251621) (#255643)

This commit is contained in:
Benjamin Pasero
2025-07-14 13:45:53 +02:00
committed by GitHub
parent 6a2aa04439
commit b50ac5ac92
9 changed files with 90 additions and 32 deletions

10
.github/prompts/implement.prompt.md vendored Normal file
View File

@@ -0,0 +1,10 @@
---
mode: agent
description: 'Implement the solution for a problem.'
tools: ['changes', 'codebase', 'editFiles', 'fetch', 'findTestFiles', 'openSimpleBrowser', 'problems', 'readNotebookCellOutput', 'runCommands', 'runNotebooks', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
---
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.
Focus on understanding the problem requirements and implementing the correct algorithm. Tests are there to verify correctness, not to define the solution. Provide a principled implementation that follows best practices and software design principles.
If the task is unreasonable or infeasible, or if any of the tests are incorrect, please tell me. The solution should be robust, maintainable, and extendable.