@nine-lab/nine-mu 0.1.264 → 0.1.265

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
@@ -17147,6 +17147,8 @@ class NineChatManager {
17147
17147
  const routes = await this.getRoutes();
17148
17148
  const unmappedRoutes = await this.getUnmappedRoutes(routes);
17149
17149
  return await __privateMethod(this, _NineChatManager_instances, callTool_fn).call(this, "system-brain", {
17150
+ base_package: __privateGet(this, _owner2).config.basePackage,
17151
+ // nine.edu
17150
17152
  user_input: userInput,
17151
17153
  chat_history: formattedHistory,
17152
17154
  routes,
@@ -17511,7 +17513,7 @@ render_fn = function() {
17511
17513
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17512
17514
  this.shadowRoot.innerHTML = `
17513
17515
  <style>
17514
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.263"}/dist/css/nine-mu.css";
17516
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.264"}/dist/css/nine-mu.css";
17515
17517
  ${customImport}
17516
17518
  </style>
17517
17519
  <div class="wrapper">
@@ -43728,7 +43730,7 @@ class NineDiff extends HTMLElement {
43728
43730
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43729
43731
  this.shadowRoot.innerHTML = `
43730
43732
  <style>
43731
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.263"}/dist/css/nine-mu.css";
43733
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.264"}/dist/css/nine-mu.css";
43732
43734
  ${customImport}
43733
43735
  </style>
43734
43736
 
@@ -43838,7 +43840,7 @@ render_fn2 = function() {
43838
43840
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43839
43841
  this.shadowRoot.innerHTML = `
43840
43842
  <style>
43841
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.263"}/dist/css/nine-mu.css";
43843
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.264"}/dist/css/nine-mu.css";
43842
43844
  ${customImport}
43843
43845
  </style>
43844
43846
 
@@ -44164,7 +44166,7 @@ class ChatMessageBody extends HTMLElement {
44164
44166
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44165
44167
  this.shadowRoot.innerHTML = `
44166
44168
  <style>
44167
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.263"}/dist/css/nine-mu.css";
44169
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.264"}/dist/css/nine-mu.css";
44168
44170
  ${customImport}
44169
44171
  </style>
44170
44172
 
@@ -44258,7 +44260,7 @@ if (!customElements.get("nine-chat-progress")) {
44258
44260
  customElements.define("nine-chat-progress", ProgressMessage);
44259
44261
  }
44260
44262
  const NineMu = {
44261
- version: "0.1.263",
44263
+ version: "0.1.264",
44262
44264
  init: (config2) => {
44263
44265
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44264
44266
  }