@nine-lab/nine-mu 0.1.144 → 0.1.145
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
|
@@ -13512,6 +13512,7 @@ class NineChatManager {
|
|
|
13512
13512
|
// UI에 메시지를 뿌려줄 콜백 추가
|
|
13513
13513
|
__privateAdd(this, _owner);
|
|
13514
13514
|
__publicField(this, "handleChatSubmit", async (el) => {
|
|
13515
|
+
trace$1.log(__privateGet(this, _mcpClient));
|
|
13515
13516
|
const response = await __privateGet(this, _mcpClient).callTool({
|
|
13516
13517
|
name: "ask_nine_engine",
|
|
13517
13518
|
arguments: {
|
|
@@ -13584,6 +13585,7 @@ connect_fn = async function() {
|
|
|
13584
13585
|
name: "nine-mu-client",
|
|
13585
13586
|
version: "1.0.0"
|
|
13586
13587
|
}, { capabilities: { tools: {} } }));
|
|
13588
|
+
trace$1.log(__privateGet(this, _mcpClient));
|
|
13587
13589
|
__privateGet(this, _mcpClient).connect(transport).then(() => {
|
|
13588
13590
|
__privateMethod(this, _NineChatManager_instances, updateStatus_fn).call(this, "✅ MCP Connected");
|
|
13589
13591
|
}).catch((err) => {
|
|
@@ -13814,7 +13816,7 @@ render_fn = function() {
|
|
|
13814
13816
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13815
13817
|
this.shadowRoot.innerHTML = `
|
|
13816
13818
|
<style>
|
|
13817
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13819
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.144"}/dist/css/nine-mu.css";
|
|
13818
13820
|
${customImport}
|
|
13819
13821
|
</style>
|
|
13820
13822
|
<div class="wrapper">
|
|
@@ -40032,7 +40034,7 @@ class NineDiff extends HTMLElement {
|
|
|
40032
40034
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40033
40035
|
this.shadowRoot.innerHTML = `
|
|
40034
40036
|
<style>
|
|
40035
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40037
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.144"}/dist/css/nine-mu.css";
|
|
40036
40038
|
${customImport}
|
|
40037
40039
|
</style>
|
|
40038
40040
|
|
|
@@ -40142,7 +40144,7 @@ render_fn2 = function() {
|
|
|
40142
40144
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40143
40145
|
this.shadowRoot.innerHTML = `
|
|
40144
40146
|
<style>
|
|
40145
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40147
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.144"}/dist/css/nine-mu.css";
|
|
40146
40148
|
${customImport}
|
|
40147
40149
|
</style>
|
|
40148
40150
|
|
|
@@ -40181,7 +40183,7 @@ handleCancel_fn = function() {
|
|
|
40181
40183
|
};
|
|
40182
40184
|
customElements.define("nine-diff-popup", NineDiffPopup);
|
|
40183
40185
|
const NineMu = {
|
|
40184
|
-
version: "0.1.
|
|
40186
|
+
version: "0.1.144",
|
|
40185
40187
|
init: (config2) => {
|
|
40186
40188
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
40187
40189
|
}
|