@yemi33/minions 0.1.761 → 0.1.762

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,8 +1,9 @@
1
1
  # Changelog
2
2
 
3
- ## 0.1.761 (2026-04-10)
3
+ ## 0.1.762 (2026-04-10)
4
4
 
5
5
  ### Fixes
6
+ - clean handoff between restore and original stream intervals
6
7
  - prevent competing thinking intervals on tab switch
7
8
 
8
9
  ## 0.1.760 (2026-04-10)
@@ -490,7 +490,7 @@ async function _ccDoSend(message, skipUserMsg) {
490
490
  // Re-acquire streamDiv if it was detached (tab switch and back)
491
491
  if (!streamDiv.parentNode) {
492
492
  var re = document.getElementById('cc-restore-thinking');
493
- if (re) { streamDiv = re; } else return;
493
+ if (re) { streamDiv = re; re.removeAttribute('id'); } else return;
494
494
  }
495
495
  var html = '';
496
496
  if (toolsUsed.length > 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.761",
3
+ "version": "0.1.762",
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"