signetai 0.188.2 → 0.189.0
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-stdio.js +44 -0
- package/native-manifest.json +14 -14
- package/package.json +6 -6
package/dist/mcp-stdio.js
CHANGED
|
@@ -40885,6 +40885,35 @@ function up120(db) {
|
|
|
40885
40885
|
ON source_lifecycle_state(agent_id, source_class, first_searchable_at, first_recall_at);
|
|
40886
40886
|
`);
|
|
40887
40887
|
}
|
|
40888
|
+
function hasColumn23(db, table, column) {
|
|
40889
|
+
return db.prepare(`PRAGMA table_info(${table})`).all().some((row) => row.name === column);
|
|
40890
|
+
}
|
|
40891
|
+
function addColumnIfMissing26(db, column, definition) {
|
|
40892
|
+
if (!hasColumn23(db, "telemetry_events", column)) {
|
|
40893
|
+
db.exec(`ALTER TABLE telemetry_events ADD COLUMN ${column} ${definition}`);
|
|
40894
|
+
}
|
|
40895
|
+
}
|
|
40896
|
+
function up121(db) {
|
|
40897
|
+
addColumnIfMissing26(db, "delivery_attempts", "INTEGER NOT NULL DEFAULT 0");
|
|
40898
|
+
addColumnIfMissing26(db, "last_attempt_at", "TEXT");
|
|
40899
|
+
addColumnIfMissing26(db, "sent_at", "TEXT");
|
|
40900
|
+
addColumnIfMissing26(db, "last_failure_code", "TEXT");
|
|
40901
|
+
db.exec(`
|
|
40902
|
+
CREATE TABLE IF NOT EXISTS telemetry_delivery_state (
|
|
40903
|
+
id INTEGER PRIMARY KEY CHECK (id = 1),
|
|
40904
|
+
window_started_at TEXT NOT NULL,
|
|
40905
|
+
success_count INTEGER NOT NULL DEFAULT 0,
|
|
40906
|
+
failure_count INTEGER NOT NULL DEFAULT 0,
|
|
40907
|
+
consecutive_failures INTEGER NOT NULL DEFAULT 0,
|
|
40908
|
+
last_attempt_at TEXT,
|
|
40909
|
+
last_success_at TEXT,
|
|
40910
|
+
last_failure_code TEXT,
|
|
40911
|
+
dropped_event_count INTEGER NOT NULL DEFAULT 0
|
|
40912
|
+
);
|
|
40913
|
+
INSERT OR IGNORE INTO telemetry_delivery_state (id, window_started_at)
|
|
40914
|
+
VALUES (1, CURRENT_TIMESTAMP);
|
|
40915
|
+
`);
|
|
40916
|
+
}
|
|
40888
40917
|
var MIGRATIONS = [
|
|
40889
40918
|
{
|
|
40890
40919
|
version: 1,
|
|
@@ -41852,6 +41881,20 @@ var MIGRATIONS = [
|
|
|
41852
41881
|
name: "source-lifecycle-telemetry",
|
|
41853
41882
|
up: up120,
|
|
41854
41883
|
artifacts: { tables: ["source_lifecycle_state"] }
|
|
41884
|
+
},
|
|
41885
|
+
{
|
|
41886
|
+
version: 121,
|
|
41887
|
+
name: "telemetry-delivery-health",
|
|
41888
|
+
up: up121,
|
|
41889
|
+
artifacts: {
|
|
41890
|
+
tables: ["telemetry_delivery_state"],
|
|
41891
|
+
columns: [
|
|
41892
|
+
{ table: "telemetry_events", column: "delivery_attempts" },
|
|
41893
|
+
{ table: "telemetry_events", column: "last_attempt_at" },
|
|
41894
|
+
{ table: "telemetry_events", column: "sent_at" },
|
|
41895
|
+
{ table: "telemetry_events", column: "last_failure_code" }
|
|
41896
|
+
]
|
|
41897
|
+
}
|
|
41855
41898
|
}
|
|
41856
41899
|
];
|
|
41857
41900
|
var LATEST_SCHEMA_VERSION = MIGRATIONS[MIGRATIONS.length - 1]?.version ?? 0;
|
|
@@ -42622,6 +42665,7 @@ var logger = new Logger(resolveLoggerConfig());
|
|
|
42622
42665
|
|
|
42623
42666
|
// ../../platform/daemon/src/telemetry.ts
|
|
42624
42667
|
var TELEMETRY_CLAIM_TIMEOUT_MS = 10 * 60 * 1000;
|
|
42668
|
+
var DELIVERY_HEALTH_WINDOW_MS = 24 * 60 * 60 * 1000;
|
|
42625
42669
|
// ../../node_modules/.bun/typebox@1.3.7/node_modules/typebox/build/system/hashing/hash.mjs
|
|
42626
42670
|
var ByteMarker;
|
|
42627
42671
|
(function(ByteMarker2) {
|
package/native-manifest.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.189.0",
|
|
4
4
|
"assets": [
|
|
5
5
|
{
|
|
6
6
|
"name": "signet-darwin-arm64",
|
|
7
7
|
"platform": "darwin-arm64",
|
|
8
|
-
"sha256": "
|
|
9
|
-
"size":
|
|
8
|
+
"sha256": "b017d7be7feeaabb5288c5de0df7c78418b2563b8cfc1e76b5b3214e2909ca6d",
|
|
9
|
+
"size": 117457696
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"name": "signet-darwin-x64",
|
|
13
13
|
"platform": "darwin-x64",
|
|
14
|
-
"sha256": "
|
|
15
|
-
"size":
|
|
14
|
+
"sha256": "8acfa96f01956e9c26c7eef8d025a6f8fc3c8165b3b710673fbb5e50f22a6f48",
|
|
15
|
+
"size": 122079808
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"name": "signet-linux-arm64",
|
|
19
19
|
"platform": "linux-arm64",
|
|
20
|
-
"sha256": "
|
|
21
|
-
"size":
|
|
20
|
+
"sha256": "fc7b2a75bb1cf8b44912a60ed656c06555d942f4107132133ce27ec17b5bc85b",
|
|
21
|
+
"size": 154685814
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "signet-linux-x64",
|
|
25
25
|
"platform": "linux-x64",
|
|
26
|
-
"sha256": "
|
|
27
|
-
"size":
|
|
26
|
+
"sha256": "258bf117cd22292cb8299964a35fc75aa963c4221dfca5ece31fa996962bdec6",
|
|
27
|
+
"size": 155244799
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "signet-win32-x64.exe",
|
|
31
31
|
"platform": "win32-x64",
|
|
32
|
-
"sha256": "
|
|
33
|
-
"size":
|
|
32
|
+
"sha256": "c3689d550aef6e0882c4cd39459d5977f7c50d1a9e4f599c50cab1d14f774790",
|
|
33
|
+
"size": 171377152
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
36
|
"components": {
|
|
37
37
|
"connectors": {
|
|
38
|
-
"url": "signet-connectors-0.
|
|
39
|
-
"sha256": "
|
|
40
|
-
"size":
|
|
38
|
+
"url": "signet-connectors-0.189.0.tar.gz",
|
|
39
|
+
"sha256": "6feedfbd1124b4b0409633fccfca801356673df68e09c88ff4c7e6ec7df15726",
|
|
40
|
+
"size": 16885
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "signetai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.189.0",
|
|
4
4
|
"description": "Signet native CLI installer wrapper",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
67
|
"optionalDependencies": {
|
|
68
|
-
"signetai-darwin-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.
|
|
69
|
-
"signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.
|
|
70
|
-
"signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.
|
|
71
|
-
"signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.
|
|
72
|
-
"signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.
|
|
68
|
+
"signetai-darwin-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.189.0/signetai-darwin-arm64-0.189.0.tgz",
|
|
69
|
+
"signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.189.0/signetai-darwin-x64-0.189.0.tgz",
|
|
70
|
+
"signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.189.0/signetai-linux-arm64-0.189.0.tgz",
|
|
71
|
+
"signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.189.0/signetai-linux-x64-0.189.0.tgz",
|
|
72
|
+
"signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.189.0/signetai-win32-x64-0.189.0.tgz"
|
|
73
73
|
}
|
|
74
74
|
}
|