Changelog
v0.9.0 Latest
Section titled “v0.9.0 ”- Added spec amendment during implementation: implement agent flags spec/ADR drift and proposes a scoped amendment; developer confirms, rejects, or defers. See the concept doc
devsquad.refineis now invocable mid-implementation via the[AMEND]prompt prefix for scoped spec/ADR edits- Renamed Usage Scenarios tab
Feature-firsttoScope-stable; iterative scenario is now the first tab (breaking for anyone automating against tab labels) - Updated spec authoring guidance: specs describe the smallest vertical slice that delivers user-visible value and are treated as living artifacts that can be amended mid-flight; affects what
devsquad.specifyproduces - Known limitations (v1): whole-feature task regeneration after amendment, design artifacts (
plan.md,data-model.md,contracts/) flagged but not auto-updated on high-impact amendments, no multi-developer concurrency guard, no strict mode for regulated contexts
v0.8.1
Section titled “v0.8.1”- Fixed MCP config format: renamed
serverstomcpServersin plugin.mcp.jsonafter Copilot CLI dropped.vscode/mcp.jsonsupport - Updated CLI install docs with the new two-step marketplace install flow and deprecated the direct install method
v0.8.0
Section titled “v0.8.0”- Added
debugging-recoveryskill with stop-the-line rule, 6-step triage checklist, error-specific decision trees, and untrusted error output safety principle - Added anti-rationalization tables (“Common Rationalizations”) to 6 skills:
security-review,quality-gate,git-commit,adr-workflow,pull-request,engineering-practices - Added Red Flags sections to
security-review,quality-gate, andgit-commitfor self-monitoring - Added source verification protocol to
implement.executefor non-Microsoft stacks withUNVERIFIED:labels - Added scope discipline output format to
implement.execute(“Changes made”, “Not touched”, “Potential concerns”) - Enhanced Prove-It bug fix flow with correct-reason failure verification and full suite regression check
- Added save-point protocol: commit after each passing task group, revert on failure
- Standardized 4-tier review severity labels (Critical/Major/Minor/Suggestion) across review agents
- Added Chesterton’s Fence rule to
devsquad.review.code
v0.7.2
Section titled “v0.7.2”- Replaced local Azure DevOps MCP server (
npx @azure-devops/mcp@next) with the remote HTTP server (https://mcp.dev.azure.com/) - Authentication now uses Microsoft Entra ID (OAuth); PAT-based auth removed
- Toolsets (
wit,work,search,repos) declared viaX-MCP-Toolsetsheader - Removed
ado_orgprompt input; no local Node.js ornpxrequired
v0.7.1
Section titled “v0.7.1”- Removed duplicated
docs/framework/content fully covered by the docs-site; only ADRs and images are kept - Consolidated README into a concise landing page that links to the docs-site for details
- Updated stale
docs/framework/references in agents, plugin README, CONTRIBUTING, and sync script to point to docs-site URLs - Added active development banner to all docs-site pages
v0.7.0
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.