@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 +2 -1
- package/dashboard/js/command-center.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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"
|