@yemi33/minions 0.1.853 → 0.1.854
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 +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.1.
|
|
3
|
+
## 0.1.854 (2026-04-11)
|
|
4
4
|
|
|
5
5
|
### Features
|
|
6
6
|
- execute CC actions server-side (dispatch, note, knowledge)
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
- stale PRD shows Regenerate PRD + Resume as-is buttons
|
|
14
14
|
|
|
15
15
|
### Fixes
|
|
16
|
+
- gitignore missing runtime files
|
|
16
17
|
- 3 bugs in server-side CC action execution
|
|
17
18
|
- PID file leak in indirect spawn + kb-sweep race condition (#821)
|
|
18
19
|
- KB create modal stays open on API error for retry
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.854",
|
|
4
4
|
"description": "Multi-agent AI dev team that runs from ~/.minions/ — five autonomous agents share a single engine, dashboard, and knowledge base",
|
|
5
5
|
"bin": {
|
|
6
6
|
"minions": "bin/minions.js"
|