Cleaning up some legacy around chat modes#602
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request removes legacy references to "chat modes" and replaces them with the unified "agents" terminology across documentation, configuration files, and tooling scripts. The PR is part of an effort to standardize nomenclature and clean up deprecated concepts in the awesome-copilot repository.
Changes:
- Deleted the deprecated
suggest-awesome-github-copilot-chatmodes.prompt.mdfile - Updated terminology from "chat modes" to "agents" and "skills" throughout documentation
- Removed "chat-mode" kind from collection and code generation logic
- Updated project guidelines and contribution templates to reflect current terminology
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| prompts/suggest-awesome-github-copilot-chatmodes.prompt.md | Deleted deprecated prompt file for suggesting chat modes |
| package.json | Updated description and keywords to replace "chat modes" with "skills" |
| eng/update-readme.mjs | Removed chat-mode logic from collection generation and updated comments |
| docs/README.prompts.md | Removed entry for deleted chatmodes prompt |
| docs/README.collections.md | Updated collection description to use "agents" instead of "chat modes" |
| collections/awesome-copilot.md | Updated description and removed chatmodes prompt entry, updated item count from 6 to 5 |
| collections/awesome-copilot.collection.yml | Removed chatmodes prompt item and updated description |
| README.md | Updated multiple references from "chat modes" to "agents" and "skills" |
| CONTRIBUTING.md | Updated all documentation references from "chat modes" to "agents" |
| .github/pull_request_template.md | Updated checklist items from "chat mode" to "agent" |
| .github/copilot-instructions.md | Updated file guide section headers and requirements from "Chat Mode" to "Agent" |
|
|
||
| - [ ] The prompt has markdown front matter. | ||
| - [ ] The prompt has a `mode` field specified of either `agent` or `ask`. | ||
| - [ ] The prompt has a `agent` field specified of either `agent`, `ask`, or `Plan`. |
There was a problem hiding this comment.
Grammar issue: "a agent" should be "an agent" since "agent" starts with a vowel sound. Additionally, the value "Plan" should be lowercase "plan" for consistency with the other lowercase values "agent" and "ask".
Suggested change
| - [ ] The prompt has a `agent` field specified of either `agent`, `ask`, or `Plan`. | |
| - [ ] The prompt has an `agent` field specified of either `agent`, `ask`, or `plan`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.