@nine-lab/nine-mu 0.1.129 → 0.1.130
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 +5 -5
- 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 +1 -1
package/dist/nine-mu.js
CHANGED
|
@@ -13701,7 +13701,7 @@ initActions_fn = function() {
|
|
|
13701
13701
|
if (!userPrompt) return;
|
|
13702
13702
|
try {
|
|
13703
13703
|
const result = await __privateGet(this, _mcpClient).callTool({
|
|
13704
|
-
name: "
|
|
13704
|
+
name: "analyze-intent",
|
|
13705
13705
|
arguments: {
|
|
13706
13706
|
// 🔴 여기를 확인하세요!
|
|
13707
13707
|
// 서버 Zod 스키마가 { userInput: z.string() } 이므로 이름을 맞춰야 합니다.
|
|
@@ -13734,7 +13734,7 @@ render_fn = function() {
|
|
|
13734
13734
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13735
13735
|
this.shadowRoot.innerHTML = `
|
|
13736
13736
|
<style>
|
|
13737
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13737
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.129"}/dist/css/nine-mu.css";
|
|
13738
13738
|
${customImport}
|
|
13739
13739
|
</style>
|
|
13740
13740
|
<div class="wrapper">
|
|
@@ -39952,7 +39952,7 @@ class NineDiff extends HTMLElement {
|
|
|
39952
39952
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
39953
39953
|
this.shadowRoot.innerHTML = `
|
|
39954
39954
|
<style>
|
|
39955
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
39955
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.129"}/dist/css/nine-mu.css";
|
|
39956
39956
|
${customImport}
|
|
39957
39957
|
</style>
|
|
39958
39958
|
|
|
@@ -40062,7 +40062,7 @@ render_fn2 = function() {
|
|
|
40062
40062
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40063
40063
|
this.shadowRoot.innerHTML = `
|
|
40064
40064
|
<style>
|
|
40065
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40065
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.129"}/dist/css/nine-mu.css";
|
|
40066
40066
|
${customImport}
|
|
40067
40067
|
</style>
|
|
40068
40068
|
|
|
@@ -40101,7 +40101,7 @@ handleCancel_fn = function() {
|
|
|
40101
40101
|
};
|
|
40102
40102
|
customElements.define("nine-diff-popup", NineDiffPopup);
|
|
40103
40103
|
const NineMu = {
|
|
40104
|
-
version: "0.1.
|
|
40104
|
+
version: "0.1.129",
|
|
40105
40105
|
init: (config2) => {
|
|
40106
40106
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
40107
40107
|
}
|