@yemi33/minions 0.1.1793 → 0.1.1794
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 +6 -5
- package/dashboard/pages/home.html +1 -1
- package/engine/copilot-models.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.1.
|
|
3
|
+
## 0.1.1794 (2026-05-08)
|
|
4
|
+
|
|
5
|
+
### Other
|
|
6
|
+
- Add Pinned Context dashboard header hint (#2212)
|
|
7
|
+
|
|
8
|
+
## 0.1.1792 (2026-05-08)
|
|
4
9
|
|
|
5
10
|
### Fixes
|
|
6
11
|
- hide redundant PRD work item IDs (#2206)
|
|
7
12
|
|
|
8
|
-
### Other
|
|
9
|
-
- test(pipeline): add unit tests for startRun executeTaskStage isStageComplete plan lookup prd lookup (#2208)
|
|
10
|
-
- test(queries): add unit tests for skills knowledge and command indexes (#2207)
|
|
11
|
-
|
|
12
13
|
## 0.1.1791 (2026-05-08)
|
|
13
14
|
|
|
14
15
|
### Features
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<div class="agents" id="agents-grid">Loading...</div>
|
|
22
22
|
</section>
|
|
23
23
|
<section>
|
|
24
|
-
<h2>Pinned Context <button class="pr-pager-btn" style="font-size:9px;padding:1px 6px;color:var(--green);border-color:var(--green);margin-left:8px" onclick="openPinNoteModal()">+ Pin</button></h2>
|
|
24
|
+
<h2>Pinned Context <button class="pr-pager-btn" style="font-size:9px;padding:1px 6px;color:var(--green);border-color:var(--green);margin-left:8px" onclick="openPinNoteModal()">+ Pin</button> <span style="font-size:10px;color:var(--muted);font-weight:400;text-transform:none;letter-spacing:0">injected into all agent prompts</span></h2>
|
|
25
25
|
<div id="pinned-content"><p class="empty">No pinned notes.</p></div>
|
|
26
26
|
</section>
|
|
27
27
|
<section>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1794",
|
|
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"
|