@nine-lab/nine-mu 0.1.217 → 0.1.218

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.217",
3
+ "version": "0.1.218",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -116,7 +116,7 @@ export class NineChat extends HTMLElement {
116
116
  //"source-missing"
117
117
  trace.log(parsed.data);
118
118
 
119
- this.#showDiff(parsed.params.routes, parsed.data, "json");
119
+ this.#showDiff(parsed.action.params.routes, parsed.data, "json");
120
120
 
121
121
 
122
122
  // 💡 만약 intent가 EXECUTE_TOOL이거나 NAVIGATE일 때 프론트에서