@yemi33/minions 0.1.827 → 0.1.828
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/dashboard/js/modal-qa.js +1 -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.828 (2026-04-11)
|
|
4
4
|
|
|
5
5
|
### Features
|
|
6
6
|
- stale PRD shows Regenerate PRD + Resume as-is buttons
|
|
7
7
|
|
|
8
8
|
### Fixes
|
|
9
|
+
- revert doc-chat MAX_HEIGHT to 500px
|
|
9
10
|
- hide plan card action buttons when stale banner is showing
|
|
10
11
|
- hide conflicting action buttons when stale PRD banner is showing
|
|
11
12
|
- diff-aware plan-to-prd triggered by Resume, not auto-dispatch
|
package/dashboard/js/modal-qa.js
CHANGED
|
@@ -377,7 +377,7 @@ function _showThreadWrap() {
|
|
|
377
377
|
var _dragging = false, _startY = 0, _startH = 0, _thread = null;
|
|
378
378
|
var COLLAPSE_THRESHOLD = 40;
|
|
379
379
|
var MIN_HEIGHT = 60;
|
|
380
|
-
var MAX_HEIGHT =
|
|
380
|
+
var MAX_HEIGHT = 500;
|
|
381
381
|
|
|
382
382
|
document.addEventListener('pointerdown', function(e) {
|
|
383
383
|
var handle = e.target.closest('#qa-resize-handle');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.828",
|
|
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"
|