@hasna/assistants 1.1.33 → 1.1.34
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 +4 -10
- package/dist/index.js.map +3 -3
- 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.34";
|
|
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
|
marginBottom: 0,
|
|
211425
211425
|
children: /* @__PURE__ */ jsx_dev_runtime.jsxDEV(Text3, {
|
|
211426
211426
|
backgroundColor: getAssistantColor(assistantName),
|
|
211427
|
-
color: "
|
|
211427
|
+
color: "whiteBright",
|
|
211428
211428
|
bold: true,
|
|
211429
211429
|
children: [
|
|
211430
211430
|
" ",
|
|
@@ -211580,8 +211580,6 @@ var Input = import_react28.default.forwardRef(function Input2({
|
|
|
211580
211580
|
}, undefined, false, undefined, this),
|
|
211581
211581
|
autocompleteMode === "skill" && filteredSkills.length > 0 && /* @__PURE__ */ jsx_dev_runtime.jsxDEV(Box_default, {
|
|
211582
211582
|
flexDirection: "column",
|
|
211583
|
-
marginTop: 1,
|
|
211584
|
-
marginLeft: 2,
|
|
211585
211583
|
children: [
|
|
211586
211584
|
visibleSkills.startIndex > 0 && /* @__PURE__ */ jsx_dev_runtime.jsxDEV(Text3, {
|
|
211587
211585
|
dimColor: true,
|
|
@@ -211621,8 +211619,6 @@ var Input = import_react28.default.forwardRef(function Input2({
|
|
|
211621
211619
|
}, undefined, true, undefined, this),
|
|
211622
211620
|
autocompleteMode === "command" && filteredCommands.length > 0 && /* @__PURE__ */ jsx_dev_runtime.jsxDEV(Box_default, {
|
|
211623
211621
|
flexDirection: "column",
|
|
211624
|
-
marginTop: 1,
|
|
211625
|
-
marginLeft: 2,
|
|
211626
211622
|
children: [
|
|
211627
211623
|
visibleCommands.startIndex > 0 && /* @__PURE__ */ jsx_dev_runtime.jsxDEV(Text3, {
|
|
211628
211624
|
dimColor: true,
|
|
@@ -211662,8 +211658,6 @@ var Input = import_react28.default.forwardRef(function Input2({
|
|
|
211662
211658
|
}, undefined, true, undefined, this),
|
|
211663
211659
|
autocompleteMode === "file" && filteredFiles.length > 0 && /* @__PURE__ */ jsx_dev_runtime.jsxDEV(Box_default, {
|
|
211664
211660
|
flexDirection: "column",
|
|
211665
|
-
marginTop: 1,
|
|
211666
|
-
marginLeft: 2,
|
|
211667
211661
|
children: [
|
|
211668
211662
|
visibleFiles.startIndex > 0 && /* @__PURE__ */ jsx_dev_runtime.jsxDEV(Text3, {
|
|
211669
211663
|
dimColor: true,
|
|
@@ -244275,7 +244269,7 @@ Interactive Mode:
|
|
|
244275
244269
|
// packages/terminal/src/index.tsx
|
|
244276
244270
|
var jsx_dev_runtime49 = __toESM(require_jsx_dev_runtime(), 1);
|
|
244277
244271
|
setRuntime(bunRuntime);
|
|
244278
|
-
var VERSION4 = "1.1.
|
|
244272
|
+
var VERSION4 = "1.1.34";
|
|
244279
244273
|
var SYNC_START = "\x1B[?2026h";
|
|
244280
244274
|
var SYNC_END = "\x1B[?2026l";
|
|
244281
244275
|
function enableSynchronizedOutput() {
|
|
@@ -244415,4 +244409,4 @@ export {
|
|
|
244415
244409
|
main
|
|
244416
244410
|
};
|
|
244417
244411
|
|
|
244418
|
-
//# debugId=
|
|
244412
|
+
//# debugId=0D8DB1259CF9BFA064756E2164756E21
|