@yemi33/minions 0.1.708 → 0.1.709
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/modal-qa.js +0 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dashboard/js/modal-qa.js
CHANGED
|
@@ -99,11 +99,6 @@ function _initQaSession() {
|
|
|
99
99
|
}
|
|
100
100
|
if (prior.filePath) _modalFilePath = prior.filePath;
|
|
101
101
|
_showThreadWrap();
|
|
102
|
-
// Defer scroll — container just transitioned from display:none, layout not yet computed
|
|
103
|
-
requestAnimationFrame(function() {
|
|
104
|
-
var thread = document.getElementById('modal-qa-thread');
|
|
105
|
-
if (thread) thread.scrollTop = thread.scrollHeight;
|
|
106
|
-
});
|
|
107
102
|
} else {
|
|
108
103
|
_qaHistory = [];
|
|
109
104
|
document.getElementById('modal-qa-thread').innerHTML = '';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.709",
|
|
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"
|