@hasna/assistants 1.1.19 → 1.1.20
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "0f585da2-b4e5-4967-8283-633ff8cefabb",
|
|
3
3
|
"createdAt": 1770548570379,
|
|
4
|
-
"updatedAt":
|
|
4
|
+
"updatedAt": 1770561255111,
|
|
5
5
|
"createdBy": "assistant",
|
|
6
6
|
"sessionId": "033405ed-b730-47b9-9d6d-ed2e77ff8e65",
|
|
7
7
|
"actionType": "command",
|
|
@@ -13,10 +13,9 @@
|
|
|
13
13
|
"unit": "minutes",
|
|
14
14
|
"interval": 1
|
|
15
15
|
},
|
|
16
|
-
"nextRunAt":
|
|
17
|
-
"lastRunAt":
|
|
16
|
+
"nextRunAt": 1770561315111,
|
|
17
|
+
"lastRunAt": 1770561255111,
|
|
18
18
|
"lastResult": {
|
|
19
|
-
"ok": true
|
|
20
|
-
"summary": "✓"
|
|
19
|
+
"ok": true
|
|
21
20
|
}
|
|
22
21
|
}
|
package/dist/index.js
CHANGED
|
@@ -79402,7 +79402,7 @@ ${repoUrl}/issues/new
|
|
|
79402
79402
|
context.setProjectContext(projectContext);
|
|
79403
79403
|
}
|
|
79404
79404
|
}
|
|
79405
|
-
var VERSION = "1.1.
|
|
79405
|
+
var VERSION = "1.1.20";
|
|
79406
79406
|
var init_builtin = __esm(async () => {
|
|
79407
79407
|
init_src2();
|
|
79408
79408
|
init_store();
|
|
@@ -234714,7 +234714,7 @@ Interactive Mode:
|
|
|
234714
234714
|
// packages/terminal/src/index.tsx
|
|
234715
234715
|
var jsx_dev_runtime44 = __toESM(require_jsx_dev_runtime(), 1);
|
|
234716
234716
|
setRuntime(bunRuntime);
|
|
234717
|
-
var VERSION4 = "1.1.
|
|
234717
|
+
var VERSION4 = "1.1.20";
|
|
234718
234718
|
var SYNC_START = "\x1B[?2026h";
|
|
234719
234719
|
var SYNC_END = "\x1B[?2026l";
|
|
234720
234720
|
function enableSynchronizedOutput() {
|
|
@@ -234854,4 +234854,4 @@ export {
|
|
|
234854
234854
|
main
|
|
234855
234855
|
};
|
|
234856
234856
|
|
|
234857
|
-
//# debugId=
|
|
234857
|
+
//# debugId=AE2EE7F952FD5F6C64756E2164756E21
|