@hasna/assistants 1.1.61 → 1.1.62
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 +8 -38
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -89163,7 +89163,7 @@ Not a git repository or git not available.
|
|
|
89163
89163
|
context.setProjectContext(projectContext);
|
|
89164
89164
|
}
|
|
89165
89165
|
}
|
|
89166
|
-
var VERSION2 = "1.1.
|
|
89166
|
+
var VERSION2 = "1.1.62";
|
|
89167
89167
|
var init_builtin = __esm(async () => {
|
|
89168
89168
|
init_src2();
|
|
89169
89169
|
init_context3();
|
|
@@ -252683,15 +252683,7 @@ var POPULAR_CONNECTORS = {
|
|
|
252683
252683
|
github: { desc: "GitHub repos & issues", install: "bun add -g connect-github" },
|
|
252684
252684
|
calendar: { desc: "Google Calendar", install: "bun add -g connect-calendar" }
|
|
252685
252685
|
};
|
|
252686
|
-
var
|
|
252687
|
-
" \u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\u2588",
|
|
252688
|
-
" \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 ",
|
|
252689
|
-
" \u2588\u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\u2588",
|
|
252690
|
-
" \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588",
|
|
252691
|
-
" \u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\u2588"
|
|
252692
|
-
];
|
|
252693
|
-
var GRADIENT_COLORS = ["#7dd3fc", "#38bdf8", "#0ea5e9", "#0284c7", "#0369a1"];
|
|
252694
|
-
var COMPACT_LOGO = "ASSISTANTS";
|
|
252686
|
+
var COMPACT_LOGO = "Hasna Assistants";
|
|
252695
252687
|
var INTRO_FEATURES = [
|
|
252696
252688
|
"Chat with AI models - Claude, GPT, and more",
|
|
252697
252689
|
"Install connectors to integrate Notion, Gmail, Google Drive & more",
|
|
@@ -252792,7 +252784,7 @@ function OnboardingPanel({
|
|
|
252792
252784
|
const [connectorKeyIndex, setConnectorKeyIndex] = import_react68.useState(0);
|
|
252793
252785
|
const [connectorKeyValue, setConnectorKeyValue] = import_react68.useState("");
|
|
252794
252786
|
const [introRevealCount, setIntroRevealCount] = import_react68.useState(0);
|
|
252795
|
-
const [isCompact
|
|
252787
|
+
const [isCompact] = import_react68.useState(false);
|
|
252796
252788
|
const [isSaving, setIsSaving] = import_react68.useState(false);
|
|
252797
252789
|
const submitGuardRef = import_react68.useRef(false);
|
|
252798
252790
|
const skillsList = discoveredSkills || [];
|
|
@@ -252814,10 +252806,6 @@ function OnboardingPanel({
|
|
|
252814
252806
|
}, [currentStep]);
|
|
252815
252807
|
const logoColor = useGradientCycle(600);
|
|
252816
252808
|
const { displayed: subtitle, done: subtitleDone } = useTypewriter("Your personal AI assistant for the terminal.", 25, currentStep === "welcome");
|
|
252817
|
-
import_react68.useEffect(() => {
|
|
252818
|
-
const cols = process.stdout.columns || 80;
|
|
252819
|
-
setIsCompact(cols < 60);
|
|
252820
|
-
}, []);
|
|
252821
252809
|
import_react68.useEffect(() => {
|
|
252822
252810
|
if (currentStep !== "intro")
|
|
252823
252811
|
return;
|
|
@@ -253059,31 +253047,13 @@ function OnboardingPanel({
|
|
|
253059
253047
|
children: [
|
|
253060
253048
|
/* @__PURE__ */ jsx_dev_runtime32.jsxDEV(Box_default, {
|
|
253061
253049
|
marginTop: 1,
|
|
253062
|
-
marginBottom:
|
|
253063
|
-
|
|
253064
|
-
children: isCompact ? /* @__PURE__ */ jsx_dev_runtime32.jsxDEV(Text, {
|
|
253050
|
+
marginBottom: 1,
|
|
253051
|
+
children: /* @__PURE__ */ jsx_dev_runtime32.jsxDEV(Text, {
|
|
253065
253052
|
bold: true,
|
|
253066
253053
|
color: logoColor,
|
|
253067
253054
|
children: COMPACT_LOGO
|
|
253068
|
-
}, undefined, false, undefined, this)
|
|
253069
|
-
color: GRADIENT_COLORS[i6] || GRADIENT_COLORS[GRADIENT_COLORS.length - 1],
|
|
253070
|
-
children: line
|
|
253071
|
-
}, i6, false, undefined, this))
|
|
253055
|
+
}, undefined, false, undefined, this)
|
|
253072
253056
|
}, undefined, false, undefined, this),
|
|
253073
|
-
/* @__PURE__ */ jsx_dev_runtime32.jsxDEV(Box_default, {
|
|
253074
|
-
marginBottom: 1,
|
|
253075
|
-
children: [
|
|
253076
|
-
/* @__PURE__ */ jsx_dev_runtime32.jsxDEV(Text, {
|
|
253077
|
-
dimColor: true,
|
|
253078
|
-
children: " by "
|
|
253079
|
-
}, undefined, false, undefined, this),
|
|
253080
|
-
/* @__PURE__ */ jsx_dev_runtime32.jsxDEV(Text, {
|
|
253081
|
-
color: "#94a3b8",
|
|
253082
|
-
bold: true,
|
|
253083
|
-
children: "hasna"
|
|
253084
|
-
}, undefined, false, undefined, this)
|
|
253085
|
-
]
|
|
253086
|
-
}, undefined, true, undefined, this),
|
|
253087
253057
|
/* @__PURE__ */ jsx_dev_runtime32.jsxDEV(Box_default, {
|
|
253088
253058
|
marginBottom: 1,
|
|
253089
253059
|
children: [
|
|
@@ -269255,7 +269225,7 @@ process.on("unhandledRejection", (reason) => {
|
|
|
269255
269225
|
cleanup();
|
|
269256
269226
|
process.exit(1);
|
|
269257
269227
|
});
|
|
269258
|
-
var VERSION4 = "1.1.
|
|
269228
|
+
var VERSION4 = "1.1.62";
|
|
269259
269229
|
var SYNC_START = "\x1B[?2026h";
|
|
269260
269230
|
var SYNC_END = "\x1B[?2026l";
|
|
269261
269231
|
function enableSynchronizedOutput() {
|
|
@@ -269375,4 +269345,4 @@ export {
|
|
|
269375
269345
|
main
|
|
269376
269346
|
};
|
|
269377
269347
|
|
|
269378
|
-
//# debugId=
|
|
269348
|
+
//# debugId=1E6F4A20988B0CB064756E2164756E21
|