signetai 0.176.2 → 0.176.4

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 CHANGED
@@ -47408,6 +47408,12 @@ function up109(db) {
47408
47408
  );
47409
47409
  `);
47410
47410
  }
47411
+ function up110(db) {
47412
+ db.exec(`
47413
+ CREATE INDEX IF NOT EXISTS idx_memory_entity_mentions_entity_memory
47414
+ ON memory_entity_mentions(entity_id, memory_id);
47415
+ `);
47416
+ }
47411
47417
  var MIGRATIONS = [
47412
47418
  {
47413
47419
  version: 1,
@@ -48278,6 +48284,11 @@ var MIGRATIONS = [
48278
48284
  artifacts: {
48279
48285
  tables: ["telemetry_install"]
48280
48286
  }
48287
+ },
48288
+ {
48289
+ version: 110,
48290
+ name: "memory-mention-join-index",
48291
+ up: up110
48281
48292
  }
48282
48293
  ];
48283
48294
  var LATEST_SCHEMA_VERSION = MIGRATIONS[MIGRATIONS.length - 1]?.version ?? 0;
@@ -50083,7 +50094,7 @@ function detectLocalTimeZone() {
50083
50094
  var DEFAULT_DREAMING = {
50084
50095
  tokenThreshold: 1e5,
50085
50096
  maxInterval: 6 * 60 * 60 * 1000,
50086
- timeout: 600000,
50097
+ timeout: 20 * 60 * 1000,
50087
50098
  maxInputTokens: 128000,
50088
50099
  maxOutputTokens: 16000,
50089
50100
  backfillOnFirstRun: true
@@ -1,43 +1,43 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "version": "0.176.2",
3
+ "version": "0.176.4",
4
4
  "assets": [
5
5
  {
6
6
  "name": "signet-darwin-arm64",
7
7
  "platform": "darwin-arm64",
8
- "sha256": "6a906e3154bb1c5ef908b2270a103bfd4e35eeb89bfdb65b66e7ce17ccd42cae",
8
+ "sha256": "4575cd57463faa0e2c2775b39c3fd53b78d6e292841b31c5d949b27a54577d2f",
9
9
  "size": 117094432
10
10
  },
11
11
  {
12
12
  "name": "signet-darwin-x64",
13
13
  "platform": "darwin-x64",
14
- "sha256": "7c8eed33549135556cdf3025df7d181203c1f79142951ca046241bb101122db3",
14
+ "sha256": "39c07feee19d4adbc4a856e07cd14927946d5b852dda65dbeb19e0443a5e6e53",
15
15
  "size": 121719360
16
16
  },
17
17
  {
18
18
  "name": "signet-linux-arm64",
19
19
  "platform": "linux-arm64",
20
- "sha256": "9a52a8c69ff93e05d494a9c9971ca28168fee3b7bde79bc4e10d4cef7730547c",
21
- "size": 154325107
20
+ "sha256": "c856f001723f28609dbd44ac8c92b7cdb05085269b1b9433c1749c896e548821",
21
+ "size": 154331137
22
22
  },
23
23
  {
24
24
  "name": "signet-linux-x64",
25
25
  "platform": "linux-x64",
26
- "sha256": "fcec29650533a960e7c765315038006f3756d50b7cf08d0a17ecd067a8d6b859",
27
- "size": 154884092
26
+ "sha256": "8b5ef010759cf007e9ec1f6307dab7981d84c0df42e2e23a46a8a6d3a72cb1b1",
27
+ "size": 154890122
28
28
  },
29
29
  {
30
30
  "name": "signet-win32-x64.exe",
31
31
  "platform": "win32-x64",
32
- "sha256": "dd7bf3b0fd8aff84901dc2889c35862c6201ab22535c28dae05710855a5869f8",
33
- "size": 171017216
32
+ "sha256": "cc45c3ab7283324e567f0b532ab5fdf31a296fef8cbbc8958ccf3e5c8c20a966",
33
+ "size": 171023360
34
34
  }
35
35
  ],
36
36
  "components": {
37
37
  "connectors": {
38
- "url": "signet-connectors-0.176.2.tar.gz",
39
- "sha256": "aa5912d1dc35f6b88926318c5d8c29d1794691a401abf823e9b1d37a1f178a9d",
40
- "size": 16246
38
+ "url": "signet-connectors-0.176.4.tar.gz",
39
+ "sha256": "d9f77968b2a422a094d25a58657eb307cce5fb4b4c5e9c7aaa9ed4eb9dbd6e04",
40
+ "size": 16244
41
41
  }
42
42
  }
43
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "signetai",
3
- "version": "0.176.2",
3
+ "version": "0.176.4",
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.176.2/signetai-darwin-arm64-0.176.2.tgz",
69
- "signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.176.2/signetai-darwin-x64-0.176.2.tgz",
70
- "signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.176.2/signetai-linux-arm64-0.176.2.tgz",
71
- "signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.176.2/signetai-linux-x64-0.176.2.tgz",
72
- "signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.176.2/signetai-win32-x64-0.176.2.tgz"
68
+ "signetai-darwin-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.176.4/signetai-darwin-arm64-0.176.4.tgz",
69
+ "signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.176.4/signetai-darwin-x64-0.176.4.tgz",
70
+ "signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.176.4/signetai-linux-arm64-0.176.4.tgz",
71
+ "signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.176.4/signetai-linux-x64-0.176.4.tgz",
72
+ "signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.176.4/signetai-win32-x64-0.176.4.tgz"
73
73
  }
74
74
  }