@elyracode/coding-agent 0.5.9 → 0.5.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,9 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.5.10] - 2026-05-15
4
+
5
+ ### Fixed
6
+ - Added `@elyracode/swarm` to the `/ext` package browser list
7
+
3
8
  ## [0.5.9] - 2026-05-15
4
9
 
5
10
  ### Added
6
11
  - Built-in theme: Norwegian Midnight (Nord palette with deeper backgrounds)
12
+ - `@elyracode/swarm` package: multi-agent pipeline orchestration with `/swarm build`, `/swarm review`, and `/swarm refactor` commands. Pipelines chain focused agent stages (plan → code → test → review → fix) with visual progress tracking. Read-only stages cannot edit files; only implementation stages can write.
7
13
 
8
14
  ## [0.5.8] - 2026-05-15
9
15