Releases: LeonardMH/claude-code-agents
Releases · LeonardMH/claude-code-agents
v2.1.1
v2.1.0
- 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-docsagent towrite-docsto 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
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
Adds support for the code-explorer agent.
v1.0.0 - Initial Release
Includes first pass at support for the following agents:
- api-designer
- build-error-analyzer
- code-implementer
- code-reviewer
- documentation-writer
- git-archaeologist
- handoff-system
- performance-profiler
- requirements-analyst
- runtime-debugger
- security-auditor
- test-specialist