strray-ai 1.4.21 → 1.4.22
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.
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
},
|
|
274
274
|
"session:default:coordinator": {
|
|
275
275
|
"sessionId": "default",
|
|
276
|
-
"startTime":
|
|
276
|
+
"startTime": 1771378564339,
|
|
277
277
|
"activeDelegations": {},
|
|
278
278
|
"agentInteractions": {},
|
|
279
279
|
"conflictHistory": [],
|
|
@@ -294,12 +294,12 @@
|
|
|
294
294
|
},
|
|
295
295
|
"delegation:default_session": {
|
|
296
296
|
"sessionId": "default",
|
|
297
|
-
"createdAt": "2026-02-18T01:
|
|
297
|
+
"createdAt": "2026-02-18T01:36:04.339Z",
|
|
298
298
|
"active": true,
|
|
299
299
|
"agentCount": 8
|
|
300
300
|
},
|
|
301
301
|
"session:active": true,
|
|
302
|
-
"session:boot_time":
|
|
302
|
+
"session:boot_time": 1771378564339,
|
|
303
303
|
"session:agents": [],
|
|
304
304
|
"session:state_manager": {
|
|
305
305
|
"stateManager": {
|
|
@@ -337,8 +337,8 @@
|
|
|
337
337
|
},
|
|
338
338
|
"default": {
|
|
339
339
|
"sessionId": "default",
|
|
340
|
-
"createdAt":
|
|
341
|
-
"lastActivity":
|
|
340
|
+
"createdAt": 1771378564339,
|
|
341
|
+
"lastActivity": 1771378564339,
|
|
342
342
|
"ttlMs": 86400000,
|
|
343
343
|
"isActive": true,
|
|
344
344
|
"agentCount": 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "strray-ai",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.22",
|
|
4
4
|
"description": "⚡ StringRay ⚡: Bulletproof AI orchestration with systematic error prevention. Zero dead ends. Ship clean, tested, optimized code — every time.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/plugin/strray-codex-injection.js",
|