@nine-lab/nine-mu 0.1.146 → 0.1.147

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.146",
3
+ "version": "0.1.147",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -141,6 +141,8 @@ export class NineChatManager {
141
141
 
142
142
  trace.log(this.#mcpClient);
143
143
 
144
+ const routes = [];
145
+
144
146
  this.#callTool("system-brain", {
145
147
  user_input : el.value.trim(),
146
148
  routes : routes,