@nine-lab/nine-mu 0.1.216 โ†’ 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.216",
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",
@@ -112,9 +112,12 @@ export class NineChat extends HTMLElement {
112
112
  this.#manager.addChatHistory(parsed.message);
113
113
  this.#$nineChatMessage.add("ai", parsed.message);
114
114
 
115
- trace.log(parsed.action);
115
+ trace.log(parsed.action.selected_tool);
116
+ //"source-missing"
116
117
  trace.log(parsed.data);
117
118
 
119
+ this.#showDiff(parsed.action.params.routes, parsed.data, "json");
120
+
118
121
 
119
122
  // ๐Ÿ’ก ๋งŒ์•ฝ intent๊ฐ€ EXECUTE_TOOL์ด๊ฑฐ๋‚˜ NAVIGATE์ผ ๋•Œ ํ”„๋ก ํŠธ์—์„œ
120
123
  // ํ™”๋ฉด ์ด๋™(Routing)์ด๋‚˜ ์ถ”๊ฐ€ ์•ก์…˜์„ ํ•ด์•ผ ํ•œ๋‹ค๋ฉด ์—ฌ๊ธฐ์„œ parsedData.target_path ๋“ฑ์„ ํ™œ์šฉํ•˜๋ฉด ๋ฉ๋‹ˆ๋‹ค!