@nine-lab/nine-mu 0.1.218 → 0.1.219

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
@@ -17396,7 +17396,7 @@ initActions_fn = function() {
17396
17396
  const parsed = JSON.parse(rawText);
17397
17397
  __privateGet(this, _manager).addChatHistory(parsed.message);
17398
17398
  __privateGet(this, _$nineChatMessage).add("ai", parsed.message);
17399
- trace.log(parsed.action.selected_tool);
17399
+ trace.log(parsed.action);
17400
17400
  trace.log(parsed.data);
17401
17401
  __privateGet(this, _showDiff).call(this, parsed.action.params.routes, parsed.data, "json");
17402
17402
  } catch (err2) {
@@ -17413,7 +17413,7 @@ render_fn = function() {
17413
17413
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17414
17414
  this.shadowRoot.innerHTML = `
17415
17415
  <style>
17416
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.217"}/dist/css/nine-mu.css";
17416
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.218"}/dist/css/nine-mu.css";
17417
17417
  ${customImport}
17418
17418
  </style>
17419
17419
  <div class="wrapper">
@@ -43632,7 +43632,7 @@ class NineDiff extends HTMLElement {
43632
43632
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43633
43633
  this.shadowRoot.innerHTML = `
43634
43634
  <style>
43635
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.217"}/dist/css/nine-mu.css";
43635
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.218"}/dist/css/nine-mu.css";
43636
43636
  ${customImport}
43637
43637
  </style>
43638
43638
 
@@ -43742,7 +43742,7 @@ render_fn2 = function() {
43742
43742
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43743
43743
  this.shadowRoot.innerHTML = `
43744
43744
  <style>
43745
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.217"}/dist/css/nine-mu.css";
43745
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.218"}/dist/css/nine-mu.css";
43746
43746
  ${customImport}
43747
43747
  </style>
43748
43748
 
@@ -44069,7 +44069,7 @@ class ChatMessageBody extends HTMLElement {
44069
44069
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44070
44070
  this.shadowRoot.innerHTML = `
44071
44071
  <style>
44072
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.217"}/dist/css/nine-mu.css";
44072
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.218"}/dist/css/nine-mu.css";
44073
44073
  ${customImport}
44074
44074
  </style>
44075
44075
 
@@ -44163,7 +44163,7 @@ if (!customElements.get("nine-chat-progress")) {
44163
44163
  customElements.define("nine-chat-progress", ProgressMessage);
44164
44164
  }
44165
44165
  const NineMu = {
44166
- version: "0.1.217",
44166
+ version: "0.1.218",
44167
44167
  init: (config2) => {
44168
44168
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44169
44169
  }