@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 +5 -0
- package/dashboard/layout.html +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dashboard/layout.html
CHANGED
|
@@ -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:
|
|
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">⚙</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.
|
|
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"
|