@hasna/assistants 1.1.27 → 1.1.28
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 -7
- 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.28";
|
|
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" },
|
|
@@ -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.28";
|
|
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=B524D128870443BF64756E2164756E21
|