signetai 0.185.6 → 0.185.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.
package/bin/launch.js CHANGED
@@ -48,7 +48,13 @@ export function launchSignet() {
48
48
  // doesn't carry inline. The env is only set when the wrapper actually
49
49
  // has a runtime tree to share; the binary's own bootstrap can derive
50
50
  // its own path otherwise.
51
- const env = { ...process.env, SIGNET_WRAPPER_DIR: packageDir };
51
+ const env = {
52
+ ...process.env,
53
+ SIGNET_WRAPPER_DIR: packageDir,
54
+ // The wrapper is the explicit package-manager distribution boundary.
55
+ // Preserve an operator override for source, container, or CI launches.
56
+ SIGNET_TELEMETRY_INSTALL_CHANNEL: process.env.SIGNET_TELEMETRY_INSTALL_CHANNEL ?? "package-manager",
57
+ };
52
58
  if (!env.SIGNET_DIR && existsSync(join(packageDir, "runtime", "connectors"))) {
53
59
  env.SIGNET_DIR = packageDir;
54
60
  }
package/dist/mcp-stdio.js CHANGED
@@ -47818,6 +47818,14 @@ function up118(db) {
47818
47818
  WHERE status IN ('pending', 'leased');
47819
47819
  `);
47820
47820
  }
47821
+ function hasColumn22(db, table, column) {
47822
+ return db.prepare(`PRAGMA table_info(${table})`).all().some((row) => row.name === column);
47823
+ }
47824
+ function up119(db) {
47825
+ if (!hasColumn22(db, "telemetry_install", "last_seen_version")) {
47826
+ db.exec("ALTER TABLE telemetry_install ADD COLUMN last_seen_version TEXT");
47827
+ }
47828
+ }
47821
47829
  var MIGRATIONS = [
47822
47830
  {
47823
47831
  version: 1,
@@ -48773,6 +48781,12 @@ var MIGRATIONS = [
48773
48781
  version: 118,
48774
48782
  name: "queue-pressure-indices",
48775
48783
  up: up118
48784
+ },
48785
+ {
48786
+ version: 119,
48787
+ name: "telemetry-version-observation",
48788
+ up: up119,
48789
+ artifacts: { columns: [{ table: "telemetry_install", column: "last_seen_version" }] }
48776
48790
  }
48777
48791
  ];
48778
48792
  var LATEST_SCHEMA_VERSION = MIGRATIONS[MIGRATIONS.length - 1]?.version ?? 0;
@@ -50902,7 +50916,9 @@ var DEFAULT_PIPELINE_V2 = {
50902
50916
  flushIntervalMs: DEFAULT_TELEMETRY_FLUSH_INTERVAL_MS,
50903
50917
  flushBatchSize: DEFAULT_TELEMETRY_FLUSH_BATCH_SIZE,
50904
50918
  retentionDays: 90,
50905
- memorySearchQaEnabled: false
50919
+ memorySearchQaEnabled: false,
50920
+ deploymentRole: "unknown",
50921
+ installChannel: "unknown"
50906
50922
  },
50907
50923
  embeddingTracker: {
50908
50924
  enabled: true,
@@ -53265,7 +53281,7 @@ var reasonField = { reason: text.describe("Why this operation is being applied."
53265
53281
  var DREAMING_ONTOLOGY_PAYLOAD_SCHEMAS = {
53266
53282
  flag: payload({
53267
53283
  subjectRef: text.describe("The flagged target, e.g. entity:<id>, aspect:<id>, attribute:<id>, link:<id>, or duplicate:<canonical name>."),
53268
- details: exports_external.record(exports_external.string(), exports_external.string()).describe("Inspection facts about the flagged target.").optional(),
53284
+ details: exports_external.object({}).catchall(exports_external.string()).describe("Inspection facts about the flagged target.").optional(),
53269
53285
  priority: exports_external.number().finite().min(0).max(100).describe("Priority of the flag (0-100).").optional()
53270
53286
  }),
53271
53287
  decline_attention: payload({
@@ -1,43 +1,43 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "version": "0.185.6",
3
+ "version": "0.185.8",
4
4
  "assets": [
5
5
  {
6
6
  "name": "signet-darwin-arm64",
7
7
  "platform": "darwin-arm64",
8
- "sha256": "6bbf39902e1b531ab07f7357622665d6bbc857489e56a80171eeb364d7b7430a",
9
- "size": 117622816
8
+ "sha256": "43c656192d2c0b5570e251ecdc91510d308ffad624956579175c8f3da59be654",
9
+ "size": 117655840
10
10
  },
11
11
  {
12
12
  "name": "signet-darwin-x64",
13
13
  "platform": "darwin-x64",
14
- "sha256": "dbfda523a97154371c65c7c9bacd482eb4f8a7055cb386617ed8880b6bd8e25d",
15
- "size": 122243648
14
+ "sha256": "c1e98a8535b41f0a9d558765096108befd54f7276a8fefea3767167f4ffedb39",
15
+ "size": 122276416
16
16
  },
17
17
  {
18
18
  "name": "signet-linux-arm64",
19
19
  "platform": "linux-arm64",
20
- "sha256": "762ae1d73d33d80192c65f0eb1fcb96845c844cfc8e3bfa918f2cd7ed101d5be",
21
- "size": 154863504
20
+ "sha256": "a348c118c6e915deef062a1e04cb3d6e37f9457e25e0a645e17103034ad949fa",
21
+ "size": 154881963
22
22
  },
23
23
  {
24
24
  "name": "signet-linux-x64",
25
25
  "platform": "linux-x64",
26
- "sha256": "503ca3b06b390b601dfe543850c827e61c69de3298c6b1809dd8ce3c15e72433",
27
- "size": 155422489
26
+ "sha256": "ae46996ae0772cbf4185dbf9e2373222f681f2b003dbd9a52442a569e0c4d50c",
27
+ "size": 155440948
28
28
  },
29
29
  {
30
30
  "name": "signet-win32-x64.exe",
31
31
  "platform": "win32-x64",
32
- "sha256": "e11d2af93b67bae951434990d1e6e4d6ed8eb7a3169d6f99fce6f2364c4f2c53",
33
- "size": 171555840
32
+ "sha256": "4b13a230694a1743b0aff896cab4e4d5846b13591470c8c0498bd987cd4adfa1",
33
+ "size": 171573248
34
34
  }
35
35
  ],
36
36
  "components": {
37
37
  "connectors": {
38
- "url": "signet-connectors-0.185.6.tar.gz",
39
- "sha256": "886a3aa889374f66e6be9bb1c4345f860806290b6c93d6c34599df94f260d32c",
40
- "size": 16885
38
+ "url": "signet-connectors-0.185.8.tar.gz",
39
+ "sha256": "85e75328ad7b23a6bccdb445e8aa4dac432a52d80ef8ee3865ddfb33b21f1a5c",
40
+ "size": 16888
41
41
  }
42
42
  }
43
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "signetai",
3
- "version": "0.185.6",
3
+ "version": "0.185.8",
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.185.6/signetai-darwin-arm64-0.185.6.tgz",
69
- "signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.6/signetai-darwin-x64-0.185.6.tgz",
70
- "signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.6/signetai-linux-arm64-0.185.6.tgz",
71
- "signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.6/signetai-linux-x64-0.185.6.tgz",
72
- "signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.6/signetai-win32-x64-0.185.6.tgz"
68
+ "signetai-darwin-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.8/signetai-darwin-arm64-0.185.8.tgz",
69
+ "signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.8/signetai-darwin-x64-0.185.8.tgz",
70
+ "signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.8/signetai-linux-arm64-0.185.8.tgz",
71
+ "signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.8/signetai-linux-x64-0.185.8.tgz",
72
+ "signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.8/signetai-win32-x64-0.185.8.tgz"
73
73
  }
74
74
  }
@@ -46,6 +46,12 @@ function telemetryReportedVersion(version) {
46
46
  return `${version}-dev`;
47
47
  }
48
48
 
49
+ function telemetryDeploymentRole() {
50
+ if (telemetryDeployment() === "dev") return "development";
51
+ const role = process.env.SIGNET_TELEMETRY_DEPLOYMENT_ROLE?.trim().toLowerCase();
52
+ return ["personal", "service", "automation", "development", "ci", "unknown"].includes(role) ? role : "unknown";
53
+ }
54
+
49
55
  function telemetryEnabled() {
50
56
  if (process.env.SIGNET_TELEMETRY_OPTOUT === "1" || process.env.SIGNET_TELEMETRY_OPTOUT === "true") {
51
57
  return false;
@@ -68,6 +74,8 @@ function fireInstallPing(platform) {
68
74
  properties: {
69
75
  version: telemetryReportedVersion(nativePackageVersion()),
70
76
  platform,
77
+ deploymentRole: telemetryDeploymentRole(),
78
+ installChannel: "package-manager",
71
79
  ...(telemetryDeployment() ? { deployment: telemetryDeployment() } : {}),
72
80
  $lib: "signet-install",
73
81
  },