@yemi33/minions 0.1.864 → 0.1.866
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 +5 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.1.
|
|
3
|
+
## 0.1.866 (2026-04-11)
|
|
4
4
|
|
|
5
5
|
### Features
|
|
6
6
|
- optimistic running state on pipeline Run Now click
|
|
7
7
|
|
|
8
8
|
### Fixes
|
|
9
|
+
- always show doc-chat expand bar when thread is collapsed
|
|
9
10
|
- poll for old process exit before steering resume (replaces fixed delay)
|
|
10
11
|
- add 3s delay before steering resume to let old process tree exit
|
|
11
12
|
- set steering state before killImmediate to prevent race
|
|
@@ -15,6 +16,9 @@
|
|
|
15
16
|
- pipeline modal now auto-updates on all action buttons
|
|
16
17
|
- pipeline modal buttons stuck on loading state after success
|
|
17
18
|
|
|
19
|
+
### Other
|
|
20
|
+
- revert: restore expand bar hide on clear/fresh session
|
|
21
|
+
|
|
18
22
|
## 0.1.854 (2026-04-11)
|
|
19
23
|
|
|
20
24
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.866",
|
|
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"
|