@yemi33/minions 0.1.840 → 0.1.841
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/styles.css +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.1.
|
|
3
|
+
## 0.1.841 (2026-04-11)
|
|
4
4
|
|
|
5
5
|
### Features
|
|
6
6
|
- optimistic UI updates for all dashboard actions
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
- stale PRD shows Regenerate PRD + Resume as-is buttons
|
|
9
9
|
|
|
10
10
|
### Fixes
|
|
11
|
+
- revert modal CSS changes from 227779d that broke plan modal layout
|
|
11
12
|
- restore text selection → doc-chat flow + regression tests
|
|
12
13
|
- use structured marker for diff-aware PRD update detection
|
|
13
14
|
- match playbook trigger phrase for diff-aware PRD updates
|
package/dashboard/styles.css
CHANGED
|
@@ -602,7 +602,7 @@
|
|
|
602
602
|
/* Modal for inbox detail */
|
|
603
603
|
.modal-bg { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.75); z-index: 400; align-items: center; justify-content: center; }
|
|
604
604
|
.modal-bg.open { display: flex; }
|
|
605
|
-
.modal { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl); width: 95%; max-width: 1100px; max-height: 80vh; display: flex; flex-direction: column;
|
|
605
|
+
.modal { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl); width: 95%; max-width: 1100px; max-height: 80vh; display: flex; flex-direction: column; }
|
|
606
606
|
.modal.modal-wide { width: 98vw; max-width: 1500px; }
|
|
607
607
|
.modal-header { padding: var(--space-7) var(--space-8); border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
|
|
608
608
|
.modal-header h3 { font-size: var(--text-xl); color: var(--blue); }
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
.cc-resize-handle:hover::after, .cc-resize-handle.active::after { opacity: 1; background: var(--blue); }
|
|
638
638
|
body.cc-resizing { cursor: col-resize !important; user-select: none !important; }
|
|
639
639
|
|
|
640
|
-
.modal-body { padding: var(--space-7) var(--space-8); overflow-y: auto; overflow-x: auto; white-space: pre-wrap; font-size: var(--text-md); line-height: 1.7; color: var(--muted); font-family: Consolas, monospace;
|
|
640
|
+
.modal-body { padding: var(--space-7) var(--space-8); overflow-y: auto; overflow-x: auto; white-space: pre-wrap; font-size: var(--text-md); line-height: 1.7; color: var(--muted); font-family: Consolas, monospace; }
|
|
641
641
|
|
|
642
642
|
/* Responsive: tablet / narrow window */
|
|
643
643
|
@media (max-width: 1100px) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.841",
|
|
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"
|