@nine-lab/nine-mu 0.1.192 β 0.1.194
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
CHANGED
|
@@ -13571,17 +13571,15 @@ connect_fn = async function() {
|
|
|
13571
13571
|
__privateGet(this, _mcpClient).connect(transport).then(() => {
|
|
13572
13572
|
__privateMethod(this, _NineChatManager_instances, updateStatus_fn).call(this, "β
MCP Connected");
|
|
13573
13573
|
__privateGet(this, _mcpClient).setNotificationHandler(
|
|
13574
|
-
|
|
13575
|
-
|
|
13576
|
-
// π μ΄ λ¦¬ν°λ΄ κ°μ΄ μ μ μΈμλμ΄μΌ ν©λλ€.
|
|
13577
|
-
},
|
|
13574
|
+
LoggingMessageNotificationSchema,
|
|
13575
|
+
// π κ²μ¦κΈ° ν΅κ³Ό ν¨μ€ν¬νΈ
|
|
13578
13576
|
(notification) => {
|
|
13579
13577
|
try {
|
|
13580
13578
|
const logData = JSON.parse(notification.params.message);
|
|
13581
13579
|
if (logData.type === "BRAIN_DECISION") {
|
|
13582
13580
|
}
|
|
13583
13581
|
} catch (e) {
|
|
13584
|
-
console.warn("μλ¦Ό
|
|
13582
|
+
console.warn("μλ¦Ό νμ± μ€ν¨:", e);
|
|
13585
13583
|
}
|
|
13586
13584
|
}
|
|
13587
13585
|
);
|
|
@@ -13809,7 +13807,7 @@ render_fn = function() {
|
|
|
13809
13807
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13810
13808
|
this.shadowRoot.innerHTML = `
|
|
13811
13809
|
<style>
|
|
13812
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13810
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.193"}/dist/css/nine-mu.css";
|
|
13813
13811
|
${customImport}
|
|
13814
13812
|
</style>
|
|
13815
13813
|
<div class="wrapper">
|
|
@@ -40028,7 +40026,7 @@ class NineDiff extends HTMLElement {
|
|
|
40028
40026
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40029
40027
|
this.shadowRoot.innerHTML = `
|
|
40030
40028
|
<style>
|
|
40031
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40029
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.193"}/dist/css/nine-mu.css";
|
|
40032
40030
|
${customImport}
|
|
40033
40031
|
</style>
|
|
40034
40032
|
|
|
@@ -40138,7 +40136,7 @@ render_fn2 = function() {
|
|
|
40138
40136
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40139
40137
|
this.shadowRoot.innerHTML = `
|
|
40140
40138
|
<style>
|
|
40141
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40139
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.193"}/dist/css/nine-mu.css";
|
|
40142
40140
|
${customImport}
|
|
40143
40141
|
</style>
|
|
40144
40142
|
|
|
@@ -40465,7 +40463,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
40465
40463
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40466
40464
|
this.shadowRoot.innerHTML = `
|
|
40467
40465
|
<style>
|
|
40468
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40466
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.193"}/dist/css/nine-mu.css";
|
|
40469
40467
|
${customImport}
|
|
40470
40468
|
</style>
|
|
40471
40469
|
|
|
@@ -40559,7 +40557,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
40559
40557
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
40560
40558
|
}
|
|
40561
40559
|
const NineMu = {
|
|
40562
|
-
version: "0.1.
|
|
40560
|
+
version: "0.1.193",
|
|
40563
40561
|
init: (config2) => {
|
|
40564
40562
|
trace$1.log("π οΈ Nine-Mu Engine initialized", config2);
|
|
40565
40563
|
}
|