@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/dist/nine-mu.js +7 -6
- package/dist/nine-mu.js.map +1 -1
- package/dist/nine-mu.umd.js +1 -1
- package/dist/nine-mu.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/NineChat.js +4 -1
package/dist/nine-mu.js
CHANGED
|
@@ -17396,8 +17396,9 @@ initActions_fn = function() {
|
|
|
17396
17396
|
const parsed = JSON.parse(rawText);
|
|
17397
17397
|
__privateGet(this, _manager).addChatHistory(parsed.message);
|
|
17398
17398
|
__privateGet(this, _$nineChatMessage).add("ai", parsed.message);
|
|
17399
|
-
trace.log(parsed.action);
|
|
17399
|
+
trace.log(parsed.action.selected_tool);
|
|
17400
17400
|
trace.log(parsed.data);
|
|
17401
|
+
__privateGet(this, _showDiff).call(this, parsed.action.params.routes, parsed.data, "json");
|
|
17401
17402
|
} catch (err2) {
|
|
17402
17403
|
trace.error(err2);
|
|
17403
17404
|
const fallbackMessage = ((_d = (_c = result == null ? void 0 : result.content) == null ? void 0 : _c[0]) == null ? void 0 : _d.text) || "응답 데이터를 해석하지 못했습니다.";
|
|
@@ -17412,7 +17413,7 @@ render_fn = function() {
|
|
|
17412
17413
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17413
17414
|
this.shadowRoot.innerHTML = `
|
|
17414
17415
|
<style>
|
|
17415
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17416
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.217"}/dist/css/nine-mu.css";
|
|
17416
17417
|
${customImport}
|
|
17417
17418
|
</style>
|
|
17418
17419
|
<div class="wrapper">
|
|
@@ -43631,7 +43632,7 @@ class NineDiff extends HTMLElement {
|
|
|
43631
43632
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43632
43633
|
this.shadowRoot.innerHTML = `
|
|
43633
43634
|
<style>
|
|
43634
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43635
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.217"}/dist/css/nine-mu.css";
|
|
43635
43636
|
${customImport}
|
|
43636
43637
|
</style>
|
|
43637
43638
|
|
|
@@ -43741,7 +43742,7 @@ render_fn2 = function() {
|
|
|
43741
43742
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43742
43743
|
this.shadowRoot.innerHTML = `
|
|
43743
43744
|
<style>
|
|
43744
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43745
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.217"}/dist/css/nine-mu.css";
|
|
43745
43746
|
${customImport}
|
|
43746
43747
|
</style>
|
|
43747
43748
|
|
|
@@ -44068,7 +44069,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44068
44069
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44069
44070
|
this.shadowRoot.innerHTML = `
|
|
44070
44071
|
<style>
|
|
44071
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44072
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.217"}/dist/css/nine-mu.css";
|
|
44072
44073
|
${customImport}
|
|
44073
44074
|
</style>
|
|
44074
44075
|
|
|
@@ -44162,7 +44163,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44162
44163
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44163
44164
|
}
|
|
44164
44165
|
const NineMu = {
|
|
44165
|
-
version: "0.1.
|
|
44166
|
+
version: "0.1.217",
|
|
44166
44167
|
init: (config2) => {
|
|
44167
44168
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44168
44169
|
}
|