Changelog
v0.7.0 Latest
Section titled “v0.7.0 ”- Added nested sub-agent architecture support around coordinator and worker patterns for
devsquad.plan,devsquad.implement,devsquad.review, anddevsquad.refine - Added 14 worker agent files with
user-invocable: falseand minimal tool sets - Added ADR 0012 and marked ADR 0011 as superseded
- Updated public prerequisites to require VS Code 1.113.0+ and
chat.subagents.allowInvocationsFromSubagentsfor nested workflows - Updated architecture diagrams to show coordinator nodes, worker topology, and parallel execution
v0.6.1
Section titled “v0.6.1”- Replaced ~45K embedded template content with a deterministic shell script for file operations
- Reduced agent file sizes significantly
v0.6.0
Section titled “v0.6.0”- Converted worker sub-agents to skills to comply with GitHub Copilot’s one-level sub-agent nesting limit (ADR 0011)
- Affected:
security-review,init-config,init-docs,init-scaffold - Standalone agent files preserved for direct invocation
v0.5.0
Section titled “v0.5.0”- Added migration specification support for infrastructure migrations
- Migration types:
lift-and-shift,rehost,replatform devsquad.specifynow handles both feature and migration specs- New instructions:
migration-specs.instructions.md,migration-tasks.instructions.md
v0.4.0
Section titled “v0.4.0”- Introduced Tool Extensions (preview) for injecting MCP server tools into plugin agents via YAML patches
- ADR 0010 documents the overlay generation approach
sessionStarthook detects unsynced extensions
v0.3.0
Section titled “v0.3.0”- Added
diagram-designskill for architecture diagram guidance - Split monolithic architecture diagram into focused diagrams
- Mermaid and Draw.io tool selection guidance
v0.2.0
Section titled “v0.2.0”- Renamed all
sdd.*agents todevsquad.* - Restructured as self-contained plugin for VS Code
- Plugin marketplace registration
v0.1.0
Section titled “v0.1.0”- Initial release
- 16 agents, 13 skills, 5 MCP servers, 7 templates (restructured to 13 user-visible agents + internal workers in subsequent releases)
- Core framework: Conductor pattern, Socratic AI, Spec-Driven Development
- GitHub Issues and Azure DevOps integration
- Lifecycle hooks for auto-detection
Related
Section titled “Related” Getting Started Install and run your first workflow.
Contributing How to contribute agents, skills, instructions, and hooks.