@hasna/assistants 1.0.7 → 1.0.8
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.
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "2482ffd8-a279-4b43-9390-1d5be17e34b0",
|
|
3
|
+
"createdAt": 1770367129097,
|
|
4
|
+
"updatedAt": 1770367170884,
|
|
5
|
+
"createdBy": "assistant",
|
|
6
|
+
"sessionId": "9dd05968-fd17-4d10-9a99-db0d1f106e1b",
|
|
7
|
+
"actionType": "command",
|
|
8
|
+
"command": "telegram updates",
|
|
9
|
+
"description": "Check Telegram for new messages",
|
|
10
|
+
"status": "active",
|
|
11
|
+
"schedule": {
|
|
12
|
+
"kind": "interval",
|
|
13
|
+
"unit": "seconds",
|
|
14
|
+
"interval": 15
|
|
15
|
+
},
|
|
16
|
+
"nextRunAt": 1770367185884,
|
|
17
|
+
"lastRunAt": 1770367170884,
|
|
18
|
+
"lastResult": {
|
|
19
|
+
"ok": true,
|
|
20
|
+
"summary": "No new messages yet - still showing the earlier ones.\n\nSend something to @hasna_assistant_bot and I'll see it on the next check."
|
|
21
|
+
}
|
|
22
|
+
}
|
package/dist/index.js
CHANGED
|
@@ -136090,7 +136090,7 @@ async function cancelRecurringTask(cwd, id) {
|
|
|
136090
136090
|
return task;
|
|
136091
136091
|
}
|
|
136092
136092
|
// packages/core/src/commands/builtin.ts
|
|
136093
|
-
var VERSION = "1.0.
|
|
136093
|
+
var VERSION = "1.0.8";
|
|
136094
136094
|
function resolveAuthTimeout(resolve5) {
|
|
136095
136095
|
resolve5({ exitCode: 1, stdout: { toString: () => "{}" } });
|
|
136096
136096
|
}
|
|
@@ -190408,11 +190408,6 @@ function App2({ cwd: cwd2, version: version3 }) {
|
|
|
190408
190408
|
setShowSchedulesPanel(true);
|
|
190409
190409
|
});
|
|
190410
190410
|
} else if (chunk.panel === "assistants") {
|
|
190411
|
-
const assistantRegistry = getGlobalRegistry();
|
|
190412
|
-
const assistants = assistantRegistry.list();
|
|
190413
|
-
const stats = assistantRegistry.getStats();
|
|
190414
|
-
setAssistantsList(assistants);
|
|
190415
|
-
setRegistryStats(stats);
|
|
190416
190411
|
setShowAssistantsPanel(true);
|
|
190417
190412
|
} else if (chunk.panel === "hooks") {
|
|
190418
190413
|
if (!hookStoreRef.current) {
|
|
@@ -192507,7 +192502,7 @@ Interactive Mode:
|
|
|
192507
192502
|
// packages/terminal/src/index.tsx
|
|
192508
192503
|
var jsx_dev_runtime30 = __toESM(require_jsx_dev_runtime(), 1);
|
|
192509
192504
|
setRuntime(bunRuntime);
|
|
192510
|
-
var VERSION4 = "1.0.
|
|
192505
|
+
var VERSION4 = "1.0.8";
|
|
192511
192506
|
var SYNC_START = "\x1B[?2026h";
|
|
192512
192507
|
var SYNC_END = "\x1B[?2026l";
|
|
192513
192508
|
function enableSynchronizedOutput() {
|
|
@@ -192647,4 +192642,4 @@ export {
|
|
|
192647
192642
|
main
|
|
192648
192643
|
};
|
|
192649
192644
|
|
|
192650
|
-
//# debugId=
|
|
192645
|
+
//# debugId=FB0979E4F4EC86DD64756E2164756E21
|