@vheins/local-memory-mcp 0.5.22 → 0.5.24
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/mcp/resources/index.d.ts.map +1 -1
- package/dist/mcp/resources/index.js +36 -0
- package/dist/mcp/resources/index.js.map +1 -1
- package/dist/mcp/tests/e2e.test.js +13 -9
- package/dist/mcp/tests/e2e.test.js.map +1 -1
- package/dist/mcp/tests/router.test.js +1 -1
- package/dist/mcp/tests/router.test.js.map +1 -1
- package/dist/mcp/tests/tasks.bulk.test.js +1 -1
- package/dist/mcp/tests/tasks.bulk.test.js.map +1 -1
- package/dist/mcp/tests/v2-features.test.js +2 -2
- package/dist/mcp/tests/v2-features.test.js.map +1 -1
- package/dist/mcp/tools/memory.recap.d.ts.map +1 -1
- package/dist/mcp/tools/memory.recap.js +48 -80
- package/dist/mcp/tools/memory.recap.js.map +1 -1
- package/dist/mcp/tools/memory.search.d.ts.map +1 -1
- package/dist/mcp/tools/memory.search.js +58 -39
- package/dist/mcp/tools/memory.search.js.map +1 -1
- package/dist/mcp/tools/schemas.d.ts +188 -176
- package/dist/mcp/tools/schemas.d.ts.map +1 -1
- package/dist/mcp/tools/schemas.js +52 -46
- package/dist/mcp/tools/schemas.js.map +1 -1
- package/dist/mcp/tools/task.manage.d.ts.map +1 -1
- package/dist/mcp/tools/task.manage.js +6 -5
- package/dist/mcp/tools/task.manage.js.map +1 -1
- package/package.json +1 -1
|
@@ -87,6 +87,7 @@ export declare const MemorySearchSchema: z.ZodObject<{
|
|
|
87
87
|
}>>>;
|
|
88
88
|
minImportance: z.ZodOptional<z.ZodNumber>;
|
|
89
89
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
90
|
+
offset: z.ZodDefault<z.ZodNumber>;
|
|
90
91
|
includeRecap: z.ZodDefault<z.ZodBoolean>;
|
|
91
92
|
current_file_path: z.ZodOptional<z.ZodString>;
|
|
92
93
|
include_archived: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -364,11 +365,11 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
364
365
|
types?: undefined;
|
|
365
366
|
minImportance?: undefined;
|
|
366
367
|
limit?: undefined;
|
|
368
|
+
offset?: undefined;
|
|
367
369
|
includeRecap?: undefined;
|
|
368
370
|
include_archived?: undefined;
|
|
369
371
|
signals?: undefined;
|
|
370
372
|
ids?: undefined;
|
|
371
|
-
offset?: undefined;
|
|
372
373
|
parent_id?: undefined;
|
|
373
374
|
depends_on?: undefined;
|
|
374
375
|
est_tokens?: undefined;
|
|
@@ -415,20 +416,21 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
415
416
|
error?: undefined;
|
|
416
417
|
message?: undefined;
|
|
417
418
|
updatedFields?: undefined;
|
|
419
|
+
schema?: undefined;
|
|
418
420
|
query?: undefined;
|
|
419
|
-
|
|
421
|
+
count?: undefined;
|
|
422
|
+
total?: undefined;
|
|
423
|
+
offset?: undefined;
|
|
424
|
+
limit?: undefined;
|
|
420
425
|
results?: undefined;
|
|
421
426
|
summary?: undefined;
|
|
422
427
|
signalCount?: undefined;
|
|
423
428
|
deletedCount?: undefined;
|
|
424
429
|
ids?: undefined;
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
offset?: undefined;
|
|
428
|
-
memories?: undefined;
|
|
429
|
-
tasks?: undefined;
|
|
430
|
+
stats?: undefined;
|
|
431
|
+
top?: undefined;
|
|
430
432
|
archivedToMemory?: undefined;
|
|
431
|
-
|
|
433
|
+
tasks?: undefined;
|
|
432
434
|
action?: undefined;
|
|
433
435
|
createdCount?: undefined;
|
|
434
436
|
updatedCount?: undefined;
|
|
@@ -521,11 +523,11 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
521
523
|
types?: undefined;
|
|
522
524
|
minImportance?: undefined;
|
|
523
525
|
limit?: undefined;
|
|
526
|
+
offset?: undefined;
|
|
524
527
|
includeRecap?: undefined;
|
|
525
528
|
include_archived?: undefined;
|
|
526
529
|
signals?: undefined;
|
|
527
530
|
ids?: undefined;
|
|
528
|
-
offset?: undefined;
|
|
529
531
|
parent_id?: undefined;
|
|
530
532
|
depends_on?: undefined;
|
|
531
533
|
est_tokens?: undefined;
|
|
@@ -570,20 +572,21 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
570
572
|
error?: undefined;
|
|
571
573
|
message?: undefined;
|
|
572
574
|
updatedFields?: undefined;
|
|
575
|
+
schema?: undefined;
|
|
573
576
|
query?: undefined;
|
|
574
|
-
|
|
577
|
+
count?: undefined;
|
|
578
|
+
total?: undefined;
|
|
579
|
+
offset?: undefined;
|
|
580
|
+
limit?: undefined;
|
|
575
581
|
results?: undefined;
|
|
576
582
|
summary?: undefined;
|
|
577
583
|
signalCount?: undefined;
|
|
578
584
|
deletedCount?: undefined;
|
|
579
585
|
ids?: undefined;
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
offset?: undefined;
|
|
583
|
-
memories?: undefined;
|
|
584
|
-
tasks?: undefined;
|
|
586
|
+
stats?: undefined;
|
|
587
|
+
top?: undefined;
|
|
585
588
|
archivedToMemory?: undefined;
|
|
586
|
-
|
|
589
|
+
tasks?: undefined;
|
|
587
590
|
action?: undefined;
|
|
588
591
|
createdCount?: undefined;
|
|
589
592
|
updatedCount?: undefined;
|
|
@@ -705,11 +708,11 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
705
708
|
types?: undefined;
|
|
706
709
|
minImportance?: undefined;
|
|
707
710
|
limit?: undefined;
|
|
711
|
+
offset?: undefined;
|
|
708
712
|
includeRecap?: undefined;
|
|
709
713
|
include_archived?: undefined;
|
|
710
714
|
signals?: undefined;
|
|
711
715
|
ids?: undefined;
|
|
712
|
-
offset?: undefined;
|
|
713
716
|
parent_id?: undefined;
|
|
714
717
|
depends_on?: undefined;
|
|
715
718
|
est_tokens?: undefined;
|
|
@@ -756,20 +759,21 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
756
759
|
status?: undefined;
|
|
757
760
|
priority?: undefined;
|
|
758
761
|
updatedFields?: undefined;
|
|
762
|
+
schema?: undefined;
|
|
759
763
|
query?: undefined;
|
|
760
|
-
|
|
764
|
+
count?: undefined;
|
|
765
|
+
total?: undefined;
|
|
766
|
+
offset?: undefined;
|
|
767
|
+
limit?: undefined;
|
|
761
768
|
results?: undefined;
|
|
762
769
|
summary?: undefined;
|
|
763
770
|
signalCount?: undefined;
|
|
764
771
|
deletedCount?: undefined;
|
|
765
772
|
ids?: undefined;
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
offset?: undefined;
|
|
769
|
-
memories?: undefined;
|
|
770
|
-
tasks?: undefined;
|
|
773
|
+
stats?: undefined;
|
|
774
|
+
top?: undefined;
|
|
771
775
|
archivedToMemory?: undefined;
|
|
772
|
-
|
|
776
|
+
tasks?: undefined;
|
|
773
777
|
action?: undefined;
|
|
774
778
|
createdCount?: undefined;
|
|
775
779
|
updatedCount?: undefined;
|
|
@@ -839,11 +843,11 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
839
843
|
types?: undefined;
|
|
840
844
|
minImportance?: undefined;
|
|
841
845
|
limit?: undefined;
|
|
846
|
+
offset?: undefined;
|
|
842
847
|
includeRecap?: undefined;
|
|
843
848
|
include_archived?: undefined;
|
|
844
849
|
signals?: undefined;
|
|
845
850
|
ids?: undefined;
|
|
846
|
-
offset?: undefined;
|
|
847
851
|
parent_id?: undefined;
|
|
848
852
|
depends_on?: undefined;
|
|
849
853
|
est_tokens?: undefined;
|
|
@@ -882,20 +886,21 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
882
886
|
error?: undefined;
|
|
883
887
|
message?: undefined;
|
|
884
888
|
updatedFields?: undefined;
|
|
889
|
+
schema?: undefined;
|
|
885
890
|
query?: undefined;
|
|
886
|
-
|
|
891
|
+
count?: undefined;
|
|
892
|
+
total?: undefined;
|
|
893
|
+
offset?: undefined;
|
|
894
|
+
limit?: undefined;
|
|
887
895
|
results?: undefined;
|
|
888
896
|
summary?: undefined;
|
|
889
897
|
signalCount?: undefined;
|
|
890
898
|
deletedCount?: undefined;
|
|
891
899
|
ids?: undefined;
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
offset?: undefined;
|
|
895
|
-
memories?: undefined;
|
|
896
|
-
tasks?: undefined;
|
|
900
|
+
stats?: undefined;
|
|
901
|
+
top?: undefined;
|
|
897
902
|
archivedToMemory?: undefined;
|
|
898
|
-
|
|
903
|
+
tasks?: undefined;
|
|
899
904
|
action?: undefined;
|
|
900
905
|
createdCount?: undefined;
|
|
901
906
|
updatedCount?: undefined;
|
|
@@ -1004,11 +1009,11 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
1004
1009
|
types?: undefined;
|
|
1005
1010
|
minImportance?: undefined;
|
|
1006
1011
|
limit?: undefined;
|
|
1012
|
+
offset?: undefined;
|
|
1007
1013
|
includeRecap?: undefined;
|
|
1008
1014
|
include_archived?: undefined;
|
|
1009
1015
|
signals?: undefined;
|
|
1010
1016
|
ids?: undefined;
|
|
1011
|
-
offset?: undefined;
|
|
1012
1017
|
parent_id?: undefined;
|
|
1013
1018
|
depends_on?: undefined;
|
|
1014
1019
|
est_tokens?: undefined;
|
|
@@ -1052,20 +1057,21 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
1052
1057
|
type?: undefined;
|
|
1053
1058
|
error?: undefined;
|
|
1054
1059
|
message?: undefined;
|
|
1060
|
+
schema?: undefined;
|
|
1055
1061
|
query?: undefined;
|
|
1056
|
-
|
|
1062
|
+
count?: undefined;
|
|
1063
|
+
total?: undefined;
|
|
1064
|
+
offset?: undefined;
|
|
1065
|
+
limit?: undefined;
|
|
1057
1066
|
results?: undefined;
|
|
1058
1067
|
summary?: undefined;
|
|
1059
1068
|
signalCount?: undefined;
|
|
1060
1069
|
deletedCount?: undefined;
|
|
1061
1070
|
ids?: undefined;
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
offset?: undefined;
|
|
1065
|
-
memories?: undefined;
|
|
1066
|
-
tasks?: undefined;
|
|
1071
|
+
stats?: undefined;
|
|
1072
|
+
top?: undefined;
|
|
1067
1073
|
archivedToMemory?: undefined;
|
|
1068
|
-
|
|
1074
|
+
tasks?: undefined;
|
|
1069
1075
|
action?: undefined;
|
|
1070
1076
|
createdCount?: undefined;
|
|
1071
1077
|
updatedCount?: undefined;
|
|
@@ -1125,6 +1131,12 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
1125
1131
|
default: number;
|
|
1126
1132
|
description?: undefined;
|
|
1127
1133
|
};
|
|
1134
|
+
offset: {
|
|
1135
|
+
type: string;
|
|
1136
|
+
minimum: number;
|
|
1137
|
+
default: number;
|
|
1138
|
+
description?: undefined;
|
|
1139
|
+
};
|
|
1128
1140
|
includeRecap: {
|
|
1129
1141
|
type: string;
|
|
1130
1142
|
default: boolean;
|
|
@@ -1186,7 +1198,6 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
1186
1198
|
completed_at?: undefined;
|
|
1187
1199
|
signals?: undefined;
|
|
1188
1200
|
ids?: undefined;
|
|
1189
|
-
offset?: undefined;
|
|
1190
1201
|
parent_id?: undefined;
|
|
1191
1202
|
depends_on?: undefined;
|
|
1192
1203
|
est_tokens?: undefined;
|
|
@@ -1201,35 +1212,46 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
1201
1212
|
outputSchema: {
|
|
1202
1213
|
type: string;
|
|
1203
1214
|
properties: {
|
|
1215
|
+
schema: {
|
|
1216
|
+
type: string;
|
|
1217
|
+
enum: string[];
|
|
1218
|
+
};
|
|
1204
1219
|
query: {
|
|
1205
1220
|
type: string;
|
|
1206
1221
|
};
|
|
1207
|
-
|
|
1222
|
+
count: {
|
|
1223
|
+
type: string;
|
|
1224
|
+
description: string;
|
|
1225
|
+
};
|
|
1226
|
+
total: {
|
|
1227
|
+
type: string;
|
|
1228
|
+
description: string;
|
|
1229
|
+
};
|
|
1230
|
+
offset: {
|
|
1231
|
+
type: string;
|
|
1232
|
+
};
|
|
1233
|
+
limit: {
|
|
1208
1234
|
type: string;
|
|
1209
1235
|
};
|
|
1210
1236
|
results: {
|
|
1211
1237
|
type: string;
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
type: string;
|
|
1217
|
-
};
|
|
1218
|
-
type: {
|
|
1219
|
-
type: string;
|
|
1220
|
-
};
|
|
1221
|
-
title: {
|
|
1222
|
-
type: string;
|
|
1223
|
-
};
|
|
1224
|
-
content: {
|
|
1238
|
+
properties: {
|
|
1239
|
+
columns: {
|
|
1240
|
+
type: string;
|
|
1241
|
+
items: {
|
|
1225
1242
|
type: string;
|
|
1226
1243
|
};
|
|
1227
|
-
|
|
1244
|
+
description: string;
|
|
1245
|
+
};
|
|
1246
|
+
rows: {
|
|
1247
|
+
type: string;
|
|
1248
|
+
items: {
|
|
1228
1249
|
type: string;
|
|
1229
1250
|
};
|
|
1251
|
+
description: string;
|
|
1230
1252
|
};
|
|
1231
|
-
required: string[];
|
|
1232
1253
|
};
|
|
1254
|
+
required: string[];
|
|
1233
1255
|
};
|
|
1234
1256
|
repo?: undefined;
|
|
1235
1257
|
objective?: undefined;
|
|
@@ -1253,13 +1275,10 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
1253
1275
|
signalCount?: undefined;
|
|
1254
1276
|
deletedCount?: undefined;
|
|
1255
1277
|
ids?: undefined;
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
offset?: undefined;
|
|
1259
|
-
memories?: undefined;
|
|
1260
|
-
tasks?: undefined;
|
|
1278
|
+
stats?: undefined;
|
|
1279
|
+
top?: undefined;
|
|
1261
1280
|
archivedToMemory?: undefined;
|
|
1262
|
-
|
|
1281
|
+
tasks?: undefined;
|
|
1263
1282
|
action?: undefined;
|
|
1264
1283
|
createdCount?: undefined;
|
|
1265
1284
|
updatedCount?: undefined;
|
|
@@ -1330,10 +1349,10 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
1330
1349
|
types?: undefined;
|
|
1331
1350
|
minImportance?: undefined;
|
|
1332
1351
|
limit?: undefined;
|
|
1352
|
+
offset?: undefined;
|
|
1333
1353
|
includeRecap?: undefined;
|
|
1334
1354
|
include_archived?: undefined;
|
|
1335
1355
|
ids?: undefined;
|
|
1336
|
-
offset?: undefined;
|
|
1337
1356
|
parent_id?: undefined;
|
|
1338
1357
|
depends_on?: undefined;
|
|
1339
1358
|
est_tokens?: undefined;
|
|
@@ -1376,18 +1395,19 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
1376
1395
|
error?: undefined;
|
|
1377
1396
|
message?: undefined;
|
|
1378
1397
|
updatedFields?: undefined;
|
|
1398
|
+
schema?: undefined;
|
|
1379
1399
|
query?: undefined;
|
|
1380
|
-
recapContext?: undefined;
|
|
1381
|
-
results?: undefined;
|
|
1382
|
-
deletedCount?: undefined;
|
|
1383
|
-
ids?: undefined;
|
|
1384
1400
|
count?: undefined;
|
|
1385
1401
|
total?: undefined;
|
|
1386
1402
|
offset?: undefined;
|
|
1387
|
-
|
|
1388
|
-
|
|
1403
|
+
limit?: undefined;
|
|
1404
|
+
results?: undefined;
|
|
1405
|
+
deletedCount?: undefined;
|
|
1406
|
+
ids?: undefined;
|
|
1407
|
+
stats?: undefined;
|
|
1408
|
+
top?: undefined;
|
|
1389
1409
|
archivedToMemory?: undefined;
|
|
1390
|
-
|
|
1410
|
+
tasks?: undefined;
|
|
1391
1411
|
action?: undefined;
|
|
1392
1412
|
createdCount?: undefined;
|
|
1393
1413
|
updatedCount?: undefined;
|
|
@@ -1450,11 +1470,11 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
1450
1470
|
types?: undefined;
|
|
1451
1471
|
minImportance?: undefined;
|
|
1452
1472
|
limit?: undefined;
|
|
1473
|
+
offset?: undefined;
|
|
1453
1474
|
includeRecap?: undefined;
|
|
1454
1475
|
include_archived?: undefined;
|
|
1455
1476
|
signals?: undefined;
|
|
1456
1477
|
ids?: undefined;
|
|
1457
|
-
offset?: undefined;
|
|
1458
1478
|
parent_id?: undefined;
|
|
1459
1479
|
depends_on?: undefined;
|
|
1460
1480
|
est_tokens?: undefined;
|
|
@@ -1493,20 +1513,21 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
1493
1513
|
error?: undefined;
|
|
1494
1514
|
message?: undefined;
|
|
1495
1515
|
updatedFields?: undefined;
|
|
1516
|
+
schema?: undefined;
|
|
1496
1517
|
query?: undefined;
|
|
1497
|
-
|
|
1518
|
+
count?: undefined;
|
|
1519
|
+
total?: undefined;
|
|
1520
|
+
offset?: undefined;
|
|
1521
|
+
limit?: undefined;
|
|
1498
1522
|
results?: undefined;
|
|
1499
1523
|
summary?: undefined;
|
|
1500
1524
|
signalCount?: undefined;
|
|
1501
1525
|
deletedCount?: undefined;
|
|
1502
1526
|
ids?: undefined;
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
offset?: undefined;
|
|
1506
|
-
memories?: undefined;
|
|
1507
|
-
tasks?: undefined;
|
|
1527
|
+
stats?: undefined;
|
|
1528
|
+
top?: undefined;
|
|
1508
1529
|
archivedToMemory?: undefined;
|
|
1509
|
-
|
|
1530
|
+
tasks?: undefined;
|
|
1510
1531
|
action?: undefined;
|
|
1511
1532
|
createdCount?: undefined;
|
|
1512
1533
|
updatedCount?: undefined;
|
|
@@ -1577,10 +1598,10 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
1577
1598
|
types?: undefined;
|
|
1578
1599
|
minImportance?: undefined;
|
|
1579
1600
|
limit?: undefined;
|
|
1601
|
+
offset?: undefined;
|
|
1580
1602
|
includeRecap?: undefined;
|
|
1581
1603
|
include_archived?: undefined;
|
|
1582
1604
|
signals?: undefined;
|
|
1583
|
-
offset?: undefined;
|
|
1584
1605
|
parent_id?: undefined;
|
|
1585
1606
|
depends_on?: undefined;
|
|
1586
1607
|
est_tokens?: undefined;
|
|
@@ -1626,18 +1647,19 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
1626
1647
|
error?: undefined;
|
|
1627
1648
|
message?: undefined;
|
|
1628
1649
|
updatedFields?: undefined;
|
|
1650
|
+
schema?: undefined;
|
|
1629
1651
|
query?: undefined;
|
|
1630
|
-
recapContext?: undefined;
|
|
1631
|
-
results?: undefined;
|
|
1632
|
-
summary?: undefined;
|
|
1633
|
-
signalCount?: undefined;
|
|
1634
1652
|
count?: undefined;
|
|
1635
1653
|
total?: undefined;
|
|
1636
1654
|
offset?: undefined;
|
|
1637
|
-
|
|
1638
|
-
|
|
1655
|
+
limit?: undefined;
|
|
1656
|
+
results?: undefined;
|
|
1657
|
+
summary?: undefined;
|
|
1658
|
+
signalCount?: undefined;
|
|
1659
|
+
stats?: undefined;
|
|
1660
|
+
top?: undefined;
|
|
1639
1661
|
archivedToMemory?: undefined;
|
|
1640
|
-
|
|
1662
|
+
tasks?: undefined;
|
|
1641
1663
|
action?: undefined;
|
|
1642
1664
|
createdCount?: undefined;
|
|
1643
1665
|
updatedCount?: undefined;
|
|
@@ -1729,73 +1751,56 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
1729
1751
|
outputSchema: {
|
|
1730
1752
|
type: string;
|
|
1731
1753
|
properties: {
|
|
1754
|
+
schema: {
|
|
1755
|
+
type: string;
|
|
1756
|
+
enum: string[];
|
|
1757
|
+
};
|
|
1732
1758
|
repo: {
|
|
1733
1759
|
type: string;
|
|
1734
1760
|
};
|
|
1735
1761
|
count: {
|
|
1736
1762
|
type: string;
|
|
1763
|
+
description: string;
|
|
1737
1764
|
};
|
|
1738
1765
|
total: {
|
|
1739
1766
|
type: string;
|
|
1767
|
+
description: string;
|
|
1740
1768
|
};
|
|
1741
1769
|
offset: {
|
|
1742
1770
|
type: string;
|
|
1743
1771
|
};
|
|
1744
|
-
|
|
1772
|
+
limit: {
|
|
1745
1773
|
type: string;
|
|
1746
1774
|
};
|
|
1747
|
-
|
|
1775
|
+
stats: {
|
|
1748
1776
|
type: string;
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
type: string;
|
|
1754
|
-
};
|
|
1755
|
-
id: {
|
|
1756
|
-
type: string;
|
|
1757
|
-
};
|
|
1758
|
-
type: {
|
|
1759
|
-
type: string;
|
|
1760
|
-
};
|
|
1761
|
-
importance: {
|
|
1762
|
-
type: string;
|
|
1763
|
-
};
|
|
1764
|
-
preview: {
|
|
1765
|
-
type: string;
|
|
1766
|
-
};
|
|
1767
|
-
created_at: {
|
|
1768
|
-
type: string;
|
|
1769
|
-
};
|
|
1777
|
+
properties: {
|
|
1778
|
+
by_type: {
|
|
1779
|
+
type: string;
|
|
1780
|
+
description: string;
|
|
1770
1781
|
};
|
|
1771
|
-
required: string[];
|
|
1772
1782
|
};
|
|
1783
|
+
required: string[];
|
|
1773
1784
|
};
|
|
1774
|
-
|
|
1785
|
+
top: {
|
|
1775
1786
|
type: string;
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
type: string;
|
|
1781
|
-
};
|
|
1782
|
-
task_code: {
|
|
1783
|
-
type: string;
|
|
1784
|
-
};
|
|
1785
|
-
title: {
|
|
1786
|
-
type: string;
|
|
1787
|
-
};
|
|
1788
|
-
status: {
|
|
1787
|
+
properties: {
|
|
1788
|
+
columns: {
|
|
1789
|
+
type: string;
|
|
1790
|
+
items: {
|
|
1789
1791
|
type: string;
|
|
1790
1792
|
};
|
|
1791
|
-
|
|
1793
|
+
description: string;
|
|
1794
|
+
};
|
|
1795
|
+
rows: {
|
|
1796
|
+
type: string;
|
|
1797
|
+
items: {
|
|
1792
1798
|
type: string;
|
|
1793
1799
|
};
|
|
1800
|
+
description: string;
|
|
1794
1801
|
};
|
|
1795
|
-
required: string[];
|
|
1796
1802
|
};
|
|
1797
|
-
|
|
1798
|
-
required?: undefined;
|
|
1803
|
+
required: string[];
|
|
1799
1804
|
};
|
|
1800
1805
|
objective?: undefined;
|
|
1801
1806
|
answer?: undefined;
|
|
@@ -1815,13 +1820,13 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
1815
1820
|
message?: undefined;
|
|
1816
1821
|
updatedFields?: undefined;
|
|
1817
1822
|
query?: undefined;
|
|
1818
|
-
recapContext?: undefined;
|
|
1819
1823
|
results?: undefined;
|
|
1824
|
+
summary?: undefined;
|
|
1820
1825
|
signalCount?: undefined;
|
|
1821
1826
|
deletedCount?: undefined;
|
|
1822
1827
|
ids?: undefined;
|
|
1823
1828
|
archivedToMemory?: undefined;
|
|
1824
|
-
|
|
1829
|
+
tasks?: undefined;
|
|
1825
1830
|
action?: undefined;
|
|
1826
1831
|
createdCount?: undefined;
|
|
1827
1832
|
updatedCount?: undefined;
|
|
@@ -1937,11 +1942,11 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
1937
1942
|
types?: undefined;
|
|
1938
1943
|
minImportance?: undefined;
|
|
1939
1944
|
limit?: undefined;
|
|
1945
|
+
offset?: undefined;
|
|
1940
1946
|
includeRecap?: undefined;
|
|
1941
1947
|
include_archived?: undefined;
|
|
1942
1948
|
signals?: undefined;
|
|
1943
1949
|
ids?: undefined;
|
|
1944
|
-
offset?: undefined;
|
|
1945
1950
|
comment?: undefined;
|
|
1946
1951
|
search?: undefined;
|
|
1947
1952
|
action?: undefined;
|
|
@@ -1987,20 +1992,21 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
1987
1992
|
error?: undefined;
|
|
1988
1993
|
message?: undefined;
|
|
1989
1994
|
updatedFields?: undefined;
|
|
1995
|
+
schema?: undefined;
|
|
1990
1996
|
query?: undefined;
|
|
1991
|
-
|
|
1997
|
+
count?: undefined;
|
|
1998
|
+
total?: undefined;
|
|
1999
|
+
offset?: undefined;
|
|
2000
|
+
limit?: undefined;
|
|
1992
2001
|
results?: undefined;
|
|
1993
2002
|
summary?: undefined;
|
|
1994
2003
|
signalCount?: undefined;
|
|
1995
2004
|
deletedCount?: undefined;
|
|
1996
2005
|
ids?: undefined;
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
offset?: undefined;
|
|
2000
|
-
memories?: undefined;
|
|
2001
|
-
tasks?: undefined;
|
|
2006
|
+
stats?: undefined;
|
|
2007
|
+
top?: undefined;
|
|
2002
2008
|
archivedToMemory?: undefined;
|
|
2003
|
-
|
|
2009
|
+
tasks?: undefined;
|
|
2004
2010
|
action?: undefined;
|
|
2005
2011
|
createdCount?: undefined;
|
|
2006
2012
|
updatedCount?: undefined;
|
|
@@ -2127,11 +2133,11 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
2127
2133
|
types?: undefined;
|
|
2128
2134
|
minImportance?: undefined;
|
|
2129
2135
|
limit?: undefined;
|
|
2136
|
+
offset?: undefined;
|
|
2130
2137
|
includeRecap?: undefined;
|
|
2131
2138
|
include_archived?: undefined;
|
|
2132
2139
|
signals?: undefined;
|
|
2133
2140
|
ids?: undefined;
|
|
2134
|
-
offset?: undefined;
|
|
2135
2141
|
search?: undefined;
|
|
2136
2142
|
action?: undefined;
|
|
2137
2143
|
tasks?: undefined;
|
|
@@ -2176,19 +2182,20 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
2176
2182
|
type?: undefined;
|
|
2177
2183
|
error?: undefined;
|
|
2178
2184
|
message?: undefined;
|
|
2185
|
+
schema?: undefined;
|
|
2179
2186
|
query?: undefined;
|
|
2180
|
-
|
|
2187
|
+
count?: undefined;
|
|
2188
|
+
total?: undefined;
|
|
2189
|
+
offset?: undefined;
|
|
2190
|
+
limit?: undefined;
|
|
2181
2191
|
results?: undefined;
|
|
2182
2192
|
summary?: undefined;
|
|
2183
2193
|
signalCount?: undefined;
|
|
2184
2194
|
deletedCount?: undefined;
|
|
2185
2195
|
ids?: undefined;
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
offset?: undefined;
|
|
2189
|
-
memories?: undefined;
|
|
2196
|
+
stats?: undefined;
|
|
2197
|
+
top?: undefined;
|
|
2190
2198
|
tasks?: undefined;
|
|
2191
|
-
schema?: undefined;
|
|
2192
2199
|
action?: undefined;
|
|
2193
2200
|
createdCount?: undefined;
|
|
2194
2201
|
updatedCount?: undefined;
|
|
@@ -2254,11 +2261,11 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
2254
2261
|
types?: undefined;
|
|
2255
2262
|
minImportance?: undefined;
|
|
2256
2263
|
limit?: undefined;
|
|
2264
|
+
offset?: undefined;
|
|
2257
2265
|
includeRecap?: undefined;
|
|
2258
2266
|
include_archived?: undefined;
|
|
2259
2267
|
signals?: undefined;
|
|
2260
2268
|
ids?: undefined;
|
|
2261
|
-
offset?: undefined;
|
|
2262
2269
|
parent_id?: undefined;
|
|
2263
2270
|
depends_on?: undefined;
|
|
2264
2271
|
est_tokens?: undefined;
|
|
@@ -2297,20 +2304,21 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
2297
2304
|
error?: undefined;
|
|
2298
2305
|
message?: undefined;
|
|
2299
2306
|
updatedFields?: undefined;
|
|
2307
|
+
schema?: undefined;
|
|
2300
2308
|
query?: undefined;
|
|
2301
|
-
|
|
2309
|
+
count?: undefined;
|
|
2310
|
+
total?: undefined;
|
|
2311
|
+
offset?: undefined;
|
|
2312
|
+
limit?: undefined;
|
|
2302
2313
|
results?: undefined;
|
|
2303
2314
|
summary?: undefined;
|
|
2304
2315
|
signalCount?: undefined;
|
|
2305
2316
|
deletedCount?: undefined;
|
|
2306
2317
|
ids?: undefined;
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
offset?: undefined;
|
|
2310
|
-
memories?: undefined;
|
|
2311
|
-
tasks?: undefined;
|
|
2318
|
+
stats?: undefined;
|
|
2319
|
+
top?: undefined;
|
|
2312
2320
|
archivedToMemory?: undefined;
|
|
2313
|
-
|
|
2321
|
+
tasks?: undefined;
|
|
2314
2322
|
action?: undefined;
|
|
2315
2323
|
createdCount?: undefined;
|
|
2316
2324
|
updatedCount?: undefined;
|
|
@@ -2383,11 +2391,11 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
2383
2391
|
current_tags?: undefined;
|
|
2384
2392
|
types?: undefined;
|
|
2385
2393
|
minImportance?: undefined;
|
|
2394
|
+
offset?: undefined;
|
|
2386
2395
|
includeRecap?: undefined;
|
|
2387
2396
|
include_archived?: undefined;
|
|
2388
2397
|
signals?: undefined;
|
|
2389
2398
|
ids?: undefined;
|
|
2390
|
-
offset?: undefined;
|
|
2391
2399
|
parent_id?: undefined;
|
|
2392
2400
|
depends_on?: undefined;
|
|
2393
2401
|
est_tokens?: undefined;
|
|
@@ -2425,10 +2433,10 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
2425
2433
|
};
|
|
2426
2434
|
};
|
|
2427
2435
|
required: string[];
|
|
2428
|
-
items?: undefined;
|
|
2429
2436
|
};
|
|
2430
2437
|
count: {
|
|
2431
2438
|
type: string;
|
|
2439
|
+
description?: undefined;
|
|
2432
2440
|
};
|
|
2433
2441
|
repo?: undefined;
|
|
2434
2442
|
objective?: undefined;
|
|
@@ -2449,15 +2457,16 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
2449
2457
|
message?: undefined;
|
|
2450
2458
|
updatedFields?: undefined;
|
|
2451
2459
|
query?: undefined;
|
|
2452
|
-
|
|
2460
|
+
total?: undefined;
|
|
2461
|
+
offset?: undefined;
|
|
2462
|
+
limit?: undefined;
|
|
2453
2463
|
results?: undefined;
|
|
2454
2464
|
summary?: undefined;
|
|
2455
2465
|
signalCount?: undefined;
|
|
2456
2466
|
deletedCount?: undefined;
|
|
2457
2467
|
ids?: undefined;
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
memories?: undefined;
|
|
2468
|
+
stats?: undefined;
|
|
2469
|
+
top?: undefined;
|
|
2461
2470
|
archivedToMemory?: undefined;
|
|
2462
2471
|
action?: undefined;
|
|
2463
2472
|
createdCount?: undefined;
|
|
@@ -2584,10 +2593,10 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
2584
2593
|
};
|
|
2585
2594
|
};
|
|
2586
2595
|
required: string[];
|
|
2587
|
-
items?: undefined;
|
|
2588
2596
|
};
|
|
2589
2597
|
count: {
|
|
2590
2598
|
type: string;
|
|
2599
|
+
description?: undefined;
|
|
2591
2600
|
};
|
|
2592
2601
|
offset: {
|
|
2593
2602
|
type: string;
|
|
@@ -2611,14 +2620,15 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
2611
2620
|
message?: undefined;
|
|
2612
2621
|
updatedFields?: undefined;
|
|
2613
2622
|
query?: undefined;
|
|
2614
|
-
|
|
2623
|
+
total?: undefined;
|
|
2624
|
+
limit?: undefined;
|
|
2615
2625
|
results?: undefined;
|
|
2616
2626
|
summary?: undefined;
|
|
2617
2627
|
signalCount?: undefined;
|
|
2618
2628
|
deletedCount?: undefined;
|
|
2619
2629
|
ids?: undefined;
|
|
2620
|
-
|
|
2621
|
-
|
|
2630
|
+
stats?: undefined;
|
|
2631
|
+
top?: undefined;
|
|
2622
2632
|
archivedToMemory?: undefined;
|
|
2623
2633
|
action?: undefined;
|
|
2624
2634
|
createdCount?: undefined;
|
|
@@ -2746,10 +2756,10 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
2746
2756
|
};
|
|
2747
2757
|
};
|
|
2748
2758
|
required: string[];
|
|
2749
|
-
items?: undefined;
|
|
2750
2759
|
};
|
|
2751
2760
|
count: {
|
|
2752
2761
|
type: string;
|
|
2762
|
+
description?: undefined;
|
|
2753
2763
|
};
|
|
2754
2764
|
offset: {
|
|
2755
2765
|
type: string;
|
|
@@ -2772,14 +2782,15 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
2772
2782
|
error?: undefined;
|
|
2773
2783
|
message?: undefined;
|
|
2774
2784
|
updatedFields?: undefined;
|
|
2775
|
-
|
|
2785
|
+
total?: undefined;
|
|
2786
|
+
limit?: undefined;
|
|
2776
2787
|
results?: undefined;
|
|
2777
2788
|
summary?: undefined;
|
|
2778
2789
|
signalCount?: undefined;
|
|
2779
2790
|
deletedCount?: undefined;
|
|
2780
2791
|
ids?: undefined;
|
|
2781
|
-
|
|
2782
|
-
|
|
2792
|
+
stats?: undefined;
|
|
2793
|
+
top?: undefined;
|
|
2783
2794
|
archivedToMemory?: undefined;
|
|
2784
2795
|
action?: undefined;
|
|
2785
2796
|
createdCount?: undefined;
|
|
@@ -2936,10 +2947,10 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
2936
2947
|
types?: undefined;
|
|
2937
2948
|
minImportance?: undefined;
|
|
2938
2949
|
limit?: undefined;
|
|
2950
|
+
offset?: undefined;
|
|
2939
2951
|
includeRecap?: undefined;
|
|
2940
2952
|
include_archived?: undefined;
|
|
2941
2953
|
signals?: undefined;
|
|
2942
|
-
offset?: undefined;
|
|
2943
2954
|
parent_id?: undefined;
|
|
2944
2955
|
depends_on?: undefined;
|
|
2945
2956
|
est_tokens?: undefined;
|
|
@@ -2997,18 +3008,19 @@ export declare const TOOL_DEFINITIONS: ({
|
|
|
2997
3008
|
error?: undefined;
|
|
2998
3009
|
message?: undefined;
|
|
2999
3010
|
updatedFields?: undefined;
|
|
3011
|
+
schema?: undefined;
|
|
3000
3012
|
query?: undefined;
|
|
3001
|
-
recapContext?: undefined;
|
|
3002
|
-
results?: undefined;
|
|
3003
|
-
summary?: undefined;
|
|
3004
|
-
signalCount?: undefined;
|
|
3005
3013
|
count?: undefined;
|
|
3006
3014
|
total?: undefined;
|
|
3007
3015
|
offset?: undefined;
|
|
3008
|
-
|
|
3009
|
-
|
|
3016
|
+
limit?: undefined;
|
|
3017
|
+
results?: undefined;
|
|
3018
|
+
summary?: undefined;
|
|
3019
|
+
signalCount?: undefined;
|
|
3020
|
+
stats?: undefined;
|
|
3021
|
+
top?: undefined;
|
|
3010
3022
|
archivedToMemory?: undefined;
|
|
3011
|
-
|
|
3023
|
+
tasks?: undefined;
|
|
3012
3024
|
};
|
|
3013
3025
|
required: string[];
|
|
3014
3026
|
};
|