@yemi33/minions 0.1.207 → 0.1.208

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.208 (2026-04-02)
4
+
5
+ ### Dashboard
6
+ - dashboard/layout.html
7
+
3
8
  ## 0.1.207 (2026-04-02)
4
9
 
5
10
  ### Engine
@@ -14,7 +14,7 @@
14
14
  <div style="display:flex;align-items:center;gap:8px;">
15
15
  <span class="engine-badge stopped" id="engine-badge">STOPPED</span>
16
16
  <div class="timestamp" id="ts">—</div>
17
- <button onclick="toggleCommandCenter()" style="background:none;border:none;cursor:pointer;font-size:15px;color:var(--blue);padding:4px 8px;line-height:1;font-weight:700;border:1px solid var(--blue);border-radius:4px" title="Command Center" id="cc-toggle-btn">CC</button>
17
+ <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
18
  <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
19
  </div>
20
20
  </header>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.207",
3
+ "version": "0.1.208",
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"