@nine-lab/nine-mu 0.1.203 → 0.1.205

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
@@ -17155,20 +17155,6 @@ connect_fn = async function() {
17155
17155
  } catch (e) {
17156
17156
  trace.warn("로깅 채널 초기화 패스 (커스텀 스트림 대응):", e);
17157
17157
  }
17158
- __privateGet(this, _mcpClient).setNotificationHandler(
17159
- LoggingMessageNotificationSchema,
17160
- // 👈 외부 임포트한 정식 Zod 스키마 객체
17161
- (notification) => {
17162
- try {
17163
- trace.log("🔔 [MCP 정식 엔진 수신 성공]:", notification);
17164
- const logData = JSON.parse(notification.params.message);
17165
- if (logData.type === "BRAIN_DECISION") {
17166
- }
17167
- } catch (e) {
17168
- trace.warn("알림 내부 데이터 파싱 실패:", e);
17169
- }
17170
- }
17171
- );
17172
17158
  }).catch((err) => {
17173
17159
  trace.error("❌ MCP 연결 실패", err);
17174
17160
  __privateMethod(this, _NineChatManager_instances, updateStatus_fn).call(this, "❌ Connection Failed");
@@ -17393,7 +17379,7 @@ render_fn = function() {
17393
17379
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17394
17380
  this.shadowRoot.innerHTML = `
17395
17381
  <style>
17396
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.202"}/dist/css/nine-mu.css";
17382
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.204"}/dist/css/nine-mu.css";
17397
17383
  ${customImport}
17398
17384
  </style>
17399
17385
  <div class="wrapper">
@@ -43612,7 +43598,7 @@ class NineDiff extends HTMLElement {
43612
43598
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43613
43599
  this.shadowRoot.innerHTML = `
43614
43600
  <style>
43615
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.202"}/dist/css/nine-mu.css";
43601
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.204"}/dist/css/nine-mu.css";
43616
43602
  ${customImport}
43617
43603
  </style>
43618
43604
 
@@ -43722,7 +43708,7 @@ render_fn2 = function() {
43722
43708
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43723
43709
  this.shadowRoot.innerHTML = `
43724
43710
  <style>
43725
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.202"}/dist/css/nine-mu.css";
43711
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.204"}/dist/css/nine-mu.css";
43726
43712
  ${customImport}
43727
43713
  </style>
43728
43714
 
@@ -44049,7 +44035,7 @@ class ChatMessageBody extends HTMLElement {
44049
44035
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44050
44036
  this.shadowRoot.innerHTML = `
44051
44037
  <style>
44052
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.202"}/dist/css/nine-mu.css";
44038
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.204"}/dist/css/nine-mu.css";
44053
44039
  ${customImport}
44054
44040
  </style>
44055
44041
 
@@ -44143,7 +44129,7 @@ if (!customElements.get("nine-chat-progress")) {
44143
44129
  customElements.define("nine-chat-progress", ProgressMessage);
44144
44130
  }
44145
44131
  const NineMu = {
44146
- version: "0.1.202",
44132
+ version: "0.1.204",
44147
44133
  init: (config2) => {
44148
44134
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44149
44135
  }