Skip to content

Releases: LeonardMH/claude-code-agents

v2.1.1

19 Sep 02:14

Choose a tag to compare

  • Instruct build-code agent to avoid emoji usage (using positive language to avoid poisoning)
  • Demote the fix-runtime agent from Opus to Sonnet

Full Changelog: v2.1.0...v2.1.1

v2.1.0

18 Sep 17:40

Choose a tag to compare

  • Fixes issue with agents not using standardized handoff template
  • Add additional agents for exploring and creating PowerPoint slides and OpenOffice equivalents (learn-slides, build-slides)
  • Add additional agents for exploring and creating Word docs and OpenOffice equivalents, as well as PDF documents (learn-docs, build-docs)
  • Renamed the existing learn-docs agent to write-docs to better represent its role (even if that no longer fits in with the other agents naming schemes)

Full Changelog: v2.0.0...v2.1.0

v2.0.0

18 Sep 04:49

Choose a tag to compare

Major refactor of agent names to create a more cohesive naming system that follows a role-adjective scheme. This release also adds additional agents with a focus on UI design (CLI, and GUI) as well as and agent dedicated to developing hardware-software interfaces (build-hardware).

  • Add check-ui agent
  • Add build-hardware agent
  • Fix name of build-spreadsheet agent to better represent the intent of exploring/understanding spreadsheets (renamed to learn-spreadsheet).

Full Changelog: v1.1.0...v2.0.0

v1.1.0 - Adventurer

17 Sep 14:32

Choose a tag to compare

Adds support for the code-explorer agent.

v1.0.0 - Initial Release

17 Sep 07:53

Choose a tag to compare

Includes first pass at support for the following agents:

  1. api-designer
  2. build-error-analyzer
  3. code-implementer
  4. code-reviewer
  5. documentation-writer
  6. git-archaeologist
  7. handoff-system
  8. performance-profiler
  9. requirements-analyst
  10. runtime-debugger
  11. security-auditor
  12. test-specialist