@nine-lab/nine-mu 0.1.329 → 0.1.331

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.329",
3
+ "version": "0.1.331",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -119,7 +119,7 @@ export class NineChat extends HTMLElement {
119
119
 
120
120
  if (parsed.message) {
121
121
  this.#manager.addChatHistory(parsed.message);
122
- this.#$nineChatMessage.add("ai", parsed.message);
122
+ //this.#$nineChatMessage.add("ai", parsed.message);
123
123
  }
124
124
  }
125
125
  }