@yemi33/minions 0.1.387 → 0.1.388

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 CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.388 (2026-04-06)
4
+
5
+ ### Fixes
6
+ - move version banner next to engine badge + add 10 tests
7
+
3
8
  ## 0.1.387 (2026-04-06)
4
9
 
5
10
  ### Fixes
@@ -13,13 +13,13 @@
13
13
  <h1>Minions Mission Control <span id="header-projects">—</span></h1>
14
14
  <div style="display:flex;align-items:center;gap:8px;">
15
15
  <span class="engine-badge stopped" id="engine-badge">STOPPED</span>
16
+ <span id="version-banner" style="font-size:9px;color:var(--muted)"></span>
16
17
  <div class="timestamp" id="ts">—</div>
17
18
  <button onclick="toggleCommandCenter()" style="background:none;border:none;cursor:pointer;font-size:12px;color:var(--blue);padding:4px 10px;line-height:1;font-weight:700;border:1px solid var(--blue);border-radius:4px" title="Command Center" id="cc-toggle-btn">Command Center</button>
18
19
  <button onclick="openSettings()" style="background:none;border:none;cursor:pointer;font-size:18px;color:var(--muted);padding:4px;line-height:1" title="Settings">&#9881;</button>
19
20
  </div>
20
21
  </header>
21
22
  <div class="engine-alert" id="engine-alert"></div>
22
- <div id="version-banner" style="font-size:9px;color:var(--muted);padding:0 16px"></div>
23
23
 
24
24
  <!-- Command Center Drawer -->
25
25
  <div id="cc-drawer" style="display:none;position:fixed;top:0;right:0;bottom:0;width:420px;background:var(--surface);border-left:1px solid var(--border);z-index:350;flex-direction:column;overscroll-behavior:contain">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.387",
3
+ "version": "0.1.388",
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"