@yemi33/minions 0.1.2181 → 0.1.2182
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/dashboard.js +2 -1
- package/package.json +1 -1
package/dashboard.js
CHANGED
|
@@ -9854,7 +9854,8 @@ What would you like to discuss or change? When you're happy, say "approve" and I
|
|
|
9854
9854
|
duplicate = items.find(i =>
|
|
9855
9855
|
i._scheduleId === item._scheduleId &&
|
|
9856
9856
|
i.status !== WI_STATUS.DONE &&
|
|
9857
|
-
i.status !== WI_STATUS.FAILED
|
|
9857
|
+
i.status !== WI_STATUS.FAILED &&
|
|
9858
|
+
i.status !== WI_STATUS.CANCELLED
|
|
9858
9859
|
);
|
|
9859
9860
|
if (!duplicate) items.push(item);
|
|
9860
9861
|
return items;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2182",
|
|
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"
|