Commit Graph

6 Commits

Author SHA1 Message Date
Jon Corbin
5afc90e633 Revert "fetch -> web/fetch for everything"
This reverts commit ca790b1716.
2026-01-12 14:03:48 -05:00
Jon Corbin
ca790b1716 fetch -> web/fetch for everything 2026-01-12 14:00:22 -05:00
Copilot
2f9c96d4b5 Fix deprecated 'mode' attribute in prompt files by renaming to 'agent' (#441)
* Initial plan

* Rename 'mode' to 'agent' in prompt files and CONTRIBUTING.md

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
2025-12-01 10:56:45 +11:00
CypherHK
2b45ca4e8b feat: update deprecated tool names to namespaced versions (#365)
- Replace 'codebase' with 'search/codebase'
- Replace 'searchResults' with 'search/searchResults'
- Replace 'terminalLastCommand' with 'runCommands/terminalLastCommand'
- Replace 'terminalSelection' with 'runCommands/terminalSelection'

Updated files:
- 13 chatmode files in chatmodes/
- 41 prompt files in prompts/

This update aligns with VS Code's latest tool naming conventions that organize tools into logical namespaces.
2025-10-30 09:29:27 +11:00
Derek Clair
69cd4fae4e update editFiles to edit/editFiles (#319) 2025-10-16 10:07:01 +11:00
Daniel Scott-Raynsford
42ce6b717a CHANGE: Add GitHub Actions Workflow Specification prompt (#114)
* CHANGE: Add GitHub Actions Workflow Specification prompt

- Introduced a new prompt for creating formal specifications for GitHub Actions CI/CD workflows.
- The prompt includes AI-optimized requirements and a comprehensive specification template.
- Aimed at enhancing workflow documentation and maintenance.

* CHANGE: Update GitHub Actions Workflow Specification

- Enhance the GitHub Actions workflow specification prompt with a detailed description for AI optimization and workflow maintenance.

---------

Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
2025-07-24 17:26:09 -07:00