Skip to content

Maint: Remove old agents#1351

Merged
aaronpowell merged 2 commits intogithub:stagedfrom
TeddMcAdams:maint/remove-old-agent
Apr 10, 2026
Merged

Maint: Remove old agents#1351
aaronpowell merged 2 commits intogithub:stagedfrom
TeddMcAdams:maint/remove-old-agent

Conversation

@TeddMcAdams
Copy link
Copy Markdown
Contributor

@TeddMcAdams TeddMcAdams commented Apr 9, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description

These seem outdated and can be removed.


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify): Removal of agent.

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.

@TeddMcAdams TeddMcAdams requested a review from aaronpowell as a code owner April 9, 2026 16:19
Copilot AI review requested due to automatic review settings April 9, 2026 16:19
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 9, 2026

🔍 Skill Validator Results

2 resource(s) checked | ✅ All checks passed

Full output
Specify one of --plugin, --skills, or --agents. Use --plugin to check an entire plugin directory.

Note: Errors were found. These are currently reported as warnings and do not block merge. Please review and address when possible.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 via npm 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 running npm start and committing the generated README changes).
    agents/gpt-5-beast-mode.agent.md:1
  • docs/README.agents.md still 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 via npm start) to avoid broken links.
    agents/4.1-Beast.agent.md:1
  • docs/README.agents.md still 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 running npm start so generated docs stay in sync).

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.

@aaronpowell
Copy link
Copy Markdown
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.

@aaronpowell aaronpowell merged commit 88b1920 into github:staged Apr 10, 2026
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants