@yemi33/minions 0.1.966 → 0.1.967

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,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 0.1.966 (2026-04-14)
3
+ ## 0.1.967 (2026-04-14)
4
4
 
5
5
  ### Features
6
6
  - add quality standard reminder to all agent and CC prompts
@@ -25,6 +25,7 @@
25
25
  - fix dashboard plan-pause nested lock violation (#968)
26
26
 
27
27
  ### Fixes
28
+ - update ccInFlightAborts when retry LLM replaces original
28
29
  - skip orphaned LLM retry when client disconnected during CC stream
29
30
  - restore queue flush after abort — queued messages are user intent
30
31
  - CC stale lock auto-release + queue drain on abort
@@ -44,7 +45,6 @@
44
45
  - ADO build query uses repositoryId+pullRequest instead of branchName
45
46
  - persist adoPollEnabled/ghPollEnabled in settings save
46
47
  - prevent _consolidationInFlight race from stale force-reset timeout (#1023)
47
- - stop perpetual ADO poll retry when token unavailable (#1021)
48
48
 
49
49
  ### Other
50
50
  - refactor(dashboard): extract _releaseCCTab helper and CC_LOCK_WAIT_MS constant
package/dashboard.js CHANGED
@@ -3579,6 +3579,7 @@ What would you like to discuss or change? When you're happy, say "approve" and I
3579
3579
  }
3580
3580
  });
3581
3581
  _ccStreamAbort = retryPromise.abort;
3582
+ ccInFlightAborts.set(tabId, _ccStreamAbort);
3582
3583
  const retryResult = await retryPromise;
3583
3584
  trackUsage('command-center', retryResult.usage);
3584
3585
  if (retryResult.text) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.966",
3
+ "version": "0.1.967",
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"