@nine-lab/nine-mu 0.1.301 → 0.1.302

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nine-lab/nine-mu",
3
- "version": "0.1.301",
3
+ "version": "0.1.302",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -259,6 +259,8 @@ export class NineChat extends HTMLElement {
259
259
  asis_source: asis || "",
260
260
  source: tobe || ""
261
261
  };
262
+
263
+ let collectedFiles = [];
262
264
  collectedFiles.push(filePayload);
263
265
 
264
266
  $diffPopup.data([...collectedFiles]);