@hasna/assistants 1.1.30 → 1.1.31

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/index.js CHANGED
@@ -87176,7 +87176,7 @@ Not a git repository or git not available.
87176
87176
  context.setProjectContext(projectContext);
87177
87177
  }
87178
87178
  }
87179
- var VERSION2 = "1.1.30";
87179
+ var VERSION2 = "1.1.31";
87180
87180
  var init_builtin = __esm(async () => {
87181
87181
  init_src2();
87182
87182
  init_store();
@@ -211436,7 +211436,7 @@ var Input = import_react28.default.forwardRef(function Input2({
211436
211436
  /* @__PURE__ */ jsx_dev_runtime.jsxDEV(Box_default, {
211437
211437
  flexDirection: "column",
211438
211438
  borderStyle: "round",
211439
- borderColor: "gray",
211439
+ borderColor: "#aaaaaa",
211440
211440
  paddingX: 1,
211441
211441
  children: [
211442
211442
  recordingStatus === "recording" && /* @__PURE__ */ jsx_dev_runtime.jsxDEV(Box_default, {
@@ -224541,8 +224541,8 @@ function ChannelsPanel({ manager, onClose, activePersonId, activePersonName, onP
224541
224541
  }, undefined, true, undefined, this),
224542
224542
  /* @__PURE__ */ jsx_dev_runtime23.jsxDEV(Box_default, {
224543
224543
  paddingLeft: 2,
224544
- children: /* @__PURE__ */ jsx_dev_runtime23.jsxDEV(Text3, {
224545
- children: msg.content
224544
+ children: /* @__PURE__ */ jsx_dev_runtime23.jsxDEV(Markdown, {
224545
+ content: msg.content
224546
224546
  }, undefined, false, undefined, this)
224547
224547
  }, undefined, false, undefined, this)
224548
224548
  ]
@@ -244274,7 +244274,7 @@ Interactive Mode:
244274
244274
  // packages/terminal/src/index.tsx
244275
244275
  var jsx_dev_runtime49 = __toESM(require_jsx_dev_runtime(), 1);
244276
244276
  setRuntime(bunRuntime);
244277
- var VERSION4 = "1.1.30";
244277
+ var VERSION4 = "1.1.31";
244278
244278
  var SYNC_START = "\x1B[?2026h";
244279
244279
  var SYNC_END = "\x1B[?2026l";
244280
244280
  function enableSynchronizedOutput() {
@@ -244414,4 +244414,4 @@ export {
244414
244414
  main
244415
244415
  };
244416
244416
 
244417
- //# debugId=DF291AA2AC19E9BE64756E2164756E21
244417
+ //# debugId=A19C2E96302539CC64756E2164756E21