@yemi33/minions 0.1.1076 → 0.1.1078

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,63 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1078 (2026-04-18)
4
+
5
+ ### Features
6
+ - seed realActivityMap at spawn time, stamp pid in live-output (#1200)
7
+
8
+ ### Fixes
9
+ - resolve native claude.exe from npm wrapper on Windows
10
+ - cap temp-agent creation at maxConcurrent per tick (#1219)
11
+ - reassign pending items from unspawned temp agents to idle named agents (#1204) (#1212)
12
+ - guard undefined agent in pending dispatch loop (closes #1206) (#1210)
13
+ - improve fallback meeting conclusion
14
+ - remove command center chevron
15
+ - stamp live-output.log stub before spawn (#1198)
16
+ - harden settings save and migrate pr poll config
17
+
18
+ ### Other
19
+ - Use PAT for publish merges
20
+ - test(queries): add unit tests for invalidateDispatchCache/getInbox/getAgentCharter (#1214)
21
+ - test(shared): add unit tests for truncateTextBytes/tailTextBytes/execSilent/trackReviewMetric/parseCanonicalPrId (#1215)
22
+ - Fix publish workflow merge
23
+ - chore: raise default meeting round timeout
24
+ - Harden prompt context handling
25
+ - Harden loop watch conversion
26
+ - Add watches sidebar activity badge
27
+ - test(cli): add unit tests for handleCommand, start, stop, kill, spawn (#1191)
28
+ - chore: untrack pipeline files — local config only
29
+ - restore: recover daily-arch-improvement and weekly-dead-code-cleanup pipelines
30
+ - Harden CC stream resilience
31
+
32
+ ## 0.1.1077 (2026-04-18)
33
+
34
+ ### Features
35
+ - seed realActivityMap at spawn time, stamp pid in live-output (#1200)
36
+
37
+ ### Fixes
38
+ - resolve native claude.exe from npm wrapper on Windows
39
+ - cap temp-agent creation at maxConcurrent per tick (#1219)
40
+ - reassign pending items from unspawned temp agents to idle named agents (#1204) (#1212)
41
+ - guard undefined agent in pending dispatch loop (closes #1206) (#1210)
42
+ - improve fallback meeting conclusion
43
+ - remove command center chevron
44
+ - stamp live-output.log stub before spawn (#1198)
45
+ - harden settings save and migrate pr poll config
46
+
47
+ ### Other
48
+ - Use PAT for publish merges
49
+ - test(queries): add unit tests for invalidateDispatchCache/getInbox/getAgentCharter (#1214)
50
+ - test(shared): add unit tests for truncateTextBytes/tailTextBytes/execSilent/trackReviewMetric/parseCanonicalPrId (#1215)
51
+ - Fix publish workflow merge
52
+ - chore: raise default meeting round timeout
53
+ - Harden prompt context handling
54
+ - Harden loop watch conversion
55
+ - Add watches sidebar activity badge
56
+ - test(cli): add unit tests for handleCommand, start, stop, kill, spawn (#1191)
57
+ - chore: untrack pipeline files — local config only
58
+ - restore: recover daily-arch-improvement and weekly-dead-code-cleanup pipelines
59
+ - Harden CC stream resilience
60
+
3
61
  ## 0.1.1076 (2026-04-18)
4
62
 
5
63
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1076",
3
+ "version": "0.1.1078",
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"