@hasna/assistants 1.1.28 → 1.1.29
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 +6 -6
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
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.
|
|
87179
|
+
var VERSION2 = "1.1.29";
|
|
87180
87180
|
var init_builtin = __esm(async () => {
|
|
87181
87181
|
init_src2();
|
|
87182
87182
|
init_store();
|
|
@@ -211424,7 +211424,7 @@ var Input = import_react28.default.forwardRef(function Input2({
|
|
|
211424
211424
|
children: assistantName ? /* @__PURE__ */ jsx_dev_runtime.jsxDEV(jsx_dev_runtime.Fragment, {
|
|
211425
211425
|
children: [
|
|
211426
211426
|
/* @__PURE__ */ jsx_dev_runtime.jsxDEV(Text3, {
|
|
211427
|
-
color: "#
|
|
211427
|
+
color: "#999999",
|
|
211428
211428
|
children: "\u2500".repeat(Math.max(0, terminalWidth - assistantName.length - 3))
|
|
211429
211429
|
}, undefined, false, undefined, this),
|
|
211430
211430
|
/* @__PURE__ */ jsx_dev_runtime.jsxDEV(Text3, {
|
|
@@ -211442,7 +211442,7 @@ var Input = import_react28.default.forwardRef(function Input2({
|
|
|
211442
211442
|
}, undefined, true, undefined, this)
|
|
211443
211443
|
]
|
|
211444
211444
|
}, undefined, true, undefined, this) : /* @__PURE__ */ jsx_dev_runtime.jsxDEV(Text3, {
|
|
211445
|
-
color: "#
|
|
211445
|
+
color: "#999999",
|
|
211446
211446
|
children: "\u2500".repeat(terminalWidth)
|
|
211447
211447
|
}, undefined, false, undefined, this)
|
|
211448
211448
|
}, undefined, false, undefined, this),
|
|
@@ -211585,7 +211585,7 @@ var Input = import_react28.default.forwardRef(function Input2({
|
|
|
211585
211585
|
}, undefined, false, undefined, this),
|
|
211586
211586
|
/* @__PURE__ */ jsx_dev_runtime.jsxDEV(Box_default, {
|
|
211587
211587
|
children: /* @__PURE__ */ jsx_dev_runtime.jsxDEV(Text3, {
|
|
211588
|
-
color: "#
|
|
211588
|
+
color: "#999999",
|
|
211589
211589
|
children: "\u2500".repeat(terminalWidth)
|
|
211590
211590
|
}, undefined, false, undefined, this)
|
|
211591
211591
|
}, undefined, false, undefined, this),
|
|
@@ -244290,7 +244290,7 @@ Interactive Mode:
|
|
|
244290
244290
|
// packages/terminal/src/index.tsx
|
|
244291
244291
|
var jsx_dev_runtime49 = __toESM(require_jsx_dev_runtime(), 1);
|
|
244292
244292
|
setRuntime(bunRuntime);
|
|
244293
|
-
var VERSION4 = "1.1.
|
|
244293
|
+
var VERSION4 = "1.1.29";
|
|
244294
244294
|
var SYNC_START = "\x1B[?2026h";
|
|
244295
244295
|
var SYNC_END = "\x1B[?2026l";
|
|
244296
244296
|
function enableSynchronizedOutput() {
|
|
@@ -244430,4 +244430,4 @@ export {
|
|
|
244430
244430
|
main
|
|
244431
244431
|
};
|
|
244432
244432
|
|
|
244433
|
-
//# debugId=
|
|
244433
|
+
//# debugId=E4A41974D2D5348A64756E2164756E21
|