Maint: Remove old agents#1351
Merged
aaronpowell merged 2 commits intogithub:stagedfrom Apr 10, 2026
Merged
Conversation
Contributor
🔍 Skill Validator Results2 resource(s) checked | ✅ All checks passed Full output
|
Contributor
There was a problem hiding this comment.
Pull request overview
Removes several “beast mode”/voidbeast custom agent definitions that are believed to be outdated.
Changes:
- Deleted
agents/voidbeast-gpt41enhanced.agent.md - Deleted
agents/rust-gpt-4.1-beast-mode.agent.md - Deleted
agents/gpt-5-beast-mode.agent.md - Deleted
agents/4.1-Beast.agent.md
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| agents/voidbeast-gpt41enhanced.agent.md | Removes the VoidBeast GPT-4.1 Enhanced agent definition. |
| agents/rust-gpt-4.1-beast-mode.agent.md | Removes the Rust GPT-4.1 “Beast Mode” agent definition. |
| agents/gpt-5-beast-mode.agent.md | Removes the GPT-5 “Beast Mode” agent definition. |
| agents/4.1-Beast.agent.md | Removes the GPT-4.1 “Beast Mode” agent definition. |
Comments suppressed due to low confidence (4)
agents/voidbeast-gpt41enhanced.agent.md:1
- This agent is still listed in
docs/README.agents.md(see row around line 221), including install links that point to../agents/voidbeast-gpt41enhanced.agent.md. Since this file is being removed, the docs will contain broken links; please remove that entry (or regenerate the agents README vianpm start) as part of this PR.
agents/rust-gpt-4.1-beast-mode.agent.md:1 - This agent is still listed in
docs/README.agents.md(row around line 180) with install links to../agents/rust-gpt-4.1-beast-mode.agent.md. After deleting this file, that documentation will be a dead link; please remove/update the docs entry (ideally by runningnpm startand committing the generated README changes).
agents/gpt-5-beast-mode.agent.md:1 docs/README.agents.mdstill references this agent (row around line 106) and includes install links to../agents/gpt-5-beast-mode.agent.md. Since the agent file is being removed, please remove/update that docs entry (regenerate vianpm start) to avoid broken links.
agents/4.1-Beast.agent.md:1docs/README.agents.mdstill lists this agent (row around line 28) and links to../agents/4.1-Beast.agent.md. Deleting the agent file will leave broken links in the agents README; please remove/update that entry (typically by runningnpm startso generated docs stay in sync).
aaronpowell
approved these changes
Apr 10, 2026
Contributor
|
Thanks for helping clean up some of our older items. While it's true that they may still have aspects that influence agents, much of the behaviours that they address are changes already expected within the current generation of models. |
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.stagedbranch for this pull request.Description
These seem outdated and can be removed.
Type of Contribution
Additional Notes
The "beast mode" stuff is zzz.
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.