@hasna/assistants 1.1.27 → 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 +9 -10
- package/dist/index.js.map +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -84608,7 +84608,7 @@ Format the summary as a brief bullet-point list. This summary will replace the c
|
|
|
84608
84608
|
budgetCommand() {
|
|
84609
84609
|
return {
|
|
84610
84610
|
name: "budgets",
|
|
84611
|
-
aliases: ["budget"
|
|
84611
|
+
aliases: ["budget"],
|
|
84612
84612
|
description: "View and manage resource budgets (tokens, calls, duration limits)",
|
|
84613
84613
|
builtin: true,
|
|
84614
84614
|
selfHandled: true,
|
|
@@ -84670,7 +84670,7 @@ Format the summary as a brief bullet-point list. This summary will replace the c
|
|
|
84670
84670
|
message2 += `/budgets help Show this help
|
|
84671
84671
|
`;
|
|
84672
84672
|
message2 += `
|
|
84673
|
-
|
|
84673
|
+
Alias: /budget
|
|
84674
84674
|
`;
|
|
84675
84675
|
context.emit("text", message2);
|
|
84676
84676
|
context.emit("done");
|
|
@@ -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();
|
|
@@ -210905,8 +210905,7 @@ var COMMANDS = [
|
|
|
210905
210905
|
{ name: "/projects", description: "manage projects in this folder" },
|
|
210906
210906
|
{ name: "/plans", description: "manage project plans" },
|
|
210907
210907
|
{ name: "/schedules", description: "manage scheduled commands" },
|
|
210908
|
-
{ name: "/budgets", description: "manage
|
|
210909
|
-
{ name: "/budets", description: "manage budget profiles (alias)" },
|
|
210908
|
+
{ name: "/budgets", description: "manage budget profiles" },
|
|
210910
210909
|
{ name: "/assistants", description: "switch or list assistants" },
|
|
210911
210910
|
{ name: "/identity", description: "manage assistant identity" },
|
|
210912
210911
|
{ name: "/whoami", description: "show current identity" },
|
|
@@ -211425,7 +211424,7 @@ var Input = import_react28.default.forwardRef(function Input2({
|
|
|
211425
211424
|
children: assistantName ? /* @__PURE__ */ jsx_dev_runtime.jsxDEV(jsx_dev_runtime.Fragment, {
|
|
211426
211425
|
children: [
|
|
211427
211426
|
/* @__PURE__ */ jsx_dev_runtime.jsxDEV(Text3, {
|
|
211428
|
-
color: "#
|
|
211427
|
+
color: "#999999",
|
|
211429
211428
|
children: "\u2500".repeat(Math.max(0, terminalWidth - assistantName.length - 3))
|
|
211430
211429
|
}, undefined, false, undefined, this),
|
|
211431
211430
|
/* @__PURE__ */ jsx_dev_runtime.jsxDEV(Text3, {
|
|
@@ -211443,7 +211442,7 @@ var Input = import_react28.default.forwardRef(function Input2({
|
|
|
211443
211442
|
}, undefined, true, undefined, this)
|
|
211444
211443
|
]
|
|
211445
211444
|
}, undefined, true, undefined, this) : /* @__PURE__ */ jsx_dev_runtime.jsxDEV(Text3, {
|
|
211446
|
-
color: "#
|
|
211445
|
+
color: "#999999",
|
|
211447
211446
|
children: "\u2500".repeat(terminalWidth)
|
|
211448
211447
|
}, undefined, false, undefined, this)
|
|
211449
211448
|
}, undefined, false, undefined, this),
|
|
@@ -211586,7 +211585,7 @@ var Input = import_react28.default.forwardRef(function Input2({
|
|
|
211586
211585
|
}, undefined, false, undefined, this),
|
|
211587
211586
|
/* @__PURE__ */ jsx_dev_runtime.jsxDEV(Box_default, {
|
|
211588
211587
|
children: /* @__PURE__ */ jsx_dev_runtime.jsxDEV(Text3, {
|
|
211589
|
-
color: "#
|
|
211588
|
+
color: "#999999",
|
|
211590
211589
|
children: "\u2500".repeat(terminalWidth)
|
|
211591
211590
|
}, undefined, false, undefined, this)
|
|
211592
211591
|
}, undefined, false, undefined, this),
|
|
@@ -244291,7 +244290,7 @@ Interactive Mode:
|
|
|
244291
244290
|
// packages/terminal/src/index.tsx
|
|
244292
244291
|
var jsx_dev_runtime49 = __toESM(require_jsx_dev_runtime(), 1);
|
|
244293
244292
|
setRuntime(bunRuntime);
|
|
244294
|
-
var VERSION4 = "1.1.
|
|
244293
|
+
var VERSION4 = "1.1.29";
|
|
244295
244294
|
var SYNC_START = "\x1B[?2026h";
|
|
244296
244295
|
var SYNC_END = "\x1B[?2026l";
|
|
244297
244296
|
function enableSynchronizedOutput() {
|
|
@@ -244431,4 +244430,4 @@ export {
|
|
|
244431
244430
|
main
|
|
244432
244431
|
};
|
|
244433
244432
|
|
|
244434
|
-
//# debugId=
|
|
244433
|
+
//# debugId=E4A41974D2D5348A64756E2164756E21
|