@nine-lab/nine-mu 0.1.244 → 0.1.245

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
@@ -17112,7 +17112,7 @@ class NineChatManager {
17112
17112
  return;
17113
17113
  }
17114
17114
  trace.log(unmappedRoutes);
17115
- return await __privateMethod(this, _NineChatManager_instances, callTool_fn).call(this, "generator-source-brain", {
17115
+ return await __privateMethod(this, _NineChatManager_instances, callTool_fn).call(this, "generate-source-brain", {
17116
17116
  //user_input: `다음 미개발 라우트에 대한 백엔드 소스코드(Controller, Service, MyBatis)를 생성해줘.`,
17117
17117
  //chat_history: "",
17118
17118
  routes: unmappedRoutes
@@ -17445,7 +17445,7 @@ render_fn = function() {
17445
17445
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17446
17446
  this.shadowRoot.innerHTML = `
17447
17447
  <style>
17448
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.243"}/dist/css/nine-mu.css";
17448
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.244"}/dist/css/nine-mu.css";
17449
17449
  ${customImport}
17450
17450
  </style>
17451
17451
  <div class="wrapper">
@@ -43662,7 +43662,7 @@ class NineDiff extends HTMLElement {
43662
43662
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43663
43663
  this.shadowRoot.innerHTML = `
43664
43664
  <style>
43665
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.243"}/dist/css/nine-mu.css";
43665
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.244"}/dist/css/nine-mu.css";
43666
43666
  ${customImport}
43667
43667
  </style>
43668
43668
 
@@ -43772,7 +43772,7 @@ render_fn2 = function() {
43772
43772
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43773
43773
  this.shadowRoot.innerHTML = `
43774
43774
  <style>
43775
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.243"}/dist/css/nine-mu.css";
43775
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.244"}/dist/css/nine-mu.css";
43776
43776
  ${customImport}
43777
43777
  </style>
43778
43778
 
@@ -44098,7 +44098,7 @@ class ChatMessageBody extends HTMLElement {
44098
44098
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44099
44099
  this.shadowRoot.innerHTML = `
44100
44100
  <style>
44101
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.243"}/dist/css/nine-mu.css";
44101
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.244"}/dist/css/nine-mu.css";
44102
44102
  ${customImport}
44103
44103
  </style>
44104
44104
 
@@ -44192,7 +44192,7 @@ if (!customElements.get("nine-chat-progress")) {
44192
44192
  customElements.define("nine-chat-progress", ProgressMessage);
44193
44193
  }
44194
44194
  const NineMu = {
44195
- version: "0.1.243",
44195
+ version: "0.1.244",
44196
44196
  init: (config2) => {
44197
44197
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44198
44198
  }